2026-07-24T18:57:52.5457090Z Current runner version: '2.335.1' 2026-07-24T18:57:52.5468880Z ##[group]Runner Image Provisioner 2026-07-24T18:57:52.5469350Z Hosted Compute Agent 2026-07-24T18:57:52.5469680Z Version: 20260624.560 2026-07-24T18:57:52.5470050Z Commit: 925d229a51159bc391ae97e54a2dd1fe20af789d 2026-07-24T18:57:52.5470470Z Build Date: 2026-06-24T18:26:47Z 2026-07-24T18:57:52.5470870Z Worker ID: {30d897eb-48fc-461b-9210-944540bb02fe} 2026-07-24T18:57:52.5471270Z Azure Region: westus 2026-07-24T18:57:52.5471600Z ##[endgroup] 2026-07-24T18:57:52.5472310Z ##[group]Operating System 2026-07-24T18:57:52.5472650Z macOS 2026-07-24T18:57:52.5472940Z 14.8.7 2026-07-24T18:57:52.5473220Z 23J520 2026-07-24T18:57:52.5473510Z ##[endgroup] 2026-07-24T18:57:52.5473830Z ##[group]Runner Image 2026-07-24T18:57:52.5474160Z Image: macos-14-arm64 2026-07-24T18:57:52.5474490Z Version: 20260629.0180.1 2026-07-24T18:57:52.5475210Z Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20260629.0180/images/macos/macos-14-arm64-Readme.md 2026-07-24T18:57:52.5476130Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20260629.0180 2026-07-24T18:57:52.5476750Z ##[endgroup] 2026-07-24T18:57:52.5477360Z ##[group]GITHUB_TOKEN Permissions 2026-07-24T18:57:52.5478290Z Contents: read 2026-07-24T18:57:52.5478670Z Metadata: read 2026-07-24T18:57:52.5478970Z ##[endgroup] 2026-07-24T18:57:52.5480090Z Secret source: Actions 2026-07-24T18:57:52.5480550Z Prepare workflow directory 2026-07-24T18:57:52.5762010Z Prepare all required actions 2026-07-24T18:57:52.5785130Z Getting action download info 2026-07-24T18:57:52.7739890Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2026-07-24T18:57:53.0091970Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2026-07-24T18:57:53.7548800Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2026-07-24T18:57:54.2385120Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2026-07-24T18:57:54.3265440Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2026-07-24T18:57:55.1018570Z Uses: pytorch/test-infra/.github/workflows/macos_job.yml@refs/heads/main (b0ef71360fb84e502a2d83e123f22b5bbc7a114e) 2026-07-24T18:57:55.1020720Z ##[group] Inputs 2026-07-24T18:57:55.1022830Z script: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:55.1025170Z timeout: 120 2026-07-24T18:57:55.1025340Z runner: macos-14-xlarge 2026-07-24T18:57:55.1025530Z upload-artifact: 2026-07-24T18:57:55.1025850Z upload-artifact-to-s3: false 2026-07-24T18:57:55.1026070Z download-artifact: 2026-07-24T18:57:55.1026250Z repository: 2026-07-24T18:57:55.1026430Z fetch-depth: 1 2026-07-24T18:57:55.1026620Z submodules: recursive 2026-07-24T18:57:55.1031380Z ref: 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 2026-07-24T18:57:55.1032080Z test-infra-repository: pytorch/test-infra 2026-07-24T18:57:55.1032490Z test-infra-ref: 2026-07-24T18:57:55.1032700Z job-name: test-mlx-backend-operators 2026-07-24T18:57:55.1032940Z continue-on-error: false 2026-07-24T18:57:55.1033150Z binary-matrix: 2026-07-24T18:57:55.1033340Z secrets-env: 2026-07-24T18:57:55.1033520Z python-version: 3.12 2026-07-24T18:57:55.1033720Z default-packages: 2026-07-24T18:57:55.1033920Z ##[endgroup] 2026-07-24T18:57:55.1034190Z Complete job name: backend-tester (operators) / test-mlx-backend-operators 2026-07-24T18:57:55.1286750Z ##[group]Run echo "::group::Cleanup debug output" 2026-07-24T18:57:55.1287190Z echo "::group::Cleanup debug output" 2026-07-24T18:57:55.1287500Z rm -rfv "${GITHUB_WORKSPACE}" 2026-07-24T18:57:55.1287820Z mkdir -p "${GITHUB_WORKSPACE}" 2026-07-24T18:57:55.1288100Z echo "::endgroup::" 2026-07-24T18:57:55.1334230Z shell: /bin/bash -e {0} 2026-07-24T18:57:55.1334640Z env: 2026-07-24T18:57:55.1334840Z REPOSITORY: pytorch/executorch 2026-07-24T18:57:55.1337050Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:55.1339180Z ##[endgroup] 2026-07-24T18:57:55.1580840Z ##[group]Cleanup debug output 2026-07-24T18:57:55.1581570Z /Users/runner/work/executorch/executorch 2026-07-24T18:57:55.1598200Z ##[endgroup] 2026-07-24T18:57:55.1731010Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T18:57:55.1736010Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2026-07-24T18:57:55.1736340Z with: 2026-07-24T18:57:55.1736550Z repository: pytorch/test-infra 2026-07-24T18:57:55.1736780Z path: test-infra 2026-07-24T18:57:55.1738890Z token: *** 2026-07-24T18:57:55.1739080Z ssh-strict: true 2026-07-24T18:57:55.1739270Z ssh-user: git 2026-07-24T18:57:55.1739470Z persist-credentials: true 2026-07-24T18:57:55.1739680Z clean: true 2026-07-24T18:57:55.1739880Z sparse-checkout-cone-mode: true 2026-07-24T18:57:55.1740140Z fetch-depth: 1 2026-07-24T18:57:55.1740400Z fetch-tags: false 2026-07-24T18:57:55.1740670Z show-progress: true 2026-07-24T18:57:55.1740870Z lfs: false 2026-07-24T18:57:55.1741050Z submodules: false 2026-07-24T18:57:55.1741260Z set-safe-directory: true 2026-07-24T18:57:55.1741520Z env: 2026-07-24T18:57:55.1741740Z REPOSITORY: pytorch/executorch 2026-07-24T18:57:55.1750140Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:55.1753010Z ##[endgroup] 2026-07-24T18:57:55.2827240Z Syncing repository: pytorch/test-infra 2026-07-24T18:57:55.2827910Z ##[group]Getting Git version info 2026-07-24T18:57:55.2828310Z Working directory is '/Users/runner/work/executorch/executorch/test-infra' 2026-07-24T18:57:55.2828860Z [command]/opt/homebrew/bin/git version 2026-07-24T18:57:55.2995500Z git version 2.54.0 2026-07-24T18:57:55.3005910Z ##[endgroup] 2026-07-24T18:57:55.3011260Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/295a4d09-0ce3-4c69-ae7e-93e798a9b9eb/.gitconfig' 2026-07-24T18:57:55.3019310Z Temporarily overriding HOME='/Users/runner/work/_temp/295a4d09-0ce3-4c69-ae7e-93e798a9b9eb' before making global git config changes 2026-07-24T18:57:55.3020110Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T18:57:55.3022820Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/test-infra 2026-07-24T18:57:55.3094020Z ##[group]Initializing the repository 2026-07-24T18:57:55.3097150Z [command]/opt/homebrew/bin/git init /Users/runner/work/executorch/executorch/test-infra 2026-07-24T18:57:55.3221320Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T18:57:55.3232200Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T18:57:55.3232830Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T18:57:55.3247820Z hint: call: 2026-07-24T18:57:55.3248050Z hint: 2026-07-24T18:57:55.3248320Z hint: git config --global init.defaultBranch 2026-07-24T18:57:55.3248610Z hint: 2026-07-24T18:57:55.3248870Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T18:57:55.3249310Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T18:57:55.3250220Z hint: 2026-07-24T18:57:55.3250480Z hint: git branch -m 2026-07-24T18:57:55.3250710Z hint: 2026-07-24T18:57:55.3251010Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T18:57:55.3251620Z Initialized empty Git repository in /Users/runner/work/executorch/executorch/test-infra/.git/ 2026-07-24T18:57:55.3252710Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/test-infra 2026-07-24T18:57:55.3279420Z ##[endgroup] 2026-07-24T18:57:55.3279810Z ##[group]Disabling automatic garbage collection 2026-07-24T18:57:55.3282110Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2026-07-24T18:57:55.3318220Z ##[endgroup] 2026-07-24T18:57:55.3318600Z ##[group]Setting up auth 2026-07-24T18:57:55.3323390Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T18:57:55.3362910Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-24T18:57:55.3919930Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T18:57:55.3960340Z [command]/opt/homebrew/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' || :" 2026-07-24T18:57:55.4439710Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T18:57:55.4483600Z ##[endgroup] 2026-07-24T18:57:55.4484010Z ##[group]Determining the default branch 2026-07-24T18:57:55.4484820Z Retrieving the default branch name 2026-07-24T18:57:56.1004100Z Default branch 'main' 2026-07-24T18:57:56.1005450Z ##[endgroup] 2026-07-24T18:57:56.1006240Z ##[group]Fetching the repository 2026-07-24T18:57:56.1014030Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2026-07-24T18:57:57.2214740Z From https://github.com/pytorch/test-infra 2026-07-24T18:57:57.2215230Z * [new branch] main -> origin/main 2026-07-24T18:57:57.2265060Z ##[endgroup] 2026-07-24T18:57:57.2265360Z ##[group]Determining the checkout info 2026-07-24T18:57:57.2265720Z ##[endgroup] 2026-07-24T18:57:57.2274320Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-24T18:57:57.2320840Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig 2026-07-24T18:57:57.2359550Z ##[group]Checking out the ref 2026-07-24T18:57:57.2361720Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-24T18:57:57.5049540Z Switched to a new branch 'main' 2026-07-24T18:57:57.5059640Z branch 'main' set up to track 'origin/main'. 2026-07-24T18:57:57.5067030Z ##[endgroup] 2026-07-24T18:57:57.5139360Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-24T18:57:57.5214200Z b0ef71360fb84e502a2d83e123f22b5bbc7a114e 2026-07-24T18:57:57.5529490Z Prepare all required actions 2026-07-24T18:57:57.5529990Z Getting action download info 2026-07-24T18:57:57.7138000Z Download action repository 'actions/cache@v3' (SHA:6f8efc29b200d32929f49075959781ed54ec270c) 2026-07-24T18:57:57.7946610Z ##[group]Run ./test-infra/.github/actions/setup-miniconda 2026-07-24T18:57:57.7946870Z with: 2026-07-24T18:57:57.7947000Z python-version: 3.12 2026-07-24T18:57:57.7947150Z miniconda-version: 24.7.1-0 2026-07-24T18:57:57.7947310Z env: 2026-07-24T18:57:57.7947430Z REPOSITORY: pytorch/executorch 2026-07-24T18:57:57.7949580Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:57.7951850Z ##[endgroup] 2026-07-24T18:57:57.8021250Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2026-07-24T18:57:57.8021680Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2026-07-24T18:57:57.8022070Z echo "default_packages_checksum=$(echo -n | md5sum | awk '{print $1}' )" >> "${GITHUB_OUTPUT}" 2026-07-24T18:57:57.8072300Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-07-24T18:57:57.8072590Z env: 2026-07-24T18:57:57.8072750Z REPOSITORY: pytorch/executorch 2026-07-24T18:57:57.8075080Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:57.8077610Z ##[endgroup] 2026-07-24T18:57:57.8311820Z /Users/runner/work/_temp/883c57a3-38f0-4575-9b5a-ec8d50b77550.sh: line 2: md5sum: command not found 2026-07-24T18:57:57.8420770Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T18:57:57.8421920Z ##[group]Run actions/cache@v3 2026-07-24T18:57:57.8422070Z with: 2026-07-24T18:57:57.8422220Z path: /Users/runner/work/_temp/miniconda 2026-07-24T18:57:57.8422470Z key: miniconda-24.7.1-0-macOS-ARM64-3.12--20260724d 2026-07-24T18:57:57.8422760Z enableCrossOsArchive: false 2026-07-24T18:57:57.8422970Z fail-on-cache-miss: false 2026-07-24T18:57:57.8423140Z lookup-only: false 2026-07-24T18:57:57.8423660Z env: 2026-07-24T18:57:57.8423990Z REPOSITORY: pytorch/executorch 2026-07-24T18:57:57.8426730Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:57:57.8428930Z ##[endgroup] 2026-07-24T18:57:57.9361240Z (node:7747) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-07-24T18:57:57.9411070Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-07-24T18:57:58.0733900Z Cache hit for: miniconda-24.7.1-0-macOS-ARM64-3.12--20260724d 2026-07-24T18:57:58.0869210Z (node:7747) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities. 2026-07-24T18:57:59.1657150Z Received 134217728 of 285973629 (46.9%), 127.7 MBs/sec 2026-07-24T18:58:00.1674700Z Received 281779325 of 285973629 (98.5%), 134.1 MBs/sec 2026-07-24T18:58:00.1793530Z Received 285973629 of 285973629 (100.0%), 135.3 MBs/sec 2026-07-24T18:58:00.1814380Z Cache Size: ~273 MB (285973629 B) 2026-07-24T18:58:00.1886060Z [command]/opt/homebrew/bin/gtar -xf /Users/runner/work/_temp/2cda8cca-d9ea-49a5-aedb-c2fa85c18d90/cache.tzst -P -C /Users/runner/work/executorch/executorch --delay-directory-restore --use-compress-program unzstd 2026-07-24T18:58:05.5914180Z Cache restored successfully 2026-07-24T18:58:05.6115130Z Cache restored from key: miniconda-24.7.1-0-macOS-ARM64-3.12--20260724d 2026-07-24T18:58:05.6271830Z ##[group]Run set -x 2026-07-24T18:58:05.6272090Z set -x 2026-07-24T18:58:05.6272270Z  2026-07-24T18:58:05.6272530Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2026-07-24T18:58:05.6272890Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2026-07-24T18:58:05.6273320Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2026-07-24T18:58:05.6273720Z # here to make sure that the correct conda is used 2026-07-24T18:58:05.6274040Z { 2026-07-24T18:58:05.6274260Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2026-07-24T18:58:05.6274680Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2026-07-24T18:58:05.6274990Z } >> "${GITHUB_ENV}" 2026-07-24T18:58:05.6408720Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-07-24T18:58:05.6409010Z env: 2026-07-24T18:58:05.6409180Z REPOSITORY: pytorch/executorch 2026-07-24T18:58:05.6411270Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:58:05.6413420Z ##[endgroup] 2026-07-24T18:58:05.6819880Z + MINICONDA_INSTALL_PATH=/Users/runner/work/_temp/miniconda 2026-07-24T18:58:05.6869460Z + echo /Users/runner/work/_temp/miniconda/bin 2026-07-24T18:58:05.6887260Z + echo PATH=/Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:58:05.6930600Z + echo CONDA_EXE=/Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:05.8290200Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T18:58:05.8291400Z ##[group]Run actions/cache@v3 2026-07-24T18:58:05.8291670Z with: 2026-07-24T18:58:05.8291900Z path: /Users/runner/work/_temp/conda-python-3.12 2026-07-24T18:58:05.8292170Z key: miniconda-env-macOS-ARM64-3.12--20260724d-- 2026-07-24T18:58:05.8292420Z enableCrossOsArchive: false 2026-07-24T18:58:05.8292610Z fail-on-cache-miss: false 2026-07-24T18:58:05.8292850Z lookup-only: false 2026-07-24T18:58:05.8293050Z env: 2026-07-24T18:58:05.8293240Z REPOSITORY: pytorch/executorch 2026-07-24T18:58:05.8295320Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:58:05.8298760Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:58:05.8301230Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:05.8301480Z ##[endgroup] 2026-07-24T18:58:05.9129930Z (node:8019) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-07-24T18:58:05.9130560Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-07-24T18:58:06.0312090Z Cache hit for: miniconda-env-macOS-ARM64-3.12--20260724d-- 2026-07-24T18:58:06.0370590Z (node:8019) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities. 2026-07-24T18:58:06.7653920Z Received 38271757 of 38271757 (100.0%), 58.4 MBs/sec 2026-07-24T18:58:06.7655230Z Cache Size: ~36 MB (38271757 B) 2026-07-24T18:58:06.7734010Z [command]/opt/homebrew/bin/gtar -xf /Users/runner/work/_temp/9b88ca52-962a-4d8b-a063-a06fa249ecd1/cache.tzst -P -C /Users/runner/work/executorch/executorch --delay-directory-restore --use-compress-program unzstd 2026-07-24T18:58:08.2700500Z Cache restored successfully 2026-07-24T18:58:08.2779840Z Cache restored from key: miniconda-env-macOS-ARM64-3.12--20260724d-- 2026-07-24T18:58:08.2849370Z ##[group]Run set -x 2026-07-24T18:58:08.2849610Z set -x 2026-07-24T18:58:08.2849740Z  2026-07-24T18:58:08.2850020Z # Print the conda we are using here in case we need debugging information 2026-07-24T18:58:08.2850350Z CONDA_RUNTIME=$(which conda) 2026-07-24T18:58:08.2850550Z "${CONDA_RUNTIME}" --version 2026-07-24T18:58:08.2850720Z  2026-07-24T18:58:08.2851010Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2026-07-24T18:58:08.2851450Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2026-07-24T18:58:08.2851720Z "${CONDA_RUNTIME}" create \ 2026-07-24T18:58:08.2851900Z  --yes --quiet \ 2026-07-24T18:58:08.2852070Z  --prefix "${CONDA_PREFIX}" \ 2026-07-24T18:58:08.2852260Z  --clone "${CONDA_BASE_ENV}" 2026-07-24T18:58:08.2852430Z  2026-07-24T18:58:08.2852540Z set +e 2026-07-24T18:58:08.2852810Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2026-07-24T18:58:08.2853250Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2026-07-24T18:58:08.2853640Z # environment. This is to make sure that no dependency is missing. 2026-07-24T18:58:08.2854080Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2026-07-24T18:58:08.2854440Z set -e 2026-07-24T18:58:08.2854570Z  2026-07-24T18:58:08.2854800Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2026-07-24T18:58:08.2855120Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2026-07-24T18:58:08.2855450Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2026-07-24T18:58:08.2855810Z  # when reporting that all requirements have been satisfied 2026-07-24T18:58:08.2856360Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2026-07-24T18:58:08.2856870Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2026-07-24T18:58:08.2857280Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2026-07-24T18:58:08.2857650Z  fi 2026-07-24T18:58:08.2857760Z fi 2026-07-24T18:58:08.2858120Z  2026-07-24T18:58:08.2858370Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2026-07-24T18:58:08.2858750Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2026-07-24T18:58:08.2858970Z  2026-07-24T18:58:08.2859140Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2026-07-24T18:58:08.2859510Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2026-07-24T18:58:08.2860000Z echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2026-07-24T18:58:08.2909750Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-07-24T18:58:08.2910030Z env: 2026-07-24T18:58:08.2910160Z REPOSITORY: pytorch/executorch 2026-07-24T18:58:08.2912590Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:58:08.2915940Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:58:08.2917480Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:08.2917700Z PYTHON_VERSION: 3.12 2026-07-24T18:58:08.2917900Z CONDA_BASE_ENV: /Users/runner/work/_temp/conda-python-3.12 2026-07-24T18:58:08.2918130Z PIP_REQUIREMENTS_FILE: 2026-07-24T18:58:08.2918280Z ##[endgroup] 2026-07-24T18:58:08.3153620Z ++ which conda 2026-07-24T18:58:08.3174320Z + CONDA_RUNTIME=/Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:08.3174680Z + /Users/runner/work/_temp/miniconda/bin/conda --version 2026-07-24T18:58:08.5200350Z conda 24.7.1 2026-07-24T18:58:08.6347420Z + CONDA_PREFIX=/Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:08.6448270Z + /Users/runner/work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/runner/work/_temp/conda_environment_30118914899 --clone /Users/runner/work/_temp/conda-python-3.12 2026-07-24T18:58:08.9723280Z Source: /Users/runner/work/_temp/conda-python-3.12 2026-07-24T18:58:08.9723690Z Destination: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:08.9724070Z Packages: 19 2026-07-24T18:58:08.9724230Z Files: 1 2026-07-24T18:58:09.0705840Z Preparing transaction: ...working... done 2026-07-24T18:58:11.6167990Z Verifying transaction: ...working... done 2026-07-24T18:58:13.6603030Z Executing transaction: ...working... done 2026-07-24T18:58:13.7226020Z + set +e 2026-07-24T18:58:13.7234480Z ++ /Users/runner/work/_temp/miniconda/bin/conda package -p /Users/runner/work/_temp/conda_environment_30118914899 -u 2026-07-24T18:58:13.7235630Z ++ grep -v '^#' 2026-07-24T18:58:13.7236370Z ++ xargs 2026-07-24T18:58:13.7237650Z ++ wc -l 2026-07-24T18:58:14.0755600Z + UNTRACKED_FILES_COUNT=1 2026-07-24T18:58:14.0756210Z + set -e 2026-07-24T18:58:14.0756340Z + [[ -z 1 ]] 2026-07-24T18:58:14.0756470Z + [[ 1 == \0 ]] 2026-07-24T18:58:14.0756710Z + echo CONDA_ENV=/Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.0757140Z + echo CONDA_PREFIX=/Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.0758390Z + echo 'CONDA_RUN=/Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output' 2026-07-24T18:58:14.0760750Z + echo 'CONDA_INSTALL=/Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899' 2026-07-24T18:58:14.0779050Z ##[group]Run CONDA_RUNTIME=$(which conda) 2026-07-24T18:58:14.0779310Z CONDA_RUNTIME=$(which conda) 2026-07-24T18:58:14.0779510Z  2026-07-24T18:58:14.0779660Z set -euxo pipefail 2026-07-24T18:58:14.0779900Z "${CONDA_RUNTIME}" config --set channel_priority false 2026-07-24T18:58:14.0835750Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-07-24T18:58:14.0836010Z env: 2026-07-24T18:58:14.0836150Z REPOSITORY: pytorch/executorch 2026-07-24T18:58:14.0838550Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:58:14.0842030Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:58:14.0843700Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:14.0844070Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.0844580Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.0851670Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T18:58:14.0852440Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.0852890Z ##[endgroup] 2026-07-24T18:58:14.1075610Z + /Users/runner/work/_temp/miniconda/bin/conda config --set channel_priority false 2026-07-24T18:58:14.3125180Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T18:58:14.3126210Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2026-07-24T18:58:14.3126490Z with: 2026-07-24T18:58:14.3126640Z repository: pytorch/executorch 2026-07-24T18:58:14.3126850Z ref: 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 2026-07-24T18:58:14.3127300Z path: pytorch/executorch 2026-07-24T18:58:14.3127450Z fetch-depth: 1 2026-07-24T18:58:14.3127590Z submodules: recursive 2026-07-24T18:58:14.3129520Z token: *** 2026-07-24T18:58:14.3129650Z ssh-strict: true 2026-07-24T18:58:14.3129790Z ssh-user: git 2026-07-24T18:58:14.3129930Z persist-credentials: true 2026-07-24T18:58:14.3130090Z clean: true 2026-07-24T18:58:14.3130280Z sparse-checkout-cone-mode: true 2026-07-24T18:58:14.3130460Z fetch-tags: false 2026-07-24T18:58:14.3130610Z show-progress: true 2026-07-24T18:58:14.3130750Z lfs: false 2026-07-24T18:58:14.3130880Z set-safe-directory: true 2026-07-24T18:58:14.3131030Z env: 2026-07-24T18:58:14.3131170Z REPOSITORY: pytorch/executorch 2026-07-24T18:58:14.3133260Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:58:14.3136620Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:58:14.3138170Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:58:14.3138470Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.3138810Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.3139430Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T18:58:14.3140100Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:58:14.3140520Z ##[endgroup] 2026-07-24T18:58:14.3800920Z Syncing repository: pytorch/executorch 2026-07-24T18:58:14.3801410Z ##[group]Getting Git version info 2026-07-24T18:58:14.3801820Z Working directory is '/Users/runner/work/executorch/executorch/pytorch/executorch' 2026-07-24T18:58:14.3822980Z [command]/opt/homebrew/bin/git version 2026-07-24T18:58:14.3864440Z git version 2.54.0 2026-07-24T18:58:14.3874940Z ##[endgroup] 2026-07-24T18:58:14.3880040Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/66762bbe-72e5-4309-b64e-5c68b6458af4/.gitconfig' 2026-07-24T18:58:14.3886520Z Temporarily overriding HOME='/Users/runner/work/_temp/66762bbe-72e5-4309-b64e-5c68b6458af4' before making global git config changes 2026-07-24T18:58:14.3887120Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T18:58:14.3889040Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/pytorch/executorch 2026-07-24T18:58:14.3926060Z ##[group]Initializing the repository 2026-07-24T18:58:14.3929020Z [command]/opt/homebrew/bin/git init /Users/runner/work/executorch/executorch/pytorch/executorch 2026-07-24T18:58:14.3989240Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T18:58:14.3989940Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T18:58:14.3990340Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T18:58:14.3990790Z hint: call: 2026-07-24T18:58:14.3990940Z hint: 2026-07-24T18:58:14.3991160Z hint: git config --global init.defaultBranch 2026-07-24T18:58:14.3991390Z hint: 2026-07-24T18:58:14.3991610Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T18:58:14.3992010Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T18:58:14.3992370Z hint: 2026-07-24T18:58:14.3992520Z hint: git branch -m 2026-07-24T18:58:14.3992780Z hint: 2026-07-24T18:58:14.3993130Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T18:58:14.3993740Z Initialized empty Git repository in /Users/runner/work/executorch/executorch/pytorch/executorch/.git/ 2026-07-24T18:58:14.3997200Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pytorch/executorch 2026-07-24T18:58:14.4031070Z ##[endgroup] 2026-07-24T18:58:14.4031390Z ##[group]Disabling automatic garbage collection 2026-07-24T18:58:14.4033500Z [command]/opt/homebrew/bin/git config --local gc.auto 0 2026-07-24T18:58:14.4064160Z ##[endgroup] 2026-07-24T18:58:14.4064430Z ##[group]Setting up auth 2026-07-24T18:58:14.4075430Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T18:58:14.4099030Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-24T18:58:14.4846720Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T18:58:14.4937070Z [command]/opt/homebrew/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' || :" 2026-07-24T18:58:14.5632970Z [command]/opt/homebrew/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T18:58:14.6084100Z ##[endgroup] 2026-07-24T18:58:14.6184330Z ##[group]Fetching the repository 2026-07-24T18:58:14.6286220Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 2026-07-24T18:58:16.8728460Z From https://github.com/pytorch/executorch 2026-07-24T18:58:16.8829720Z * branch 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 -> FETCH_HEAD 2026-07-24T18:58:16.9064100Z ##[endgroup] 2026-07-24T18:58:16.9166030Z ##[group]Determining the checkout info 2026-07-24T18:58:16.9266540Z ##[endgroup] 2026-07-24T18:58:16.9367870Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-24T18:58:16.9606670Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig 2026-07-24T18:58:16.9809570Z ##[group]Checking out the ref 2026-07-24T18:58:16.9858370Z [command]/opt/homebrew/bin/git checkout --progress --force 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 2026-07-24T18:58:17.8796900Z HEAD is now at 6cd7ecd portable: add fast path for contiguous innermost-dim reduction in amax.out and amin.out (#21142) 2026-07-24T18:58:17.8811940Z ##[endgroup] 2026-07-24T18:58:17.8812240Z ##[group]Setting up auth for fetching submodules 2026-07-24T18:58:17.8816460Z [command]/opt/homebrew/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T18:58:17.8872300Z [command]/opt/homebrew/bin/git config --global --unset-all url.https://github.com/.insteadOf 2026-07-24T18:58:17.8911900Z [command]/opt/homebrew/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2026-07-24T18:58:17.8951580Z [command]/opt/homebrew/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2026-07-24T18:58:17.8986500Z ##[endgroup] 2026-07-24T18:58:17.8986770Z ##[group]Fetching submodules 2026-07-24T18:58:17.8989820Z [command]/opt/homebrew/bin/git submodule sync --recursive 2026-07-24T18:58:17.9537700Z [command]/opt/homebrew/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2026-07-24T18:58:18.0021810Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2026-07-24T18:58:18.0028990Z Submodule 'backends/mlx/third-party/mlx' (https://github.com/ml-explore/mlx.git) registered for path 'backends/mlx/third-party/mlx' 2026-07-24T18:58:18.0034270Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:58:18.0042380Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:58:18.0046250Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2026-07-24T18:58:18.0053120Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2026-07-24T18:58:18.0056560Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:58:18.0061170Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:58:18.0065960Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:58:18.0070520Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/google/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:58:18.0075270Z Submodule 'extension/llm/tokenizers' (https://github.com/meta-pytorch/tokenizers.git) registered for path 'extension/llm/tokenizers' 2026-07-24T18:58:18.0080010Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2026-07-24T18:58:18.0084900Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2026-07-24T18:58:18.0090020Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2026-07-24T18:58:18.0095050Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2026-07-24T18:58:18.0099890Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2026-07-24T18:58:18.0104780Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2026-07-24T18:58:18.0109800Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2026-07-24T18:58:18.0115190Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2026-07-24T18:58:18.0119510Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2026-07-24T18:58:18.0124610Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2026-07-24T18:58:18.0129500Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2026-07-24T18:58:18.0134670Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2026-07-24T18:58:18.0201920Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2026-07-24T18:58:18.7155430Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/third-party/mlx'... 2026-07-24T18:58:19.7564410Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2026-07-24T18:58:20.8174610Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2026-07-24T18:58:21.8050400Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2026-07-24T18:58:22.6039680Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2026-07-24T18:58:23.3383020Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2026-07-24T18:58:24.0435040Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2026-07-24T18:58:25.4255550Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2026-07-24T18:58:26.5030850Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2026-07-24T18:58:27.5085760Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2026-07-24T18:58:28.6377670Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2026-07-24T18:58:29.2736570Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/shim'... 2026-07-24T18:58:30.0834100Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao'... 2026-07-24T18:58:31.2909430Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2026-07-24T18:58:32.4339330Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2026-07-24T18:58:33.3212140Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2026-07-24T18:58:34.1582410Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2026-07-24T18:58:35.1077200Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2026-07-24T18:58:35.8668330Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/json'... 2026-07-24T18:58:37.0356590Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2026-07-24T18:58:37.8501710Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2026-07-24T18:58:38.9497570Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2026-07-24T18:58:39.9290330Z Submodule path 'backends/cadence/utils/FACTO': checked out '3b8c778c99766a8b4d0d04563ae0b16cbb276829' 2026-07-24T18:58:41.4956830Z From https://github.com/ml-explore/mlx 2026-07-24T18:58:41.4960720Z * branch 7a1d4f5c12ac82f4b4d0a6e71538d89ca0605247 -> FETCH_HEAD 2026-07-24T18:58:41.5990170Z Submodule path 'backends/mlx/third-party/mlx': checked out '7a1d4f5c12ac82f4b4d0a6e71538d89ca0605247' 2026-07-24T18:58:43.5583070Z From https://github.com/KhronosGroup/Vulkan-Headers 2026-07-24T18:58:43.5625000Z * branch 8864cdc896bbc2a9b6eb36b3218fc9ef57908d77 -> FETCH_HEAD 2026-07-24T18:58:43.6132840Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '8864cdc896bbc2a9b6eb36b3218fc9ef57908d77' 2026-07-24T18:58:45.3692100Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2026-07-24T18:58:45.3692850Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2026-07-24T18:58:45.4088910Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2026-07-24T18:58:46.9042900Z From https://github.com/zeux/volk 2026-07-24T18:58:46.9043240Z * branch 49ba6858c13516019d699d94c31d5814025dd005 -> FETCH_HEAD 2026-07-24T18:58:46.9160550Z Submodule path 'backends/vulkan/third-party/volk': checked out '49ba6858c13516019d699d94c31d5814025dd005' 2026-07-24T18:58:48.4313910Z From https://github.com/Maratyszcza/FP16 2026-07-24T18:58:48.4314310Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2026-07-24T18:58:48.4485970Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2026-07-24T18:58:49.7023660Z From https://github.com/Maratyszcza/FXdiv 2026-07-24T18:58:49.7024130Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2026-07-24T18:58:49.7142780Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2026-07-24T18:58:51.8011390Z From https://github.com/google/XNNPACK 2026-07-24T18:58:51.8012640Z * branch 1adaa7c709d4839d29e1f219cb962b01c9e6a905 -> FETCH_HEAD 2026-07-24T18:58:52.8110040Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1adaa7c709d4839d29e1f219cb962b01c9e6a905' 2026-07-24T18:58:54.3946090Z From https://github.com/pytorch/cpuinfo 2026-07-24T18:58:54.3946480Z * branch f9a03241f8c3d4ed0c9728f5d70bff873d43d4e0 -> FETCH_HEAD 2026-07-24T18:58:54.4718570Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'f9a03241f8c3d4ed0c9728f5d70bff873d43d4e0' 2026-07-24T18:58:56.1209220Z From https://github.com/google/pthreadpool 2026-07-24T18:58:56.1236770Z * branch a56dcd79c699366e7ac6466792c3025883ff7704 -> FETCH_HEAD 2026-07-24T18:58:56.1412470Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out 'a56dcd79c699366e7ac6466792c3025883ff7704' 2026-07-24T18:58:57.9091890Z From https://github.com/meta-pytorch/tokenizers 2026-07-24T18:58:57.9092700Z * branch 1d7ca636008fdf88b0c64498ce9cf426041c8443 -> FETCH_HEAD 2026-07-24T18:58:57.9670170Z Submodule path 'extension/llm/tokenizers': checked out '1d7ca636008fdf88b0c64498ce9cf426041c8443' 2026-07-24T18:58:57.9710980Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:58:57.9715250Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:58:57.9721380Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:58:57.9726130Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:58:57.9730940Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:58:57.9792420Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2026-07-24T18:58:59.0515090Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2026-07-24T18:59:00.1951840Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2026-07-24T18:59:01.3012250Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2026-07-24T18:59:02.2486960Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2026-07-24T18:59:05.5509430Z From https://github.com/abseil/abseil-cpp 2026-07-24T18:59:05.5509860Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2026-07-24T18:59:05.6914080Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2026-07-24T18:59:07.5863580Z From https://github.com/nlohmann/json 2026-07-24T18:59:07.5864110Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2026-07-24T18:59:07.7777640Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2026-07-24T18:59:10.0325750Z From https://github.com/PCRE2Project/pcre2 2026-07-24T18:59:10.0327110Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2026-07-24T18:59:10.1248740Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2026-07-24T18:59:10.1350150Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:10.1451380Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2026-07-24T18:59:12.6417390Z From https://github.com/zherczeg/sljit 2026-07-24T18:59:12.6417840Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2026-07-24T18:59:12.6642960Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2026-07-24T18:59:14.4117390Z From https://github.com/google/re2 2026-07-24T18:59:14.4142500Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2026-07-24T18:59:14.4411790Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2026-07-24T18:59:16.5544410Z From https://github.com/google/sentencepiece 2026-07-24T18:59:16.5551130Z * branch bcc6390ab257c13056b7318983b35b8e1bbf442d -> FETCH_HEAD 2026-07-24T18:59:16.6535910Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'bcc6390ab257c13056b7318983b35b8e1bbf442d' 2026-07-24T18:59:19.0310390Z From https://gitlab.com/libeigen/eigen 2026-07-24T18:59:19.0310860Z * branch 729443409942a1816ddf74b95224003b83f4925c -> FETCH_HEAD 2026-07-24T18:59:19.2205310Z Submodule path 'kernels/optimized/third-party/eigen': checked out '729443409942a1816ddf74b95224003b83f4925c' 2026-07-24T18:59:20.6706890Z From https://github.com/facebook/buck2-shims-meta 2026-07-24T18:59:20.6707250Z * branch 52196a3be467802f1cadce1debe7d8712e7327ee -> FETCH_HEAD 2026-07-24T18:59:20.7056720Z Submodule path 'shim': checked out '52196a3be467802f1cadce1debe7d8712e7327ee' 2026-07-24T18:59:22.1913020Z From https://github.com/pytorch/ao 2026-07-24T18:59:22.1913800Z * branch 4aa810113463571cabb7342d1a00a1f3de9c54f2 -> FETCH_HEAD 2026-07-24T18:59:22.3463810Z Submodule path 'third-party/ao': checked out '4aa810113463571cabb7342d1a00a1f3de9c54f2' 2026-07-24T18:59:22.3511560Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:22.3581160Z Cloning into '/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2026-07-24T18:59:26.6421940Z From https://github.com/NVIDIA/cutlass 2026-07-24T18:59:26.6517390Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2026-07-24T18:59:27.4561300Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2026-07-24T18:59:29.3741500Z From https://github.com/google/flatbuffers 2026-07-24T18:59:29.3741910Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2026-07-24T18:59:29.5589040Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2026-07-24T18:59:31.3108100Z From https://github.com/dvidelabs/flatcc 2026-07-24T18:59:31.3108480Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2026-07-24T18:59:31.3504430Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2026-07-24T18:59:32.9683180Z From https://github.com/gflags/gflags 2026-07-24T18:59:32.9683640Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2026-07-24T18:59:32.9874420Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2026-07-24T18:59:34.7122930Z From https://github.com/google/googletest 2026-07-24T18:59:34.7123320Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2026-07-24T18:59:34.7516960Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2026-07-24T18:59:36.2422550Z From https://github.com/leetal/ios-cmake 2026-07-24T18:59:36.2422910Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2026-07-24T18:59:36.2554110Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2026-07-24T18:59:38.0907750Z From https://github.com/nlohmann/json 2026-07-24T18:59:38.0908510Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2026-07-24T18:59:38.2925670Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2026-07-24T18:59:39.7983670Z From https://github.com/mreineck/pocketfft 2026-07-24T18:59:39.8088560Z * branch 8187407446316c3d16f15e5395dabd4b22f4fec7 -> FETCH_HEAD 2026-07-24T18:59:39.8404620Z Submodule path 'third-party/pocketfft': checked out '8187407446316c3d16f15e5395dabd4b22f4fec7' 2026-07-24T18:59:41.8338080Z From https://github.com/facebook/buck2-prelude 2026-07-24T18:59:41.8338510Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2026-07-24T18:59:42.0604010Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2026-07-24T18:59:43.5574860Z From https://github.com/pybind/pybind11 2026-07-24T18:59:43.5575300Z * branch d03662f0984f652b60e7ddce53d3868002275197 -> FETCH_HEAD 2026-07-24T18:59:43.6139790Z Submodule path 'third-party/pybind11': checked out 'd03662f0984f652b60e7ddce53d3868002275197' 2026-07-24T18:59:43.6441820Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local gc.auto 0 2026-07-24T18:59:43.7248380Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T18:59:43.7343560Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T18:59:43.7439550Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:59:43.7535600Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:59:43.7634420Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T18:59:43.7744030Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T18:59:43.7861640Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:59:43.7966820Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:59:43.8066020Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:59:43.8171300Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:59:43.8269240Z Entering 'extension/llm/tokenizers' 2026-07-24T18:59:43.8363840Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:59:43.8459730Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:59:43.8558590Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:59:43.8659040Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:43.8755470Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:59:43.8853300Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:59:43.8960030Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T18:59:43.9056610Z Entering 'shim' 2026-07-24T18:59:43.9150830Z Entering 'third-party/ao' 2026-07-24T18:59:43.9246490Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:43.9350550Z Entering 'third-party/flatbuffers' 2026-07-24T18:59:43.9447360Z Entering 'third-party/flatcc' 2026-07-24T18:59:43.9534890Z Entering 'third-party/gflags' 2026-07-24T18:59:43.9634590Z Entering 'third-party/googletest' 2026-07-24T18:59:43.9723880Z Entering 'third-party/ios-cmake' 2026-07-24T18:59:43.9821800Z Entering 'third-party/json' 2026-07-24T18:59:43.9912640Z Entering 'third-party/pocketfft' 2026-07-24T18:59:44.0001130Z Entering 'third-party/prelude' 2026-07-24T18:59:44.0087770Z Entering 'third-party/pybind11' 2026-07-24T18:59:44.0182400Z ##[endgroup] 2026-07-24T18:59:44.0182730Z ##[group]Persisting credentials for submodules 2026-07-24T18:59:44.0187010Z [command]/opt/homebrew/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' || :" 2026-07-24T18:59:44.0656130Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T18:59:44.0787910Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T18:59:44.0907370Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:59:44.1020850Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:59:44.1149900Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T18:59:44.1281500Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T18:59:44.1402970Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:59:44.1524150Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:59:44.1642480Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:59:44.1753500Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:59:44.1863720Z Entering 'extension/llm/tokenizers' 2026-07-24T18:59:44.1977640Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:59:44.2088280Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:59:44.2216040Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:59:44.2547190Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:44.2680880Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:59:44.2829900Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:59:44.3036220Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T18:59:44.3307270Z Entering 'shim' 2026-07-24T18:59:44.3608270Z Entering 'third-party/ao' 2026-07-24T18:59:44.3809050Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:44.4029010Z Entering 'third-party/flatbuffers' 2026-07-24T18:59:44.4264760Z Entering 'third-party/flatcc' 2026-07-24T18:59:44.4428250Z Entering 'third-party/gflags' 2026-07-24T18:59:44.4564970Z Entering 'third-party/googletest' 2026-07-24T18:59:44.4697980Z Entering 'third-party/ios-cmake' 2026-07-24T18:59:44.4835250Z Entering 'third-party/json' 2026-07-24T18:59:44.4969190Z Entering 'third-party/pocketfft' 2026-07-24T18:59:44.5106260Z Entering 'third-party/prelude' 2026-07-24T18:59:44.5237550Z Entering 'third-party/pybind11' 2026-07-24T18:59:44.5384740Z [command]/opt/homebrew/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" 2026-07-24T18:59:44.5920260Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T18:59:44.6089690Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2026-07-24T18:59:44.6128710Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T18:59:44.6247650Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/mlx/third-party/mlx/config remote.origin.url 2026-07-24T18:59:44.6288890Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:59:44.6414200Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2026-07-24T18:59:44.6454670Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:59:44.6568350Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2026-07-24T18:59:44.6605930Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T18:59:44.6724910Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2026-07-24T18:59:44.6775900Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T18:59:44.6898340Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2026-07-24T18:59:44.6940130Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:59:44.7077050Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2026-07-24T18:59:44.7117800Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:59:44.7257880Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2026-07-24T18:59:44.7305420Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:59:44.7433690Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2026-07-24T18:59:44.7478710Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:59:44.7606850Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2026-07-24T18:59:44.7647010Z Entering 'extension/llm/tokenizers' 2026-07-24T18:59:44.7772280Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2026-07-24T18:59:44.7811860Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:59:44.7948730Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2026-07-24T18:59:44.7997200Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:59:44.8138480Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2026-07-24T18:59:44.8184220Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:59:44.8320290Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2026-07-24T18:59:44.8362610Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:44.8498960Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2026-07-24T18:59:44.8542360Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:59:44.8667910Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2026-07-24T18:59:44.8713460Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:59:44.8839920Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2026-07-24T18:59:44.8883160Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T18:59:44.9104630Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2026-07-24T18:59:44.9196890Z Entering 'shim' 2026-07-24T18:59:44.9354740Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2026-07-24T18:59:44.9400390Z Entering 'third-party/ao' 2026-07-24T18:59:44.9633090Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2026-07-24T18:59:44.9734950Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:44.9899960Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2026-07-24T18:59:44.9952530Z Entering 'third-party/flatbuffers' 2026-07-24T18:59:45.0086060Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2026-07-24T18:59:45.0129220Z Entering 'third-party/flatcc' 2026-07-24T18:59:45.0249370Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2026-07-24T18:59:45.0291060Z Entering 'third-party/gflags' 2026-07-24T18:59:45.0469800Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2026-07-24T18:59:45.0512310Z Entering 'third-party/googletest' 2026-07-24T18:59:45.0635840Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2026-07-24T18:59:45.0681980Z Entering 'third-party/ios-cmake' 2026-07-24T18:59:45.0983030Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2026-07-24T18:59:45.1083560Z Entering 'third-party/json' 2026-07-24T18:59:45.1284920Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2026-07-24T18:59:45.1384970Z Entering 'third-party/pocketfft' 2026-07-24T18:59:45.1586340Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2026-07-24T18:59:45.1687290Z Entering 'third-party/prelude' 2026-07-24T18:59:45.1888330Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2026-07-24T18:59:45.1988410Z Entering 'third-party/pybind11' 2026-07-24T18:59:45.2099420Z file:/Users/runner/work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2026-07-24T18:59:45.2379080Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2026-07-24T18:59:45.3041500Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T18:59:45.3157880Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T18:59:45.3290600Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:59:45.3405880Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:59:45.3514120Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T18:59:45.3635240Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T18:59:45.3754820Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:59:45.3857510Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:59:45.3995870Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:59:45.4122280Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:59:45.4250470Z Entering 'extension/llm/tokenizers' 2026-07-24T18:59:45.4369170Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:59:45.4483540Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:59:45.4585710Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:59:45.4685490Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:45.4866400Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:59:45.4989670Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:59:45.5128650Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T18:59:45.5281490Z Entering 'shim' 2026-07-24T18:59:45.5407190Z Entering 'third-party/ao' 2026-07-24T18:59:45.5534410Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:45.5702430Z Entering 'third-party/flatbuffers' 2026-07-24T18:59:45.5811850Z Entering 'third-party/flatcc' 2026-07-24T18:59:45.5964290Z Entering 'third-party/gflags' 2026-07-24T18:59:45.6111540Z Entering 'third-party/googletest' 2026-07-24T18:59:45.6224200Z Entering 'third-party/ios-cmake' 2026-07-24T18:59:45.6353310Z Entering 'third-party/json' 2026-07-24T18:59:45.6463590Z Entering 'third-party/pocketfft' 2026-07-24T18:59:45.6570990Z Entering 'third-party/prelude' 2026-07-24T18:59:45.6679000Z Entering 'third-party/pybind11' 2026-07-24T18:59:45.6790020Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2026-07-24T18:59:45.7328700Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T18:59:45.7422390Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T18:59:45.7524010Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T18:59:45.7655620Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T18:59:45.7756420Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T18:59:45.7873030Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T18:59:45.7984870Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T18:59:45.8108210Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T18:59:45.8240510Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T18:59:45.8350790Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T18:59:45.8457210Z Entering 'extension/llm/tokenizers' 2026-07-24T18:59:45.8564090Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T18:59:45.8661720Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T18:59:45.8772550Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T18:59:45.8899930Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T18:59:45.8998690Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T18:59:45.9102200Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T18:59:45.9202180Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T18:59:45.9302220Z Entering 'shim' 2026-07-24T18:59:45.9418240Z Entering 'third-party/ao' 2026-07-24T18:59:45.9524870Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T18:59:45.9629620Z Entering 'third-party/flatbuffers' 2026-07-24T18:59:45.9743670Z Entering 'third-party/flatcc' 2026-07-24T18:59:45.9840350Z Entering 'third-party/gflags' 2026-07-24T18:59:45.9961590Z Entering 'third-party/googletest' 2026-07-24T18:59:46.0069790Z Entering 'third-party/ios-cmake' 2026-07-24T18:59:46.0194140Z Entering 'third-party/json' 2026-07-24T18:59:46.0309810Z Entering 'third-party/pocketfft' 2026-07-24T18:59:46.0417770Z Entering 'third-party/prelude' 2026-07-24T18:59:46.0537040Z Entering 'third-party/pybind11' 2026-07-24T18:59:46.0653890Z ##[endgroup] 2026-07-24T18:59:46.0714940Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-24T18:59:46.0757130Z 6cd7ecd9a3cfb0edb00cfbe7688c9ab72dd071d6 2026-07-24T18:59:46.0838060Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2026-07-24T18:59:46.0838560Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2026-07-24T18:59:46.0838890Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2026-07-24T18:59:46.0839210Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2026-07-24T18:59:46.0839480Z  2026-07-24T18:59:46.0839670Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2026-07-24T18:59:46.0840070Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2026-07-24T18:59:46.0840440Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2026-07-24T18:59:46.0937180Z shell: /bin/bash -e {0} 2026-07-24T18:59:46.0937360Z env: 2026-07-24T18:59:46.0937520Z REPOSITORY: pytorch/executorch 2026-07-24T18:59:46.0939710Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:59:46.0943740Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:59:46.0945530Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:59:46.0945840Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.0946150Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.0946640Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T18:59:46.0947310Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.0947730Z ##[endgroup] 2026-07-24T18:59:46.1242520Z ##[group]Run { 2026-07-24T18:59:46.1242670Z { 2026-07-24T18:59:46.1242790Z  echo "#!/usr/bin/env bash"; 2026-07-24T18:59:46.1243010Z  echo "set -eou pipefail"; 2026-07-24T18:59:46.1243270Z  # Source conda so it's available to the script environment 2026-07-24T18:59:46.1243560Z  echo 'eval "$(conda shell.bash hook)"'; 2026-07-24T18:59:46.1243870Z  echo "${SCRIPT}"; 2026-07-24T18:59:46.1244030Z } > "${RUNNER_TEMP}/exec_script" 2026-07-24T18:59:46.1244200Z while read line; do 2026-07-24T18:59:46.1244390Z  eval "export ${line}" 2026-07-24T18:59:46.1244650Z done < "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2026-07-24T18:59:46.1245150Z python3 "/Users/runner/work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2026-07-24T18:59:46.1294860Z shell: /bin/bash -l {0} 2026-07-24T18:59:46.1295080Z env: 2026-07-24T18:59:46.1300410Z REPOSITORY: pytorch/executorch 2026-07-24T18:59:46.1302650Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T18:59:46.1306050Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T18:59:46.1307720Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T18:59:46.1308020Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.1308340Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.1308810Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T18:59:46.1309510Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T18:59:46.1309970Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2026-07-24T18:59:46.1310280Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2026-07-24T18:59:46.1312490Z ALL_SECRETS: { "github_token": "***" } 2026-07-24T18:59:46.1312690Z ##[endgroup] 2026-07-24T18:59:46.1722190Z /Users/runner/work/_temp/0011cdc9-d22f-45a6-92aa-7d9b484fb5a3.sh: line 10: /Users/runner/work/_temp/github_env_30118914899: No such file or directory 2026-07-24T19:03:20.6974110Z Running command: bash /Users/runner/work/_temp/exec_script 2026-07-24T19:03:20.6979860Z + echo '::group::Install ExecuTorch' 2026-07-24T19:03:20.6980940Z ##[group]Install ExecuTorch 2026-07-24T19:03:20.6981730Z + /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output python install_executorch.py 2026-07-24T19:03:20.6983370Z 2026-07-24 18:59:46,838 [ExecuTorch] INFO: All required submodules are present. 2026-07-24T19:03:20.6983980Z Running command Preparing metadata (pyproject.toml) 2026-07-24T19:03:20.6985260Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2026-07-24T19:03:20.6986100Z !! 2026-07-24T19:03:20.6986270Z 2026-07-24T19:03:20.6996950Z ******************************************************************************** 2026-07-24T19:03:20.6999720Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2026-07-24T19:03:20.7002070Z 2026-07-24T19:03:20.7002390Z By 2027-Feb-18, you need to update your project and remove deprecated calls 2026-07-24T19:03:20.7002900Z or your builds will no longer be supported. 2026-07-24T19:03:20.7003170Z 2026-07-24T19:03:20.7003610Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2026-07-24T19:03:20.7004610Z ******************************************************************************** 2026-07-24T19:03:20.7005040Z 2026-07-24T19:03:20.7005300Z !! 2026-07-24T19:03:20.7005720Z corresp(dist, value, root_dir) 2026-07-24T19:03:20.7006740Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:55: SetuptoolsDeprecationWarning: 'tool.setuptools.license-files' is deprecated in favor of 'project.license-files' (available on setuptools>=77.0.0). 2026-07-24T19:03:20.7007850Z !! 2026-07-24T19:03:20.7008080Z 2026-07-24T19:03:20.7008320Z ******************************************************************************** 2026-07-24T19:03:20.7008660Z 2026-07-24T19:03:20.7009000Z By 2027-Feb-18, you need to update your project and remove deprecated calls 2026-07-24T19:03:20.7009490Z or your builds will no longer be supported. 2026-07-24T19:03:20.7009900Z 2026-07-24T19:03:20.7010340Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files for details. 2026-07-24T19:03:20.7010970Z ******************************************************************************** 2026-07-24T19:03:20.7028000Z 2026-07-24T19:03:20.7028070Z !! 2026-07-24T19:03:20.7028240Z _apply_tool_table(dist, config, filename) 2026-07-24T19:03:20.7028480Z 2026-07-24 19:02:31,529 [INFO] running dist_info 2026-07-24T19:03:20.7028990Z 2026-07-24 19:02:31,532 [INFO] creating /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info 2026-07-24T19:03:20.7030020Z 2026-07-24 19:02:31,532 [INFO] writing /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/PKG-INFO 2026-07-24T19:03:20.7030880Z 2026-07-24 19:02:31,533 [INFO] writing dependency_links to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/dependency_links.txt 2026-07-24T19:03:20.7031790Z 2026-07-24 19:02:31,533 [INFO] writing entry points to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/entry_points.txt 2026-07-24T19:03:20.7032670Z 2026-07-24 19:02:31,534 [INFO] writing requirements to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/requires.txt 2026-07-24T19:03:20.7033550Z 2026-07-24 19:02:31,534 [INFO] writing top-level names to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/top_level.txt 2026-07-24T19:03:20.7034420Z 2026-07-24 19:02:31,534 [INFO] writing manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7035540Z 2026-07-24 19:02:32,062 [INFO] reading manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7036160Z 2026-07-24 19:02:32,062 [INFO] adding license file 'LICENSE' 2026-07-24T19:03:20.7036730Z 2026-07-24 19:02:32,089 [INFO] writing manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7037560Z 2026-07-24 19:02:32,089 [INFO] creating '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-aff__3mj/executorch-1.4.0a0+6cd7ecd.dist-info' 2026-07-24T19:03:20.7038140Z Running command Preparing metadata (pyproject.toml) 2026-07-24T19:03:20.7038370Z running dist_info 2026-07-24T19:03:20.7038750Z creating /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info 2026-07-24T19:03:20.7039440Z writing /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/PKG-INFO 2026-07-24T19:03:20.7040230Z writing dependency_links to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/dependency_links.txt 2026-07-24T19:03:20.7041050Z writing requirements to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/requires.txt 2026-07-24T19:03:20.7041850Z writing top-level names to /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/top_level.txt 2026-07-24T19:03:20.7042640Z writing manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7043410Z reading manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7043910Z reading manifest template 'MANIFEST.in' 2026-07-24T19:03:20.7044170Z warning: no files found matching '*.py' under directory 'test' 2026-07-24T19:03:20.7044460Z warning: no files found matching '*.c' under directory 'test' 2026-07-24T19:03:20.7044990Z writing manifest file '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime.egg-info/SOURCES.txt' 2026-07-24T19:03:20.7045840Z creating '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-modern-metadata-0dg_u7rh/antlr4_python3_runtime-4.9.3.dist-info' 2026-07-24T19:03:20.7046340Z Running command Building wheel for executorch (pyproject.toml) 2026-07-24T19:03:20.7047040Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2026-07-24T19:03:20.7047670Z !! 2026-07-24T19:03:20.7047740Z 2026-07-24T19:03:20.7047840Z ******************************************************************************** 2026-07-24T19:03:20.7048400Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2026-07-24T19:03:20.7048870Z 2026-07-24T19:03:20.7049020Z By 2027-Feb-18, you need to update your project and remove deprecated calls 2026-07-24T19:03:20.7049330Z or your builds will no longer be supported. 2026-07-24T19:03:20.7049480Z 2026-07-24T19:03:20.7049710Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2026-07-24T19:03:20.7050090Z ******************************************************************************** 2026-07-24T19:03:20.7050260Z 2026-07-24T19:03:20.7050310Z !! 2026-07-24T19:03:20.7050440Z corresp(dist, value, root_dir) 2026-07-24T19:03:20.7051410Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:55: SetuptoolsDeprecationWarning: 'tool.setuptools.license-files' is deprecated in favor of 'project.license-files' (available on setuptools>=77.0.0). 2026-07-24T19:03:20.7052230Z !! 2026-07-24T19:03:20.7052300Z 2026-07-24T19:03:20.7052390Z ******************************************************************************** 2026-07-24T19:03:20.7052570Z 2026-07-24T19:03:20.7052720Z By 2027-Feb-18, you need to update your project and remove deprecated calls 2026-07-24T19:03:20.7053020Z or your builds will no longer be supported. 2026-07-24T19:03:20.7053170Z 2026-07-24T19:03:20.7053410Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files for details. 2026-07-24T19:03:20.7053810Z ******************************************************************************** 2026-07-24T19:03:20.7053980Z 2026-07-24T19:03:20.7054030Z !! 2026-07-24T19:03:20.7054170Z _apply_tool_table(dist, config, filename) 2026-07-24T19:03:20.7054390Z 2026-07-24 19:02:33,641 [INFO] running bdist_wheel 2026-07-24T19:03:20.7054610Z 2026-07-24 19:02:33,644 [INFO] running build 2026-07-24T19:03:20.7054860Z 2026-07-24 19:02:33,644 [INFO] command options for 'CustomBuild': 2026-07-24T19:03:20.7055130Z 2026-07-24 19:02:33,644 [INFO] build_base = pip-out 2026-07-24T19:03:20.7055390Z 2026-07-24 19:02:33,644 [INFO] build_purelib = pip-out/lib 2026-07-24T19:03:20.7055730Z 2026-07-24 19:02:33,644 [INFO] build_platlib = pip-out/lib.macosx-12.1-arm64-cpython-312 2026-07-24T19:03:20.7056120Z 2026-07-24 19:02:33,644 [INFO] build_lib = pip-out/lib.macosx-12.1-arm64-cpython-312 2026-07-24T19:03:20.7056460Z 2026-07-24 19:02:33,644 [INFO] build_scripts = pip-out/scripts-3.12 2026-07-24T19:03:20.7056800Z 2026-07-24 19:02:33,644 [INFO] build_temp = pip-out/temp.macosx-12.1-arm64-cpython-312 2026-07-24T19:03:20.7057350Z 2026-07-24 19:02:33,644 [INFO] plat_name = macosx-12.1-arm64 2026-07-24T19:03:20.7057670Z 2026-07-24 19:02:33,644 [INFO] compiler = None 2026-07-24T19:03:20.7058040Z 2026-07-24 19:02:33,644 [INFO] parallel = None 2026-07-24T19:03:20.7058430Z 2026-07-24 19:02:33,644 [INFO] debug = None 2026-07-24T19:03:20.7058830Z 2026-07-24 19:02:33,645 [INFO] force = None 2026-07-24T19:03:20.7059260Z 2026-07-24 19:02:33,645 [INFO] executable = /Users/runner/work/_temp/conda_environment_30118914899/bin/python 2026-07-24T19:03:20.7060230Z 2026-07-24 19:02:33,645 [INFO] creating /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out 2026-07-24T19:03:20.7061140Z 2026-07-24 19:02:33,648 [INFO] clearing /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out 2026-07-24T19:03:20.7061670Z Preset CMake variables: 2026-07-24T19:03:20.7061840Z 2026-07-24T19:03:20.7062010Z CMAKE_OSX_DEPLOYMENT_TARGET="14.0" 2026-07-24T19:03:20.7062590Z EXECUTORCH_BUILD_PRESET_FILE="/Users/runner/work/executorch/executorch/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2026-07-24T19:03:20.7063010Z 2026-07-24T19:03:20.7063130Z -- The C compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7063530Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7063910Z -- Detecting C compiler ABI info 2026-07-24T19:03:20.7064190Z -- Detecting C compiler ABI info - done 2026-07-24T19:03:20.7064790Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2026-07-24T19:03:20.7065430Z -- Detecting C compile features 2026-07-24T19:03:20.7065670Z -- Detecting C compile features - done 2026-07-24T19:03:20.7066020Z -- Detecting CXX compiler ABI info 2026-07-24T19:03:20.7066330Z -- Detecting CXX compiler ABI info - done 2026-07-24T19:03:20.7067030Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2026-07-24T19:03:20.7067650Z -- Detecting CXX compile features 2026-07-24T19:03:20.7068010Z -- Detecting CXX compile features - done 2026-07-24T19:03:20.7068300Z -- ExecuTorch version: 1.4.0 2026-07-24T19:03:20.7068840Z -- Loading build preset: /Users/runner/work/executorch/executorch/pytorch/executorch/tools/cmake/preset/pybind.cmake 2026-07-24T19:03:20.7069380Z -- ccache not found, builds will not be cached 2026-07-24T19:03:20.7069990Z -- Using the multi-header code from /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/json/include/ 2026-07-24T19:03:20.7070720Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2026-07-24T19:03:20.7071250Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7071640Z CMake. 2026-07-24T19:03:20.7071790Z 2026-07-24T19:03:20.7071990Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7072450Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7072860Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7079030Z 2026-07-24T19:03:20.7079040Z 2026-07-24T19:03:20.7079110Z -- Looking for C++ include unistd.h 2026-07-24T19:03:20.7079310Z -- Looking for C++ include unistd.h - found 2026-07-24T19:03:20.7079520Z -- Looking for C++ include stdint.h 2026-07-24T19:03:20.7079710Z -- Looking for C++ include stdint.h - found 2026-07-24T19:03:20.7079910Z -- Looking for C++ include inttypes.h 2026-07-24T19:03:20.7080120Z -- Looking for C++ include inttypes.h - found 2026-07-24T19:03:20.7080320Z -- Looking for C++ include sys/types.h 2026-07-24T19:03:20.7080530Z -- Looking for C++ include sys/types.h - found 2026-07-24T19:03:20.7080750Z -- Looking for C++ include sys/stat.h 2026-07-24T19:03:20.7080950Z -- Looking for C++ include sys/stat.h - found 2026-07-24T19:03:20.7081170Z -- Looking for C++ include fnmatch.h 2026-07-24T19:03:20.7081370Z -- Looking for C++ include fnmatch.h - found 2026-07-24T19:03:20.7081580Z -- Looking for C++ include stddef.h 2026-07-24T19:03:20.7081770Z -- Looking for C++ include stddef.h - found 2026-07-24T19:03:20.7081970Z -- Check size of uint32_t 2026-07-24T19:03:20.7082140Z -- Check size of uint32_t - done 2026-07-24T19:03:20.7082500Z -- Looking for strtoll 2026-07-24T19:03:20.7082760Z -- Looking for strtoll - found 2026-07-24T19:03:20.7082920Z -- pybind11 v3.0.4 2026-07-24T19:03:20.7083510Z -- Found Python: /Users/runner/work/_temp/conda_environment_30118914899/bin/python (found suitable version "3.12.13", minimum required is "3.8") found components: Interpreter Development.Module Development.Embed 2026-07-24T19:03:20.7084250Z Using compatibility mode for Python, set PYBIND11_FINDPYTHON to NEW/OLD to silence this message 2026-07-24T19:03:20.7084590Z -- Performing Test HAS_FLTO_THIN 2026-07-24T19:03:20.7084800Z -- Performing Test HAS_FLTO_THIN - Success 2026-07-24T19:03:20.7085010Z -- Performing Test HAS_FLTO 2026-07-24T19:03:20.7085190Z -- Performing Test HAS_FLTO - Success 2026-07-24T19:03:20.7085510Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2026-07-24T19:03:20.7085910Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7086170Z CMake. 2026-07-24T19:03:20.7086250Z 2026-07-24T19:03:20.7086390Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7086750Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7087060Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7087220Z 2026-07-24T19:03:20.7087220Z 2026-07-24T19:03:20.7087350Z CMake Warning (dev) at third-party/flatcc/CMakeLists.txt:32 (project): 2026-07-24T19:03:20.7087870Z Policy CMP0048 is not set: project() command manages VERSION variables. 2026-07-24T19:03:20.7088230Z Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy 2026-07-24T19:03:20.7088550Z command to set the policy and suppress this warning. 2026-07-24T19:03:20.7088710Z 2026-07-24T19:03:20.7088800Z The following variable(s) would be set to empty: 2026-07-24T19:03:20.7088960Z 2026-07-24T19:03:20.7089020Z PROJECT_VERSION 2026-07-24T19:03:20.7089170Z PROJECT_VERSION_MAJOR 2026-07-24T19:03:20.7089330Z PROJECT_VERSION_MINOR 2026-07-24T19:03:20.7089480Z PROJECT_VERSION_PATCH 2026-07-24T19:03:20.7089720Z This warning is for project developers. Use -Wno-dev to suppress it. 2026-07-24T19:03:20.7089920Z 2026-07-24T19:03:20.7090130Z -- dist install dir /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc 2026-07-24T19:03:20.7090630Z -- lib install dir /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib 2026-07-24T19:03:20.7090980Z -- Setting Clang compiler options 2026-07-24T19:03:20.7091410Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra 2026-07-24T19:03:20.7092010Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2026-07-24T19:03:20.7092460Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7092720Z CMake. 2026-07-24T19:03:20.7092800Z 2026-07-24T19:03:20.7092940Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7093290Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7093600Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7093760Z 2026-07-24T19:03:20.7093760Z 2026-07-24T19:03:20.7094020Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:10 (CMAKE_MINIMUM_REQUIRED): 2026-07-24T19:03:20.7094490Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7094750Z CMake. 2026-07-24T19:03:20.7094810Z 2026-07-24T19:03:20.7094960Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7095300Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7095710Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7095880Z 2026-07-24T19:03:20.7095880Z 2026-07-24T19:03:20.7095960Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2026-07-24T19:03:20.7096180Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2026-07-24T19:03:20.7096400Z -- Found Threads: TRUE 2026-07-24T19:03:20.7096880Z '/Users/runner/work/_temp/conda_environment_30118914899/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2026-07-24T19:03:20.7097400Z -- Generating selected operator lib: 2026-07-24T19:03:20.7097590Z -- LIB_NAME: portable_ops_lib 2026-07-24T19:03:20.7097960Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2026-07-24T19:03:20.7098320Z -- ROOT_OPS: 2026-07-24T19:03:20.7098460Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7098610Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7098760Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7099900Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml" 2026-07-24T19:03:20.7101070Z -- Generating kernel bindings: 2026-07-24T19:03:20.7101250Z -- LIB_NAME: portable_ops_lib 2026-07-24T19:03:20.7101710Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2026-07-24T19:03:20.7102080Z -- CUSTOM_OPS_YAML: 2026-07-24T19:03:20.7102250Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2026-07-24T19:03:20.7102430Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7103920Z Generated files /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2026-07-24T19:03:20.7108570Z -- Generating operator lib: 2026-07-24T19:03:20.7108760Z -- LIB_NAME: portable_ops_lib 2026-07-24T19:03:20.7108940Z -- KERNEL_LIBS: portable_kernels 2026-07-24T19:03:20.7109130Z -- DEPS: executorch_core 2026-07-24T19:03:20.7109300Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7109470Z -- Generating selected operator lib: 2026-07-24T19:03:20.7109670Z -- LIB_NAME: optimized_portable_ops_lib 2026-07-24T19:03:20.7110050Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2026-07-24T19:03:20.7110430Z -- ROOT_OPS: 2026-07-24T19:03:20.7110570Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7110710Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7110860Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7112020Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/portable/optimized_portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml" 2026-07-24T19:03:20.7113210Z -- Generating kernel bindings: 2026-07-24T19:03:20.7113400Z -- LIB_NAME: optimized_portable_ops_lib 2026-07-24T19:03:20.7113780Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2026-07-24T19:03:20.7114150Z -- CUSTOM_OPS_YAML: 2026-07-24T19:03:20.7114310Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2026-07-24T19:03:20.7114590Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7114760Z -- Generating operator lib: 2026-07-24T19:03:20.7114930Z -- LIB_NAME: optimized_portable_ops_lib 2026-07-24T19:03:20.7115160Z -- KERNEL_LIBS: optimized_portable_kernels 2026-07-24T19:03:20.7115430Z -- DEPS: executorch_core 2026-07-24T19:03:20.7115630Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7115810Z -- Generating selected operator lib: 2026-07-24T19:03:20.7116000Z -- LIB_NAME: optimized_ops_lib 2026-07-24T19:03:20.7116380Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml 2026-07-24T19:03:20.7116750Z -- ROOT_OPS: 2026-07-24T19:03:20.7116880Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7117030Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7117180Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7118310Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml" 2026-07-24T19:03:20.7119720Z -- Generating kernel bindings: 2026-07-24T19:03:20.7119900Z -- LIB_NAME: optimized_ops_lib 2026-07-24T19:03:20.7120270Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml 2026-07-24T19:03:20.7120650Z -- CUSTOM_OPS_YAML: 2026-07-24T19:03:20.7120910Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2026-07-24T19:03:20.7121100Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7122640Z Generated files /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2026-07-24T19:03:20.7124190Z -- Generating operator lib: 2026-07-24T19:03:20.7124370Z -- LIB_NAME: optimized_ops_lib 2026-07-24T19:03:20.7124550Z -- KERNEL_LIBS: optimized_kernels 2026-07-24T19:03:20.7124730Z -- DEPS: executorch_core 2026-07-24T19:03:20.7124890Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7125070Z -- Merging kernel yaml files: 2026-07-24T19:03:20.7125500Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/optimized/optimized.yaml 2026-07-24T19:03:20.7126070Z -- FALLBACK_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/functions.yaml 2026-07-24T19:03:20.7126720Z -- OUTPUT_DIR: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations 2026-07-24T19:03:20.7127240Z -- Generating selected operator lib: 2026-07-24T19:03:20.7127440Z -- LIB_NAME: optimized_native_cpu_ops_lib 2026-07-24T19:03:20.7127960Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/merged.yaml 2026-07-24T19:03:20.7128460Z -- ROOT_OPS: 2026-07-24T19:03:20.7128590Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7128740Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7128890Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7130180Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/merged.yaml" 2026-07-24T19:03:20.7131560Z -- Generating kernel bindings: 2026-07-24T19:03:20.7131760Z -- LIB_NAME: optimized_native_cpu_ops_lib 2026-07-24T19:03:20.7132270Z -- FUNCTIONS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/merged.yaml 2026-07-24T19:03:20.7132770Z -- CUSTOM_OPS_YAML: 2026-07-24T19:03:20.7132930Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2026-07-24T19:03:20.7133970Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7138300Z Generated files /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2026-07-24T19:03:20.7142210Z -- Generating operator lib: 2026-07-24T19:03:20.7142660Z -- LIB_NAME: optimized_native_cpu_ops_lib 2026-07-24T19:03:20.7143270Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2026-07-24T19:03:20.7143850Z -- DEPS: executorch_core 2026-07-24T19:03:20.7144250Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7146200Z -- Building MLX from submodule (ExternalProject): /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/third-party/mlx 2026-07-24T19:03:20.7147330Z -- MLX delegate op logging ENABLED 2026-07-24T19:03:20.7147820Z -- MLX delegate custom kernel execution ENABLED 2026-07-24T19:03:20.7148370Z -- The ASM compiler identification is AppleClang 2026-07-24T19:03:20.7149330Z -- Found assembler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2026-07-24T19:03:20.7150300Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2026-07-24T19:03:20.7150800Z -- Enabling KleidiAI for Arm64 2026-07-24T19:03:20.7152800Z -- Downloading KleidiAI to /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-source (define KLEIDIAI_SOURCE_DIR to avoid it) 2026-07-24T19:03:20.7153650Z CMake Deprecation Warning at CMakeLists.txt:9 (CMAKE_MINIMUM_REQUIRED): 2026-07-24T19:03:20.7158120Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7158450Z CMake. 2026-07-24T19:03:20.7158520Z 2026-07-24T19:03:20.7158670Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7159030Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7159420Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7159600Z 2026-07-24T19:03:20.7159600Z 2026-07-24T19:03:20.7159660Z -- Configuring done (0.0s) 2026-07-24T19:03:20.7159830Z -- Generating done (0.0s) 2026-07-24T19:03:20.7160330Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-download 2026-07-24T19:03:20.7160880Z [ 11%] Creating directories for 'kleidiai' 2026-07-24T19:03:20.7161310Z [ 22%] Performing download step (download, verify and extract) for 'kleidiai' 2026-07-24T19:03:20.7161590Z -- Downloading... 2026-07-24T19:03:20.7162190Z dst='/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-download/kleidiai-prefix/src/d41219d3db13758074a6440d7b55a87487334c8b.zip' 2026-07-24T19:03:20.7162820Z timeout='none' 2026-07-24T19:03:20.7162960Z inactivity timeout='none' 2026-07-24T19:03:20.7163340Z -- Using src='https://github.com/ARM-software/kleidiai/archive/d41219d3db13758074a6440d7b55a87487334c8b.zip' 2026-07-24T19:03:20.7164070Z -- [download 0% complete] 2026-07-24T19:03:20.7164230Z -- [download 1% complete] 2026-07-24T19:03:20.7164390Z -- [download 2% complete] 2026-07-24T19:03:20.7164550Z -- [download 3% complete] 2026-07-24T19:03:20.7164700Z -- [download 4% complete] 2026-07-24T19:03:20.7164860Z -- [download 5% complete] 2026-07-24T19:03:20.7165010Z -- [download 6% complete] 2026-07-24T19:03:20.7165170Z -- [download 7% complete] 2026-07-24T19:03:20.7165320Z -- [download 8% complete] 2026-07-24T19:03:20.7165480Z -- [download 9% complete] 2026-07-24T19:03:20.7165640Z -- [download 10% complete] 2026-07-24T19:03:20.7165800Z -- [download 11% complete] 2026-07-24T19:03:20.7165960Z -- [download 12% complete] 2026-07-24T19:03:20.7166120Z -- [download 13% complete] 2026-07-24T19:03:20.7166280Z -- [download 14% complete] 2026-07-24T19:03:20.7166440Z -- [download 15% complete] 2026-07-24T19:03:20.7166590Z -- [download 16% complete] 2026-07-24T19:03:20.7166750Z -- [download 17% complete] 2026-07-24T19:03:20.7166910Z -- [download 18% complete] 2026-07-24T19:03:20.7167060Z -- [download 19% complete] 2026-07-24T19:03:20.7167220Z -- [download 20% complete] 2026-07-24T19:03:20.7167380Z -- [download 21% complete] 2026-07-24T19:03:20.7167530Z -- [download 22% complete] 2026-07-24T19:03:20.7167690Z -- [download 23% complete] 2026-07-24T19:03:20.7167850Z -- [download 24% complete] 2026-07-24T19:03:20.7168000Z -- [download 25% complete] 2026-07-24T19:03:20.7168160Z -- [download 26% complete] 2026-07-24T19:03:20.7168320Z -- [download 27% complete] 2026-07-24T19:03:20.7168740Z -- [download 28% complete] 2026-07-24T19:03:20.7168910Z -- [download 29% complete] 2026-07-24T19:03:20.7169060Z -- [download 30% complete] 2026-07-24T19:03:20.7169220Z -- [download 31% complete] 2026-07-24T19:03:20.7169380Z -- [download 32% complete] 2026-07-24T19:03:20.7169530Z -- [download 33% complete] 2026-07-24T19:03:20.7169700Z -- [download 34% complete] 2026-07-24T19:03:20.7169860Z -- [download 35% complete] 2026-07-24T19:03:20.7170020Z -- [download 36% complete] 2026-07-24T19:03:20.7170180Z -- [download 37% complete] 2026-07-24T19:03:20.7170340Z -- [download 38% complete] 2026-07-24T19:03:20.7170500Z -- [download 39% complete] 2026-07-24T19:03:20.7170650Z -- [download 40% complete] 2026-07-24T19:03:20.7170820Z -- [download 41% complete] 2026-07-24T19:03:20.7170970Z -- [download 42% complete] 2026-07-24T19:03:20.7171130Z -- [download 43% complete] 2026-07-24T19:03:20.7171280Z -- [download 44% complete] 2026-07-24T19:03:20.7171440Z -- [download 45% complete] 2026-07-24T19:03:20.7171600Z -- [download 46% complete] 2026-07-24T19:03:20.7171750Z -- [download 47% complete] 2026-07-24T19:03:20.7171910Z -- [download 48% complete] 2026-07-24T19:03:20.7172070Z -- [download 49% complete] 2026-07-24T19:03:20.7172230Z -- [download 50% complete] 2026-07-24T19:03:20.7172380Z -- [download 51% complete] 2026-07-24T19:03:20.7172550Z -- [download 52% complete] 2026-07-24T19:03:20.7172700Z -- [download 53% complete] 2026-07-24T19:03:20.7172860Z -- [download 54% complete] 2026-07-24T19:03:20.7173020Z -- [download 55% complete] 2026-07-24T19:03:20.7173170Z -- [download 56% complete] 2026-07-24T19:03:20.7173330Z -- [download 57% complete] 2026-07-24T19:03:20.7173480Z -- [download 58% complete] 2026-07-24T19:03:20.7173640Z -- [download 59% complete] 2026-07-24T19:03:20.7173800Z -- [download 60% complete] 2026-07-24T19:03:20.7173950Z -- [download 61% complete] 2026-07-24T19:03:20.7174110Z -- [download 62% complete] 2026-07-24T19:03:20.7178150Z -- [download 63% complete] 2026-07-24T19:03:20.7178360Z -- [download 64% complete] 2026-07-24T19:03:20.7178520Z -- [download 65% complete] 2026-07-24T19:03:20.7178690Z -- [download 66% complete] 2026-07-24T19:03:20.7178850Z -- [download 67% complete] 2026-07-24T19:03:20.7179000Z -- [download 68% complete] 2026-07-24T19:03:20.7179160Z -- [download 69% complete] 2026-07-24T19:03:20.7179550Z -- [download 70% complete] 2026-07-24T19:03:20.7179710Z -- [download 71% complete] 2026-07-24T19:03:20.7179860Z -- [download 72% complete] 2026-07-24T19:03:20.7180020Z -- [download 73% complete] 2026-07-24T19:03:20.7180180Z -- [download 74% complete] 2026-07-24T19:03:20.7180340Z -- [download 75% complete] 2026-07-24T19:03:20.7180490Z -- [download 76% complete] 2026-07-24T19:03:20.7180650Z -- [download 77% complete] 2026-07-24T19:03:20.7180810Z -- [download 78% complete] 2026-07-24T19:03:20.7180960Z -- [download 79% complete] 2026-07-24T19:03:20.7181120Z -- [download 80% complete] 2026-07-24T19:03:20.7181290Z -- [download 81% complete] 2026-07-24T19:03:20.7181450Z -- [download 82% complete] 2026-07-24T19:03:20.7181600Z -- [download 83% complete] 2026-07-24T19:03:20.7181750Z -- [download 84% complete] 2026-07-24T19:03:20.7181910Z -- [download 85% complete] 2026-07-24T19:03:20.7182060Z -- [download 86% complete] 2026-07-24T19:03:20.7182220Z -- [download 87% complete] 2026-07-24T19:03:20.7182380Z -- [download 88% complete] 2026-07-24T19:03:20.7182540Z -- [download 89% complete] 2026-07-24T19:03:20.7182700Z -- [download 90% complete] 2026-07-24T19:03:20.7182850Z -- [download 91% complete] 2026-07-24T19:03:20.7183010Z -- [download 92% complete] 2026-07-24T19:03:20.7183160Z -- [download 93% complete] 2026-07-24T19:03:20.7183320Z -- [download 94% complete] 2026-07-24T19:03:20.7183480Z -- [download 95% complete] 2026-07-24T19:03:20.7183630Z -- [download 96% complete] 2026-07-24T19:03:20.7183790Z -- [download 97% complete] 2026-07-24T19:03:20.7184120Z -- [download 98% complete] 2026-07-24T19:03:20.7184290Z -- [download 99% complete] 2026-07-24T19:03:20.7184460Z -- [download 100% complete] 2026-07-24T19:03:20.7184670Z -- verifying file... 2026-07-24T19:03:20.7185340Z file='/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-download/kleidiai-prefix/src/d41219d3db13758074a6440d7b55a87487334c8b.zip' 2026-07-24T19:03:20.7185980Z -- Downloading... done 2026-07-24T19:03:20.7186170Z -- extracting... 2026-07-24T19:03:20.7186750Z src='/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-download/kleidiai-prefix/src/d41219d3db13758074a6440d7b55a87487334c8b.zip' 2026-07-24T19:03:20.7187640Z dst='/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kleidiai-source' 2026-07-24T19:03:20.7188090Z -- extracting... [tar xfz] 2026-07-24T19:03:20.7188260Z -- extracting... [analysis] 2026-07-24T19:03:20.7188430Z -- extracting... [rename] 2026-07-24T19:03:20.7188590Z -- extracting... [clean up] 2026-07-24T19:03:20.7188750Z -- extracting... done 2026-07-24T19:03:20.7188910Z [ 33%] No update step for 'kleidiai' 2026-07-24T19:03:20.7189110Z [ 44%] No patch step for 'kleidiai' 2026-07-24T19:03:20.7189300Z [ 55%] No configure step for 'kleidiai' 2026-07-24T19:03:20.7189490Z [ 66%] No build step for 'kleidiai' 2026-07-24T19:03:20.7189670Z [ 77%] No install step for 'kleidiai' 2026-07-24T19:03:20.7189860Z [ 88%] No test step for 'kleidiai' 2026-07-24T19:03:20.7190030Z [100%] Completed 'kleidiai' 2026-07-24T19:03:20.7190190Z [100%] Built target kleidiai 2026-07-24T19:03:20.7190360Z -- Generating microkernels.cmake 2026-07-24T19:03:20.7190570Z -- Performing Test KLEIDIAI_HAS_BUILTIN_ASSUME0 2026-07-24T19:03:20.7190820Z -- Performing Test KLEIDIAI_HAS_BUILTIN_ASSUME0 - Failed 2026-07-24T19:03:20.7191080Z -- Performing Test KLEIDIAI_HAS_BUILTIN_UNREACHABLE 2026-07-24T19:03:20.7191360Z -- Performing Test KLEIDIAI_HAS_BUILTIN_UNREACHABLE - Success 2026-07-24T19:03:20.7191600Z -- Using CMSIS-NN via FetchContent 2026-07-24T19:03:20.7192100Z '/Users/runner/work/_temp/conda_environment_30118914899/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2026-07-24T19:03:20.7193000Z CMake Warning at /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2026-07-24T19:03:20.7193490Z library kineto not found. 2026-07-24T19:03:20.7193660Z Call Stack (most recent call first): 2026-07-24T19:03:20.7194140Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:119 (append_torchlib_if_found) 2026-07-24T19:03:20.7194650Z tools/cmake/Utils.cmake:143 (find_package) 2026-07-24T19:03:20.7194860Z CMakeLists.txt:807 (find_package_torch) 2026-07-24T19:03:20.7195000Z 2026-07-24T19:03:20.7195010Z 2026-07-24T19:03:20.7195280Z -- Found Torch: /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/torch/lib/libtorch.dylib 2026-07-24T19:03:20.7195680Z -- Looking for sys/mman.h 2026-07-24T19:03:20.7195840Z -- Looking for sys/mman.h - found 2026-07-24T19:03:20.7196170Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2026-07-24T19:03:20.7196430Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2026-07-24T19:03:20.7196690Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2026-07-24T19:03:20.7196950Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Success 2026-07-24T19:03:20.7250890Z CMake Warning at extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2026-07-24T19:03:20.7252260Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2026-07-24T19:03:20.7252830Z 2026-07-24T19:03:20.7252840Z 2026-07-24T19:03:20.7253150Z CMake Deprecation Warning at extension/llm/tokenizers/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2026-07-24T19:03:20.7253710Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7254000Z CMake. 2026-07-24T19:03:20.7254100Z 2026-07-24T19:03:20.7254260Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7254650Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7254960Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7255130Z 2026-07-24T19:03:20.7255130Z 2026-07-24T19:03:20.7255190Z -- VERSION: 0.2.1 2026-07-24T19:03:20.7255360Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2026-07-24T19:03:20.7255910Z -- Found BZip2: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libbz2.tbd (found version "1.0.8") 2026-07-24T19:03:20.7256450Z -- Looking for BZ2_bzCompressInit 2026-07-24T19:03:20.7256650Z -- Looking for BZ2_bzCompressInit - found 2026-07-24T19:03:20.7257170Z -- Found ZLIB: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libz.tbd (found version "1.2.12") 2026-07-24T19:03:20.7258170Z -- Found Readline: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include 2026-07-24T19:03:20.7258900Z -- Found Editline: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/editline 2026-07-24T19:03:20.7259360Z -- Looking for assert.h 2026-07-24T19:03:20.7259590Z -- Looking for assert.h - found 2026-07-24T19:03:20.7259840Z -- Looking for dirent.h 2026-07-24T19:03:20.7260080Z -- Looking for dirent.h - found 2026-07-24T19:03:20.7260320Z -- Looking for windows.h 2026-07-24T19:03:20.7260560Z -- Looking for windows.h - not found 2026-07-24T19:03:20.7260760Z -- Looking for bcopy 2026-07-24T19:03:20.7260920Z -- Looking for bcopy - found 2026-07-24T19:03:20.7261100Z -- Looking for memfd_create 2026-07-24T19:03:20.7261270Z -- Looking for memfd_create - not found 2026-07-24T19:03:20.7261460Z -- Looking for memmove 2026-07-24T19:03:20.7261810Z -- Looking for memmove - found 2026-07-24T19:03:20.7261990Z -- Looking for secure_getenv 2026-07-24T19:03:20.7262160Z -- Looking for secure_getenv - not found 2026-07-24T19:03:20.7262350Z -- Looking for strerror 2026-07-24T19:03:20.7262520Z -- Looking for strerror - found 2026-07-24T19:03:20.7262700Z -- Performing Test HAVE_REALPATH 2026-07-24T19:03:20.7262890Z -- Performing Test HAVE_REALPATH - Success 2026-07-24T19:03:20.7263130Z -- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED 2026-07-24T19:03:20.7263380Z -- Performing Test HAVE_ATTRIBUTE_UNINITIALIZED - Success 2026-07-24T19:03:20.7263630Z -- Performing Test HAVE_VISIBILITY 2026-07-24T19:03:20.7263860Z -- Performing Test HAVE_VISIBILITY - Success 2026-07-24T19:03:20.7264070Z -- Performing Test HAVE_BUILTIN_ASSUME 2026-07-24T19:03:20.7264280Z -- Performing Test HAVE_BUILTIN_ASSUME - Failed 2026-07-24T19:03:20.7264510Z -- Performing Test HAVE_BUILTIN_MUL_OVERFLOW 2026-07-24T19:03:20.7264750Z -- Performing Test HAVE_BUILTIN_MUL_OVERFLOW - Success 2026-07-24T19:03:20.7264990Z -- Performing Test HAVE_BUILTIN_UNREACHABLE 2026-07-24T19:03:20.7265230Z -- Performing Test HAVE_BUILTIN_UNREACHABLE - Success 2026-07-24T19:03:20.7265460Z -- Performing Test HAVE_VSCRIPT_GNU 2026-07-24T19:03:20.7265670Z -- Performing Test HAVE_VSCRIPT_GNU - Failed 2026-07-24T19:03:20.7265870Z -- Performing Test HAVE_VSCRIPT_SUN 2026-07-24T19:03:20.7266070Z -- Performing Test HAVE_VSCRIPT_SUN - Failed 2026-07-24T19:03:20.7266280Z -- Performing Test INTEL_CET_ENABLED 2026-07-24T19:03:20.7266480Z -- Performing Test INTEL_CET_ENABLED - Failed 2026-07-24T19:03:20.7266840Z -- 2026-07-24T19:03:20.7266960Z -- 2026-07-24T19:03:20.7267090Z -- PCRE2-10.46 configuration summary: 2026-07-24T19:03:20.7267270Z -- 2026-07-24T19:03:20.7267420Z -- Install prefix .................... : /usr/local 2026-07-24T19:03:20.7267860Z -- C compiler ........................ : /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 2026-07-24T19:03:20.7268310Z -- C compiler flags .................. : -O3 -DNDEBUG 2026-07-24T19:03:20.7268510Z -- 2026-07-24T19:03:20.7268650Z -- Build type ........................ : Release 2026-07-24T19:03:20.7268870Z -- Build 8 bit pcre2 library ......... : ON 2026-07-24T19:03:20.7269090Z -- Build 16 bit pcre2 library ........ : OFF 2026-07-24T19:03:20.7269310Z -- Build 32 bit pcre2 library ........ : OFF 2026-07-24T19:03:20.7269540Z -- Include debugging code ............ : IfDebugBuild 2026-07-24T19:03:20.7269780Z -- Enable JIT compiling support ...... : OFF 2026-07-24T19:03:20.7270000Z -- Use SELinux allocator in JIT ...... : IGNORE 2026-07-24T19:03:20.7270230Z -- Enable Unicode support ............ : ON 2026-07-24T19:03:20.7270430Z -- Newline char/sequence ............. : LF 2026-07-24T19:03:20.7270650Z -- \R matches only ANYCRLF ........... : OFF 2026-07-24T19:03:20.7270860Z -- \C is disabled .................... : OFF 2026-07-24T19:03:20.7271070Z -- EBCDIC coding ..................... : OFF 2026-07-24T19:03:20.7271270Z -- EBCDIC code for NL ................ : n/a 2026-07-24T19:03:20.7271480Z -- EBCDIC coding ignoring compiler ... : OFF 2026-07-24T19:03:20.7271700Z -- Rebuild char tables ............... : OFF 2026-07-24T19:03:20.7271910Z -- Internal link size ................ : 2 2026-07-24T19:03:20.7272110Z -- Maximum variable lookbehind ....... : 255 2026-07-24T19:03:20.7272330Z -- Nested parentheses limit .......... : 250 2026-07-24T19:03:20.7272550Z -- Heap limit ........................ : 20000000 2026-07-24T19:03:20.7276110Z -- Match limit ....................... : 10000000 2026-07-24T19:03:20.7276380Z -- Match depth limit ................. : MATCH_LIMIT 2026-07-24T19:03:20.7276610Z -- Build shared libs ................. : OFF 2026-07-24T19:03:20.7276820Z -- with symbol versioning ........ : n/a 2026-07-24T19:03:20.7277040Z -- Build static libs ................. : ON 2026-07-24T19:03:20.7277610Z -- with PIC enabled .............. : ON 2026-07-24T19:03:20.7277830Z -- Build pcre2grep ................... : OFF 2026-07-24T19:03:20.7278050Z -- Enable JIT in pcre2grep ........... : ON 2026-07-24T19:03:20.7278270Z -- Enable callouts in pcre2grep ...... : ON 2026-07-24T19:03:20.7278490Z -- Enable callout fork in pcre2grep .. : ON 2026-07-24T19:03:20.7278720Z -- Initial buffer size for pcre2grep . : 20480 2026-07-24T19:03:20.7278960Z -- Maximum buffer size for pcre2grep . : 1048576 2026-07-24T19:03:20.7279190Z -- Build tests (implies pcre2test .... : OFF 2026-07-24T19:03:20.7279400Z -- and pcre2grep) 2026-07-24T19:03:20.7279590Z -- Link pcre2grep with libz .......... : ON 2026-07-24T19:03:20.7279810Z -- Link pcre2grep with libbz2 ........ : ON 2026-07-24T19:03:20.7280030Z -- Link pcre2test with libeditline ... : OFF 2026-07-24T19:03:20.7280240Z -- Link pcre2test with libreadline ... : ON 2026-07-24T19:03:20.7280460Z -- Enable Valgrind support ........... : OFF 2026-07-24T19:03:20.7280670Z -- Use %zu and %td ................... : AUTO 2026-07-24T19:03:20.7280860Z -- 2026-07-24T19:03:20.7281080Z CMake Warning (dev) at extension/llm/tokenizers/CMakeLists.txt:205 (install): 2026-07-24T19:03:20.7281450Z Target re2 has PUBLIC_HEADER files but no PUBLIC_HEADER DESTINATION. 2026-07-24T19:03:20.7281800Z This warning is for project developers. Use -Wno-dev to suppress it. 2026-07-24T19:03:20.7282010Z 2026-07-24T19:03:20.7282120Z CMake Warning at tools/cmake/Utils.cmake:206 (message): 2026-07-24T19:03:20.7282500Z MLX_METALLIB_PATH is set to 2026-07-24T19:03:20.7283030Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/mlx/mlx/mlx/backend/metal/kernels/mlx.metallib 2026-07-24T19:03:20.7283660Z but file does not exist. metallib will not be copied for portable_lib. 2026-07-24T19:03:20.7283930Z Call Stack (most recent call first): 2026-07-24T19:03:20.7284180Z CMakeLists.txt:1209 (executorch_target_copy_mlx_metallib) 2026-07-24T19:03:20.7284360Z 2026-07-24T19:03:20.7284360Z 2026-07-24T19:03:20.7284760Z '/Users/runner/work/_temp/conda_environment_30118914899/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2026-07-24T19:03:20.7285710Z -- Generating selected operator lib: 2026-07-24T19:03:20.7285950Z -- LIB_NAME: quantized_ops_lib 2026-07-24T19:03:20.7286340Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml 2026-07-24T19:03:20.7286750Z -- ROOT_OPS: 2026-07-24T19:03:20.7286890Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7287040Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7287190Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7288350Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml" 2026-07-24T19:03:20.7289550Z -- Generating kernel bindings: 2026-07-24T19:03:20.7289730Z -- LIB_NAME: quantized_ops_lib 2026-07-24T19:03:20.7289910Z -- FUNCTIONS_YAML: 2026-07-24T19:03:20.7290260Z -- CUSTOM_OPS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml 2026-07-24T19:03:20.7290650Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2026-07-24T19:03:20.7290840Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7293740Z Generated files /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2026-07-24T19:03:20.7298260Z -- Generating selected operator lib: 2026-07-24T19:03:20.7298470Z -- LIB_NAME: quantized_ops_aot_lib 2026-07-24T19:03:20.7298660Z -- OPS_SCHEMA_YAML: 2026-07-24T19:03:20.7300320Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2026-07-24T19:03:20.7301990Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7302420Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7302580Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7305040Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2026-07-24T19:03:20.7307500Z -- Generating kernel bindings: 2026-07-24T19:03:20.7307690Z -- LIB_NAME: quantized_ops_aot_lib 2026-07-24T19:03:20.7307870Z -- FUNCTIONS_YAML: 2026-07-24T19:03:20.7308220Z -- CUSTOM_OPS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml 2026-07-24T19:03:20.7308610Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2026-07-24T19:03:20.7308790Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7308980Z -- Generating custom ops aot lib: 2026-07-24T19:03:20.7309160Z -- LIB_NAME: quantized_ops_aot_lib 2026-07-24T19:03:20.7309560Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp 2026-07-24T19:03:20.7310140Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_add.cpp 2026-07-24T19:03:20.7310760Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp 2026-07-24T19:03:20.7311390Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp 2026-07-24T19:03:20.7311990Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp 2026-07-24T19:03:20.7312690Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding2b.cpp 2026-07-24T19:03:20.7313300Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding4b.cpp 2026-07-24T19:03:20.7313920Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_linear.cpp 2026-07-24T19:03:20.7314520Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_mixed_mm.cpp 2026-07-24T19:03:20.7315120Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp 2026-07-24T19:03:20.7315730Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp 2026-07-24T19:03:20.7316370Z -- KERNEL_SOURCE: /Users/runner/work/executorch/executorch/pytorch/executorch/runtime/core/exec_aten/util/tensor_util_aten.cpp 2026-07-24T19:03:20.7316800Z -- Generating selected operator lib: 2026-07-24T19:03:20.7317010Z -- LIB_NAME: quantized_ops_pybind_lib 2026-07-24T19:03:20.7321160Z -- OPS_SCHEMA_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml 2026-07-24T19:03:20.7321540Z -- ROOT_OPS: 2026-07-24T19:03:20.7321680Z -- INCLUDE_ALL_OPS: 2026-07-24T19:03:20.7321830Z -- OPS_FROM_MODEL: 2026-07-24T19:03:20.7321980Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7323400Z Command - /Users/runner/work/_temp/conda_environment_30118914899/bin/python;-m;codegen.tools.gen_oplist;--output_path=/Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml" 2026-07-24T19:03:20.7324630Z -- Generating kernel bindings: 2026-07-24T19:03:20.7324820Z -- LIB_NAME: quantized_ops_pybind_lib 2026-07-24T19:03:20.7325010Z -- FUNCTIONS_YAML: 2026-07-24T19:03:20.7325350Z -- CUSTOM_OPS_YAML: /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/quantized.yaml 2026-07-24T19:03:20.7325740Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2026-07-24T19:03:20.7325930Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7326100Z -- Generating operator lib: 2026-07-24T19:03:20.7326280Z -- LIB_NAME: quantized_ops_pybind_lib 2026-07-24T19:03:20.7326500Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2026-07-24T19:03:20.7326720Z -- DEPS: portable_lib 2026-07-24T19:03:20.7326890Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7327060Z -- Generating operator lib: 2026-07-24T19:03:20.7327230Z -- LIB_NAME: quantized_ops_lib 2026-07-24T19:03:20.7327420Z -- KERNEL_LIBS: quantized_kernels 2026-07-24T19:03:20.7327600Z -- DEPS: executorch_core 2026-07-24T19:03:20.7327770Z -- DTYPE_SELECTIVE_BUILD: 2026-07-24T19:03:20.7327940Z -- --- Configured Options --- 2026-07-24T19:03:20.7328070Z 2026-07-24T19:03:20.7328160Z -- BUILD_TESTING : OFF 2026-07-24T19:03:20.7328440Z -- CCACHE_PROGRAM : CCACHE_PROGRAM-NOTFOUND 2026-07-24T19:03:20.7328730Z -- CMAKE_BUILD_TYPE : Release 2026-07-24T19:03:20.7328990Z -- CMAKE_CXX_COMPILER_ID : AppleClang 2026-07-24T19:03:20.7329240Z -- CMAKE_CXX_STANDARD : 17 2026-07-24T19:03:20.7329480Z -- CMAKE_SYSTEM_PROCESSOR : arm64 2026-07-24T19:03:20.7329740Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2026-07-24T19:03:20.7329990Z -- ET_ENABLE_VGF_INPUT_DUMP : OFF 2026-07-24T19:03:20.7330220Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2026-07-24T19:03:20.7330460Z -- EXECUTORCH_BUILD_ARM_ETHOSU_LINUX : OFF 2026-07-24T19:03:20.7330700Z -- EXECUTORCH_BUILD_CADENCE : OFF 2026-07-24T19:03:20.7331040Z -- EXECUTORCH_BUILD_CMSIS_NN_PYBINDS : ON 2026-07-24T19:03:20.7331280Z -- EXECUTORCH_BUILD_COREML : ON 2026-07-24T19:03:20.7331510Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2026-07-24T19:03:20.7331750Z -- EXECUTORCH_BUILD_CPUINFO : ON 2026-07-24T19:03:20.7331980Z -- EXECUTORCH_BUILD_CUDA : OFF 2026-07-24T19:03:20.7332210Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2026-07-24T19:03:20.7332450Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2026-07-24T19:03:20.7332970Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2026-07-24T19:03:20.7333210Z -- EXECUTORCH_BUILD_EXTENSION_ASR_RUNNER : OFF 2026-07-24T19:03:20.7333460Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2026-07-24T19:03:20.7333710Z -- EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL : OFF 2026-07-24T19:03:20.7333960Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2026-07-24T19:03:20.7334200Z -- EXECUTORCH_BUILD_EXTENSION_IMAGE : OFF 2026-07-24T19:03:20.7334450Z -- EXECUTORCH_BUILD_EXTENSION_LLM : ON 2026-07-24T19:03:20.7334690Z -- EXECUTORCH_BUILD_EXTENSION_LLM_APPLE : OFF 2026-07-24T19:03:20.7334930Z -- EXECUTORCH_BUILD_EXTENSION_LLM_RUNNER : ON 2026-07-24T19:03:20.7335180Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2026-07-24T19:03:20.7335420Z -- EXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP : ON 2026-07-24T19:03:20.7335660Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2026-07-24T19:03:20.7336100Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2026-07-24T19:03:20.7336350Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : ON 2026-07-24T19:03:20.7336590Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2026-07-24T19:03:20.7336820Z -- EXECUTORCH_BUILD_KERNELS_LLM : ON 2026-07-24T19:03:20.7337060Z -- EXECUTORCH_BUILD_KERNELS_LLM_AOT : ON 2026-07-24T19:03:20.7337300Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2026-07-24T19:03:20.7337540Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2026-07-24T19:03:20.7337780Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2026-07-24T19:03:20.7338020Z -- EXECUTORCH_BUILD_METAL : OFF 2026-07-24T19:03:20.7338250Z -- EXECUTORCH_BUILD_MLX : ON 2026-07-24T19:03:20.7338550Z -- EXECUTORCH_BUILD_MPS : OFF 2026-07-24T19:03:20.7338780Z -- EXECUTORCH_BUILD_NEURON : OFF 2026-07-24T19:03:20.7339010Z -- EXECUTORCH_BUILD_NXP_NEUTRON : OFF 2026-07-24T19:03:20.7339260Z -- EXECUTORCH_BUILD_NXP_NEUTRON_RUNNER : OFF 2026-07-24T19:03:20.7339500Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2026-07-24T19:03:20.7339750Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2026-07-24T19:03:20.7340210Z -- EXECUTORCH_BUILD_PRESET_FILE : /Users/runner/work/executorch/executorch/pytorch/executorch/tools/cmake/preset/pybind.cmake 2026-07-24T19:03:20.7340680Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2026-07-24T19:03:20.7340920Z -- EXECUTORCH_BUILD_PYBIND : ON 2026-07-24T19:03:20.7341150Z -- EXECUTORCH_BUILD_QNN : OFF 2026-07-24T19:03:20.7341380Z -- EXECUTORCH_BUILD_SHARED : OFF 2026-07-24T19:03:20.7341610Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2026-07-24T19:03:20.7341850Z -- EXECUTORCH_BUILD_TESTS : OFF 2026-07-24T19:03:20.7342080Z -- EXECUTORCH_BUILD_TOKENIZERS_WASM : OFF 2026-07-24T19:03:20.7344910Z -- EXECUTORCH_BUILD_VGF : OFF 2026-07-24T19:03:20.7345170Z -- EXECUTORCH_BUILD_VULKAN : OFF 2026-07-24T19:03:20.7345400Z -- EXECUTORCH_BUILD_WASM : OFF 2026-07-24T19:03:20.7345640Z -- EXECUTORCH_BUILD_WEBGPU : OFF 2026-07-24T19:03:20.7345870Z -- EXECUTORCH_BUILD_WHEEL_DO_NOT_USE : ON 2026-07-24T19:03:20.7346250Z -- EXECUTORCH_BUILD_XNNPACK : ON 2026-07-24T19:03:20.7346490Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2026-07-24T19:03:20.7346730Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2026-07-24T19:03:20.7346970Z -- EXECUTORCH_ENABLE_BUNDLE_IO : OFF 2026-07-24T19:03:20.7347220Z -- EXECUTORCH_ENABLE_DTYPE_SELECTIVE_BUILD : FALSE 2026-07-24T19:03:20.7347460Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2026-07-24T19:03:20.7347700Z -- EXECUTORCH_ENABLE_LOGGING : ON 2026-07-24T19:03:20.7347950Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2026-07-24T19:03:20.7348200Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2026-07-24T19:03:20.7348440Z -- EXECUTORCH_LOG_LEVEL : Info 2026-07-24T19:03:20.7348680Z -- EXECUTORCH_METAL_COLLECT_STATS : OFF 2026-07-24T19:03:20.7348910Z -- EXECUTORCH_NNLIB_OPT : OFF 2026-07-24T19:03:20.7349150Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2026-07-24T19:03:20.7349380Z -- EXECUTORCH_PAL_DEFAULT : posix 2026-07-24T19:03:20.7349850Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /Users/runner/work/executorch/executorch/pytorch/executorch/runtime/platform/default/posix.cpp 2026-07-24T19:03:20.7350320Z -- EXECUTORCH_SELECT_OPS_LIST : 2026-07-24T19:03:20.7350550Z -- EXECUTORCH_SELECT_OPS_MODEL : 2026-07-24T19:03:20.7350790Z -- EXECUTORCH_SELECT_OPS_YAML : 2026-07-24T19:03:20.7351230Z -- EXECUTORCH_THREADPOOL_USE_ALL_LOGICAL_CORES : OFF 2026-07-24T19:03:20.7351490Z -- EXECUTORCH_THREADPOOL_USE_PERFORMANCE_CORES : OFF 2026-07-24T19:03:20.7351740Z -- EXECUTORCH_USE_CPP_CODE_COVERAGE : OFF 2026-07-24T19:03:20.7351970Z -- EXECUTORCH_USE_DL : ON 2026-07-24T19:03:20.7352210Z -- EXECUTORCH_USE_SANITIZER : OFF 2026-07-24T19:03:20.7352450Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : ON 2026-07-24T19:03:20.7352690Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2026-07-24T19:03:20.7352940Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2026-07-24T19:03:20.7353300Z -- PYTHON_EXECUTABLE : /Users/runner/work/_temp/conda_environment_30118914899/bin/python 2026-07-24T19:03:20.7353640Z -- -------------------------- 2026-07-24T19:03:20.7353810Z -- Configuring done (13.2s) 2026-07-24T19:03:20.7353980Z -- Generating done (1.2s) 2026-07-24T19:03:20.7354450Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out 2026-07-24T19:03:20.7355960Z 2026-07-24 19:02:48,153 [INFO] cmake --build /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out -j4 --config=Release --target portable_lib --target data_loader --target selective_build --target _llm_runner --target cmsis_nn --target extension_module --target _training_lib --target executorchcoreml --target mlxdelegate --target custom_ops_aot_lib --target quantized_ops_aot_lib 2026-07-24T19:03:20.7357200Z [ 0%] Creating directories for 'flatbuffers_ep' 2026-07-24T19:03:20.7357610Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2026-07-24T19:03:20.7358130Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2026-07-24T19:03:20.7358480Z [ 0%] Creating directories for 'flatcc_ep' 2026-07-24T19:03:20.7358700Z [ 0%] No download step for 'flatbuffers_ep' 2026-07-24T19:03:20.7358910Z [ 0%] No download step for 'flatcc_ep' 2026-07-24T19:03:20.7359110Z [ 0%] No update step for 'flatbuffers_ep' 2026-07-24T19:03:20.7359450Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2026-07-24T19:03:20.7359800Z [ 0%] No update step for 'flatcc_ep' 2026-07-24T19:03:20.7360270Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2026-07-24T19:03:20.7360670Z [ 0%] No patch step for 'flatbuffers_ep' 2026-07-24T19:03:20.7360870Z [ 0%] No patch step for 'flatcc_ep' 2026-07-24T19:03:20.7361200Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2026-07-24T19:03:20.7361560Z [ 0%] Performing configure step for 'flatbuffers_ep' 2026-07-24T19:03:20.7361780Z CMake Warning: 2026-07-24T19:03:20.7361970Z Ignoring empty string ("") provided on the command line. 2026-07-24T19:03:20.7362160Z 2026-07-24T19:03:20.7362160Z 2026-07-24T19:03:20.7362240Z fatal: No names found, cannot describe anything. 2026-07-24T19:03:20.7362490Z CMake Warning at CMake/Version.cmake:32 (message): 2026-07-24T19:03:20.7362710Z git describe failed with exit code: 128 2026-07-24T19:03:20.7362860Z 2026-07-24T19:03:20.7362970Z Make sure you cloned with tags or run 'git fetch --tags'. 2026-07-24T19:03:20.7363210Z Call Stack (most recent call first): 2026-07-24T19:03:20.7363400Z CMakeLists.txt:5 (include) 2026-07-24T19:03:20.7363510Z 2026-07-24T19:03:20.7363520Z 2026-07-24T19:03:20.7363580Z -- Proceeding with version: 24.3.25.0 2026-07-24T19:03:20.7363790Z [ 0%] Performing configure step for 'flatcc_ep' 2026-07-24T19:03:20.7363990Z CMake Warning: 2026-07-24T19:03:20.7364180Z Ignoring empty string ("") provided on the command line. 2026-07-24T19:03:20.7364360Z 2026-07-24T19:03:20.7364360Z 2026-07-24T19:03:20.7364580Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2026-07-24T19:03:20.7364950Z Compatibility with CMake < 3.10 will be removed from a future version of 2026-07-24T19:03:20.7365220Z CMake. 2026-07-24T19:03:20.7365300Z 2026-07-24T19:03:20.7365450Z Update the VERSION argument value. Or, use the ... syntax 2026-07-24T19:03:20.7365810Z to tell CMake that the project requires at least but has been updated 2026-07-24T19:03:20.7366130Z to work with policies introduced by or earlier. 2026-07-24T19:03:20.7366290Z 2026-07-24T19:03:20.7366290Z 2026-07-24T19:03:20.7366500Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2026-07-24T19:03:20.7366980Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2026-07-24T19:03:20.7367470Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2026-07-24T19:03:20.7367880Z -- The C compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7368130Z -- Detecting C compiler ABI info 2026-07-24T19:03:20.7368480Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2026-07-24T19:03:20.7368850Z -- Detecting C compiler ABI info - done 2026-07-24T19:03:20.7369300Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2026-07-24T19:03:20.7372210Z -- Detecting C compile features 2026-07-24T19:03:20.7372420Z -- Detecting C compile features - done 2026-07-24T19:03:20.7372770Z -- dist install dir /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc 2026-07-24T19:03:20.7373270Z -- lib install dir /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib 2026-07-24T19:03:20.7373630Z -- Setting Clang compiler options 2026-07-24T19:03:20.7374060Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra 2026-07-24T19:03:20.7374500Z -- Configuring done (0.3s) 2026-07-24T19:03:20.7374670Z -- Generating done (0.0s) 2026-07-24T19:03:20.7374830Z CMake Warning: 2026-07-24T19:03:20.7375040Z Manually-specified variables were not used by the project: 2026-07-24T19:03:20.7375230Z 2026-07-24T19:03:20.7375420Z CMAKE_POLICY_VERSION_MINIMUM 2026-07-24T19:03:20.7375550Z 2026-07-24T19:03:20.7375550Z 2026-07-24T19:03:20.7375990Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/src/build 2026-07-24T19:03:20.7376720Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2026-07-24T19:03:20.7377110Z [ 0%] Performing build step for 'flatcc_ep' 2026-07-24T19:03:20.7377330Z [ 0%] Linking C static library libcpuinfo.a 2026-07-24T19:03:20.7377610Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2026-07-24T19:03:20.7377880Z [ 0%] Built target cpuinfo 2026-07-24T19:03:20.7378170Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2026-07-24T19:03:20.7378650Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2026-07-24T19:03:20.7378990Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2026-07-24T19:03:20.7379380Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2026-07-24T19:03:20.7379770Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2026-07-24T19:03:20.7380120Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2026-07-24T19:03:20.7380500Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2026-07-24T19:03:20.7381060Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2026-07-24T19:03:20.7381500Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7381760Z -- Detecting CXX compiler ABI info 2026-07-24T19:03:20.7382030Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2026-07-24T19:03:20.7382490Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2026-07-24T19:03:20.7382980Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2026-07-24T19:03:20.7383310Z [ 0%] Linking C static library libpthreadpool.a 2026-07-24T19:03:20.7383750Z [ 33%] Linking C static library /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2026-07-24T19:03:20.7384270Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2026-07-24T19:03:20.7384570Z [ 0%] Built target pthreadpool 2026-07-24T19:03:20.7384770Z -- Detecting CXX compiler ABI info - done 2026-07-24T19:03:20.7385090Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2026-07-24T19:03:20.7385660Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2026-07-24T19:03:20.7386120Z -- Detecting CXX compile features 2026-07-24T19:03:20.7386330Z -- Detecting CXX compile features - done 2026-07-24T19:03:20.7386520Z [ 39%] Built target flatccrt 2026-07-24T19:03:20.7386690Z -- Looking for strtof_l 2026-07-24T19:03:20.7387020Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2026-07-24T19:03:20.7387550Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2026-07-24T19:03:20.7388000Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2026-07-24T19:03:20.7388300Z -- Looking for strtof_l - not found 2026-07-24T19:03:20.7388500Z -- Looking for strtoull_l 2026-07-24T19:03:20.7388730Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2026-07-24T19:03:20.7389060Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2026-07-24T19:03:20.7389330Z -- Looking for strtoull_l - not found 2026-07-24T19:03:20.7389520Z -- Looking for realpath 2026-07-24T19:03:20.7389830Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2026-07-24T19:03:20.7390160Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2026-07-24T19:03:20.7390480Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2026-07-24T19:03:20.7390740Z -- Looking for realpath - found 2026-07-24T19:03:20.7390960Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2026-07-24T19:03:20.7391190Z -- Configuring done (1.4s) 2026-07-24T19:03:20.7391360Z -- Generating done (0.0s) 2026-07-24T19:03:20.7391900Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/src/build 2026-07-24T19:03:20.7392540Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2026-07-24T19:03:20.7392830Z [ 0%] Performing build step for 'flatbuffers_ep' 2026-07-24T19:03:20.7393220Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/objc_json_serde.mm.o 2026-07-24T19:03:20.7393680Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2026-07-24T19:03:20.7394030Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2026-07-24T19:03:20.7394380Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2026-07-24T19:03:20.7394750Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2026-07-24T19:03:20.7395130Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2026-07-24T19:03:20.7395570Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2026-07-24T19:03:20.7395960Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2026-07-24T19:03:20.7396350Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2026-07-24T19:03:20.7396750Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2026-07-24T19:03:20.7397130Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2026-07-24T19:03:20.7397510Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2026-07-24T19:03:20.7398030Z [ 93%] Linking C static library /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2026-07-24T19:03:20.7398450Z [ 93%] Built target flatcc 2026-07-24T19:03:20.7398690Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2026-07-24T19:03:20.7399180Z [100%] Linking C executable /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/bin/flatcc 2026-07-24T19:03:20.7399610Z [ 0%] Linking CXX static library libcoreml_util.a 2026-07-24T19:03:20.7402230Z [100%] Built target flatcc_cli 2026-07-24T19:03:20.7402430Z [ 0%] Built target coreml_util 2026-07-24T19:03:20.7402630Z [ 0%] Performing install step for 'flatcc_ep' 2026-07-24T19:03:20.7402860Z [ 0%] Creating directories for 'mlx_external' 2026-07-24T19:03:20.7403080Z [ 0%] No download step for 'mlx_external' 2026-07-24T19:03:20.7403270Z [ 21%] Built target flatccrt 2026-07-24T19:03:20.7403450Z [ 0%] No update step for 'mlx_external' 2026-07-24T19:03:20.7403640Z [ 93%] Built target flatcc 2026-07-24T19:03:20.7403820Z [ 0%] Performing patch step for 'mlx_external' 2026-07-24T19:03:20.7404270Z Applying MLX patch: /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/patches/mlx_nax_has_include.patch 2026-07-24T19:03:20.7404770Z Checking patch mlx/backend/metal/kernels/steel/gemm/nax.h... 2026-07-24T19:03:20.7405070Z Checking patch mlx/backend/metal/kernels/steel/attn/nax.h... 2026-07-24T19:03:20.7405380Z Applied patch mlx/backend/metal/kernels/steel/gemm/nax.h cleanly. 2026-07-24T19:03:20.7405690Z Applied patch mlx/backend/metal/kernels/steel/attn/nax.h cleanly. 2026-07-24T19:03:20.7406350Z Applying MLX patch: /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/patches/mlx_qmm_splitk_bk_align.patch 2026-07-24T19:03:20.7406780Z [100%] Built target flatcc_cli 2026-07-24T19:03:20.7406990Z Checking patch mlx/backend/metal/quantized.cpp... 2026-07-24T19:03:20.7407260Z Applied patch mlx/backend/metal/quantized.cpp cleanly. 2026-07-24T19:03:20.7407480Z Install the project... 2026-07-24T19:03:20.7407670Z [ 0%] Performing configure step for 'mlx_external' 2026-07-24T19:03:20.7407890Z -- Install configuration: "" 2026-07-24T19:03:20.7408420Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc 2026-07-24T19:03:20.7409300Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc.h 2026-07-24T19:03:20.7410230Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_version.h 2026-07-24T19:03:20.7411170Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_emitter.h 2026-07-24T19:03:20.7412100Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_alloc.h 2026-07-24T19:03:20.7413160Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_json_printer.h 2026-07-24T19:03:20.7414120Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_verifier.h 2026-07-24T19:03:20.7415060Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_refmap.h 2026-07-24T19:03:20.7416000Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_unaligned.h 2026-07-24T19:03:20.7416920Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable 2026-07-24T19:03:20.7419100Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/grisu3_print.h 2026-07-24T19:03:20.7421020Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pprintfp.h 2026-07-24T19:03:20.7422030Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pbase64.h 2026-07-24T19:03:20.7422990Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/prestrict.h 2026-07-24T19:03:20.7423980Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/punaligned.h 2026-07-24T19:03:20.7424940Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/LICENSE 2026-07-24T19:03:20.7425900Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pdiagnostic.h 2026-07-24T19:03:20.7427170Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pinttypes.h 2026-07-24T19:03:20.7428130Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pinline.h 2026-07-24T19:03:20.7429090Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pprintint.h 2026-07-24T19:03:20.7430080Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pdiagnostic_pop.h 2026-07-24T19:03:20.7431050Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include 2026-07-24T19:03:20.7432000Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/std 2026-07-24T19:03:20.7432990Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/std/stdalign.h 2026-07-24T19:03:20.7434130Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/std/inttypes.h 2026-07-24T19:03:20.7435160Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/std/stdbool.h 2026-07-24T19:03:20.7436190Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/std/stdint.h 2026-07-24T19:03:20.7437180Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/README 2026-07-24T19:03:20.7438160Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/linux 2026-07-24T19:03:20.7439150Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/include/linux/endian.h 2026-07-24T19:03:20.7440130Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pversion.h 2026-07-24T19:03:20.7441090Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pstdalign.h 2026-07-24T19:03:20.7442070Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pdiagnostic_push.h 2026-07-24T19:03:20.7443050Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pmemaccess.h 2026-07-24T19:03:20.7444030Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pendian_detect.h 2026-07-24T19:03:20.7445010Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/paligned_alloc.h 2026-07-24T19:03:20.7446070Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pendian.h 2026-07-24T19:03:20.7447040Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pstatic_assert.h 2026-07-24T19:03:20.7448020Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pwarnings.h 2026-07-24T19:03:20.7448980Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pparsefp.h 2026-07-24T19:03:20.7449930Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/README.md 2026-07-24T19:03:20.7450890Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/portable_basic.h 2026-07-24T19:03:20.7451930Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/portable.h 2026-07-24T19:03:20.7452900Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/grisu3_math.h 2026-07-24T19:03:20.7453870Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pattributes.h 2026-07-24T19:03:20.7454840Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pstdint.h 2026-07-24T19:03:20.7455790Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pstdbool.h 2026-07-24T19:03:20.7456730Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pcrt.h 2026-07-24T19:03:20.7457710Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pstatic_assert_scope.h 2026-07-24T19:03:20.7458810Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/grisu3_parse.h 2026-07-24T19:03:20.7459780Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/portable/pparseint.h 2026-07-24T19:03:20.7460720Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_endian.h 2026-07-24T19:03:20.7461650Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_iov.h 2026-07-24T19:03:20.7462580Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_rtconfig.h 2026-07-24T19:03:20.7463600Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_accessors.h 2026-07-24T19:03:20.7468480Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_epilogue.h 2026-07-24T19:03:20.7469430Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_identifier.h 2026-07-24T19:03:20.7470370Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_prologue.h 2026-07-24T19:03:20.7471320Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_builder.h 2026-07-24T19:03:20.7472240Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support 2026-07-24T19:03:20.7473140Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support/README 2026-07-24T19:03:20.7474180Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support/readfile.h 2026-07-24T19:03:20.7475110Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support/cdump.h 2026-07-24T19:03:20.7476050Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support/elapsed.h 2026-07-24T19:03:20.7476990Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/support/hexdump.h 2026-07-24T19:03:20.7477940Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_json_parser.h 2026-07-24T19:03:20.7478900Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_flatbuffers.h 2026-07-24T19:03:20.7479850Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_portable.h 2026-07-24T19:03:20.7480780Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_types.h 2026-07-24T19:03:20.7481710Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/flatcc_assert.h 2026-07-24T19:03:20.7482620Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection 2026-07-24T19:03:20.7483580Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/README 2026-07-24T19:03:20.7484550Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/reflection_reader.h 2026-07-24T19:03:20.7485590Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/flatbuffers_common_reader.h 2026-07-24T19:03:20.7486760Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/reflection_builder.h 2026-07-24T19:03:20.7487780Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/reflection_verifier.h 2026-07-24T19:03:20.7488820Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/include/flatcc/reflection/flatbuffers_common_builder.h 2026-07-24T19:03:20.7489790Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/lib/libflatccrt.a 2026-07-24T19:03:20.7490650Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/lib/libflatcc.a 2026-07-24T19:03:20.7491500Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatcc_ep/bin/flatcc 2026-07-24T19:03:20.7492010Z [ 0%] Completed 'flatcc_ep' 2026-07-24T19:03:20.7492180Z [ 0%] Built target flatcc_ep 2026-07-24T19:03:20.7492640Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2026-07-24T19:03:20.7493060Z -- The C compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7493370Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2026-07-24T19:03:20.7493620Z -- Detecting C compiler ABI info 2026-07-24T19:03:20.7493810Z -- Detecting C compiler ABI info - done 2026-07-24T19:03:20.7494270Z -- Check for working C compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 2026-07-24T19:03:20.7494720Z -- Detecting C compile features 2026-07-24T19:03:20.7494910Z -- Detecting C compile features - done 2026-07-24T19:03:20.7495110Z -- Detecting CXX compiler ABI info 2026-07-24T19:03:20.7495300Z -- Detecting CXX compiler ABI info - done 2026-07-24T19:03:20.7495760Z -- Check for working CXX compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 2026-07-24T19:03:20.7496220Z -- Detecting CXX compile features 2026-07-24T19:03:20.7496410Z -- Detecting CXX compile features - done 2026-07-24T19:03:20.7496620Z -- Building MLX for arm64 processor on Darwin 2026-07-24T19:03:20.7497150Z -- Metal found /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Metal.framework 2026-07-24T19:03:20.7497670Z -- Building on macOS 14.8.7 2026-07-24T19:03:20.7497910Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2026-07-24T19:03:20.7498170Z -- Building with macOS 14.5 SDK 2026-07-24T19:03:20.7498350Z -- Building for macOS 14.0 2026-07-24T19:03:20.7498510Z -- Metal version: 310 2026-07-24T19:03:20.7498820Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2026-07-24T19:03:20.7499070Z -- Downloading json 2026-07-24T19:03:20.7499280Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2026-07-24T19:03:20.7499920Z -- Using the multi-header code from /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/mlx/mlx/_deps/json-src/include/ 2026-07-24T19:03:20.7500580Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2026-07-24T19:03:20.7500910Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2026-07-24T19:03:20.7501430Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2026-07-24T19:03:20.7501890Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2026-07-24T19:03:20.7502150Z -- {fmt} version: 12.1.0 2026-07-24T19:03:20.7502310Z -- Build type: Release 2026-07-24T19:03:20.7502480Z -- Performing Test HAS_NULLPTR_WARNING 2026-07-24T19:03:20.7502740Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2026-07-24T19:03:20.7503020Z -- Performing Test HAS_NULLPTR_WARNING - Success 2026-07-24T19:03:20.7503240Z -- Configuring done (6.3s) 2026-07-24T19:03:20.7503410Z -- Generating done (0.1s) 2026-07-24T19:03:20.7503570Z CMake Warning: 2026-07-24T19:03:20.7503770Z Manually-specified variables were not used by the project: 2026-07-24T19:03:20.7503960Z 2026-07-24T19:03:20.7504020Z DEPLOYMENT_TARGET 2026-07-24T19:03:20.7504170Z MLX_BUILD_SHARED_LIBS 2026-07-24T19:03:20.7504320Z PLATFORM 2026-07-24T19:03:20.7504400Z 2026-07-24T19:03:20.7504400Z 2026-07-24T19:03:20.7504790Z -- Build files have been written to: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/mlx/mlx 2026-07-24T19:03:20.7505330Z [ 0%] Performing build step for 'mlx_external' 2026-07-24T19:03:20.7505540Z [ 0%] Building arg_reduce.air 2026-07-24T19:03:20.7505910Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-sanitizers.dir/src/sanitizers.c.o 2026-07-24T19:03:20.7506300Z [ 0%] Built target xnnpack-sanitizers 2026-07-24T19:03:20.7506740Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.c.o 2026-07-24T19:03:20.7507320Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.c.o 2026-07-24T19:03:20.7507920Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.c.o 2026-07-24T19:03:20.7508530Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.c.o 2026-07-24T19:03:20.7511650Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.c.o 2026-07-24T19:03:20.7512120Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2026-07-24T19:03:20.7512630Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.c.o 2026-07-24T19:03:20.7513590Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.c.o 2026-07-24T19:03:20.7514290Z [ 0%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_asm.S.o 2026-07-24T19:03:20.7515100Z [ 0%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_cortexa55_asm.S.o 2026-07-24T19:03:20.7515650Z [ 0%] Building scaled_dot_product_attention.air 2026-07-24T19:03:20.7516160Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla_cortexa55.c.o 2026-07-24T19:03:20.7516940Z [ 0%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16x1b_6x16_neon_mla.c.o 2026-07-24T19:03:20.7517730Z [ 1%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla_asm.S.o 2026-07-24T19:03:20.7518590Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.c.o 2026-07-24T19:03:20.7519440Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_bf16_neon.c.o 2026-07-24T19:03:20.7519840Z [ 1%] Building rope.air 2026-07-24T19:03:20.7520210Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.c.o 2026-07-24T19:03:20.7520610Z [ 1%] Building rms_norm.air 2026-07-24T19:03:20.7521000Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p4x8sb_f32_neon.c.o 2026-07-24T19:03:20.7521400Z [ 2%] Building random.air 2026-07-24T19:03:20.7521800Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.c.o 2026-07-24T19:03:20.7522220Z [ 2%] Building layer_norm.air 2026-07-24T19:03:20.7522600Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.c.o 2026-07-24T19:03:20.7523000Z [ 3%] Building conv.air 2026-07-24T19:03:20.7523390Z [ 1%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p16x1b_x32_x32_neon_asm.S.o 2026-07-24T19:03:20.7524020Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p16x1b_x32_x32_neon.c.o 2026-07-24T19:03:20.7524660Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.c.o 2026-07-24T19:03:20.7525440Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s0s1_f32_f32_f32_neon.c.o 2026-07-24T19:03:20.7525900Z [ 4%] Building mlx.metallib 2026-07-24T19:03:20.7526330Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32ps1s0nrx4_qau4c32s1s0_f32_f32_f32_neon.c.o 2026-07-24T19:03:20.7527020Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx4_qsu4c32s1s0_neon.c.o 2026-07-24T19:03:20.7527450Z [ 4%] Built target mlx-metallib 2026-07-24T19:03:20.7527700Z [ 5%] Building CXX object mlx/CMakeFiles/mlx_version.dir/version.cpp.o 2026-07-24T19:03:20.7527970Z [ 5%] Built target mlx_version 2026-07-24T19:03:20.7528370Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pnrx8_qsu4c32s1s0_neon.c.o 2026-07-24T19:03:20.7528790Z [ 6%] Generating jit/utils.cpp 2026-07-24T19:03:20.7529210Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0nrx4_qsu4c32s1s0_neon.c.o 2026-07-24T19:03:20.7529890Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.c.o 2026-07-24T19:03:20.7530560Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.c.o 2026-07-24T19:03:20.7531190Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.c.o 2026-07-24T19:03:20.7531810Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.c.o 2026-07-24T19:03:20.7532520Z [ 1%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_asm.S.o 2026-07-24T19:03:20.7533010Z [ 6%] Built target utils 2026-07-24T19:03:20.7533180Z [ 7%] Generating jit/unary_ops.cpp 2026-07-24T19:03:20.7533640Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla.c.o 2026-07-24T19:03:20.7534120Z [ 7%] Built target unary_ops 2026-07-24T19:03:20.7534290Z [ 7%] Generating jit/binary_ops.cpp 2026-07-24T19:03:20.7534610Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2026-07-24T19:03:20.7535220Z [ 1%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_cortexa55_asm.S.o 2026-07-24T19:03:20.7535730Z [ 7%] Built target binary_ops 2026-07-24T19:03:20.7535910Z [ 8%] Generating jit/ternary_ops.cpp 2026-07-24T19:03:20.7536410Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p32x1b_6x32_neon_mla_cortexa55.c.o 2026-07-24T19:03:20.7536910Z [ 8%] Built target ternary_ops 2026-07-24T19:03:20.7537090Z [ 9%] Generating jit/reduce_utils.cpp 2026-07-24T19:03:20.7537510Z [ 1%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p32x1b_x16_x16_neon_asm.S.o 2026-07-24T19:03:20.7537930Z [ 9%] Built target reduce_utils 2026-07-24T19:03:20.7538320Z [ 1%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p32x1b_x16_x16_neon.c.o 2026-07-24T19:03:20.7538720Z [ 10%] Generating jit/scatter.cpp 2026-07-24T19:03:20.7538910Z [ 10%] Built target scatter 2026-07-24T19:03:20.7539460Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.c.o 2026-07-24T19:03:20.7540020Z [ 10%] Generating jit/masked_scatter.cpp 2026-07-24T19:03:20.7540210Z [ 10%] Built target masked_scatter 2026-07-24T19:03:20.7540660Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.c.o 2026-07-24T19:03:20.7541090Z [ 10%] Generating jit/gather.cpp 2026-07-24T19:03:20.7541270Z [ 10%] Built target gather 2026-07-24T19:03:20.7541660Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.c.o 2026-07-24T19:03:20.7542090Z [ 11%] Generating jit/gather_front.cpp 2026-07-24T19:03:20.7542280Z [ 11%] Built target gather_front 2026-07-24T19:03:20.7542650Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.c.o 2026-07-24T19:03:20.7543050Z [ 12%] Generating jit/gather_axis.cpp 2026-07-24T19:03:20.7543240Z [ 12%] Built target gather_axis 2026-07-24T19:03:20.7543300Z [ 12%] Generating jit/scatter_axis.cpp 2026-07-24T19:03:20.7543720Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7543780Z [ 12%] Built target scatter_axis 2026-07-24T19:03:20.7543840Z [ 12%] Generating jit/hadamard.cpp 2026-07-24T19:03:20.7544230Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7544300Z [ 12%] Built target hadamard 2026-07-24T19:03:20.7544360Z [ 12%] Generating jit/arange.cpp 2026-07-24T19:03:20.7544760Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7545150Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7545210Z [ 12%] Built target arange 2026-07-24T19:03:20.7545270Z [ 13%] Generating jit/copy.cpp 2026-07-24T19:03:20.7545330Z [ 13%] Built target copy 2026-07-24T19:03:20.7545740Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7545800Z [ 13%] Generating jit/unary.cpp 2026-07-24T19:03:20.7546460Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.c.o 2026-07-24T19:03:20.7546510Z [ 13%] Built target unary 2026-07-24T19:03:20.7546570Z [ 14%] Generating jit/binary.cpp 2026-07-24T19:03:20.7549210Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7549280Z [ 14%] Built target binary 2026-07-24T19:03:20.7549690Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7549750Z [ 15%] Generating jit/binary_two.cpp 2026-07-24T19:03:20.7550140Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7550200Z [ 15%] Built target binary_two 2026-07-24T19:03:20.7550260Z [ 15%] Generating jit/fft.cpp 2026-07-24T19:03:20.7550660Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7550710Z [ 15%] Built target fft 2026-07-24T19:03:20.7550780Z [ 16%] Generating jit/logsumexp.cpp 2026-07-24T19:03:20.7551250Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c.o 2026-07-24T19:03:20.7551310Z [ 16%] Built target logsumexp 2026-07-24T19:03:20.7551370Z [ 16%] Generating jit/ternary.cpp 2026-07-24T19:03:20.7551770Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7552170Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7552230Z [ 16%] Built target ternary 2026-07-24T19:03:20.7552290Z [ 17%] Generating jit/softmax.cpp 2026-07-24T19:03:20.7552700Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7552760Z [ 17%] Built target softmax 2026-07-24T19:03:20.7553320Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7553380Z [ 17%] Generating jit/scan.cpp 2026-07-24T19:03:20.7553770Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7553840Z [ 17%] Built target scan 2026-07-24T19:03:20.7553900Z [ 17%] Generating jit/sort.cpp 2026-07-24T19:03:20.7554300Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7554360Z [ 17%] Built target sort 2026-07-24T19:03:20.7554420Z [ 17%] Generating jit/reduce.cpp 2026-07-24T19:03:20.7554810Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.c.o 2026-07-24T19:03:20.7554870Z [ 17%] Built target reduce 2026-07-24T19:03:20.7554930Z [ 17%] Generating jit/gemm.cpp 2026-07-24T19:03:20.7555320Z [ 3%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c.o 2026-07-24T19:03:20.7555430Z [ 17%] Built target gemm 2026-07-24T19:03:20.7555840Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7555910Z [ 18%] Generating jit/steel_gemm_fused.cpp 2026-07-24T19:03:20.7556300Z [ 3%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7556370Z [ 18%] Built target steel_gemm_fused 2026-07-24T19:03:20.7556750Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.c.o 2026-07-24T19:03:20.7556820Z [ 19%] Generating jit/steel_gemm_masked.cpp 2026-07-24T19:03:20.7557220Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7557280Z [ 19%] Built target steel_gemm_masked 2026-07-24T19:03:20.7557350Z [ 20%] Generating jit/steel_gemm_gather.cpp 2026-07-24T19:03:20.7557470Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2026-07-24T19:03:20.7557850Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c.o 2026-07-24T19:03:20.7557960Z [ 20%] Built target steel_gemm_gather 2026-07-24T19:03:20.7558040Z [ 20%] Generating jit/steel_gemm_splitk.cpp 2026-07-24T19:03:20.7558400Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.c.o 2026-07-24T19:03:20.7558460Z [ 20%] Built target steel_gemm_splitk 2026-07-24T19:03:20.7558540Z [ 20%] Generating jit/steel_gemm_segmented.cpp 2026-07-24T19:03:20.7558610Z [ 20%] Built target steel_gemm_segmented 2026-07-24T19:03:20.7558980Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2026-07-24T19:03:20.7559040Z [ 20%] Generating jit/conv.cpp 2026-07-24T19:03:20.7559300Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.c.o 2026-07-24T19:03:20.7559350Z [ 20%] Built target conv 2026-07-24T19:03:20.7559420Z [ 21%] Generating jit/steel_conv.cpp 2026-07-24T19:03:20.7559680Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.c.o 2026-07-24T19:03:20.7559740Z [ 21%] Built target steel_conv 2026-07-24T19:03:20.7559800Z [ 21%] Generating jit/steel_conv_3d.cpp 2026-07-24T19:03:20.7560090Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.c.o 2026-07-24T19:03:20.7560160Z [ 21%] Built target steel_conv_3d 2026-07-24T19:03:20.7560230Z [ 22%] Generating jit/steel_conv_general.cpp 2026-07-24T19:03:20.7560630Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4cxp8x8_1x8_neon_dotprod.c.o 2026-07-24T19:03:20.7560690Z [ 22%] Built target steel_conv_general 2026-07-24T19:03:20.7560750Z [ 23%] Generating jit/quantized_utils.cpp 2026-07-24T19:03:20.7561170Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4cxp8x8_1x8_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7561560Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4c32p4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7561680Z [ 23%] Built target quantized_utils 2026-07-24T19:03:20.7561740Z [ 24%] Generating jit/quantized.cpp 2026-07-24T19:03:20.7562150Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp1x8_qsi4c32p4x8_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7562210Z [ 24%] Built target quantized 2026-07-24T19:03:20.7562590Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4cxp8x8_8x8_neon_i8mm.c.o 2026-07-24T19:03:20.7562660Z [ 24%] Generating jit/fp_quantized.cpp 2026-07-24T19:03:20.7563060Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4cxp/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4cxp8x8_8x8_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7563120Z [ 24%] Built target fp_quantized 2026-07-24T19:03:20.7563510Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4c32p4x8_16x4_neon_i8mm.c.o 2026-07-24T19:03:20.7563580Z [ 24%] Generating jit/gemv.cpp 2026-07-24T19:03:20.7563700Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2026-07-24T19:03:20.7564110Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_bf16_qai8dxp_qsi4c32p/kai_matmul_clamp_bf16_qai8dxp4x8_qsi4c32p4x8_16x4_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7564160Z [ 24%] Built target gemv 2026-07-24T19:03:20.7564500Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32ps1s0nrx4_qsu4c32s1s0_neon.c.o 2026-07-24T19:03:20.7564560Z [ 25%] Generating jit/gemv_masked.cpp 2026-07-24T19:03:20.7564930Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2026-07-24T19:03:20.7564990Z [ 25%] Built target gemv_masked 2026-07-24T19:03:20.7565060Z [ 26%] Generating jit/steel_attention.cpp 2026-07-24T19:03:20.7565310Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.c.o 2026-07-24T19:03:20.7565370Z [ 26%] Built target steel_attention 2026-07-24T19:03:20.7565650Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.c.o 2026-07-24T19:03:20.7565710Z [ 27%] Generating jit/gemm_nax.cpp 2026-07-24T19:03:20.7565960Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2026-07-24T19:03:20.7566230Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.c.o 2026-07-24T19:03:20.7566300Z [ 27%] Built target gemm_nax 2026-07-24T19:03:20.7566370Z [ 27%] Generating jit/steel_gemm_fused_nax.cpp 2026-07-24T19:03:20.7566770Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7566830Z [ 27%] Built target steel_gemm_fused_nax 2026-07-24T19:03:20.7566910Z [ 27%] Generating jit/steel_gemm_gather_nax.cpp 2026-07-24T19:03:20.7567320Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7567380Z [ 27%] Built target steel_gemm_gather_nax 2026-07-24T19:03:20.7567780Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.c.o 2026-07-24T19:03:20.7567860Z [ 28%] Generating jit/steel_gemm_splitk_nax.cpp 2026-07-24T19:03:20.7567930Z [ 28%] Built target steel_gemm_splitk_nax 2026-07-24T19:03:20.7568010Z [ 29%] Generating jit/steel_gemm_segmented_nax.cpp 2026-07-24T19:03:20.7568460Z [ 4%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7568860Z [ 4%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2026-07-24T19:03:20.7568930Z [ 29%] Built target steel_gemm_segmented_nax 2026-07-24T19:03:20.7569000Z [ 29%] Generating jit/quantized_nax.cpp 2026-07-24T19:03:20.7569410Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7569480Z [ 29%] Built target quantized_nax 2026-07-24T19:03:20.7569870Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.c.o 2026-07-24T19:03:20.7569940Z [ 30%] Generating jit/fp_quantized_nax.cpp 2026-07-24T19:03:20.7570060Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2026-07-24T19:03:20.7570120Z [ 30%] Built target fp_quantized_nax 2026-07-24T19:03:20.7570530Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7570600Z [ 30%] Generating jit/steel_attention_nax.cpp 2026-07-24T19:03:20.7571050Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.c.o 2026-07-24T19:03:20.7571110Z [ 30%] Built target steel_attention_nax 2026-07-24T19:03:20.7571220Z [ 31%] Building CXX object CMakeFiles/mlx.dir/mlx/array.cpp.o 2026-07-24T19:03:20.7571630Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7572030Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2026-07-24T19:03:20.7572440Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7572830Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.c.o 2026-07-24T19:03:20.7573240Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7573630Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7574040Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4x4_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7574430Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7574850Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7575240Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod.c.o 2026-07-24T19:03:20.7575710Z [ 6%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qai4c32p4x4_8x4_neon_dotprod_asm.S.o 2026-07-24T19:03:20.7576100Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7576500Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.c.o 2026-07-24T19:03:20.7576900Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.c.o 2026-07-24T19:03:20.7577020Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2026-07-24T19:03:20.7577420Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.c.o 2026-07-24T19:03:20.7577820Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.c.o 2026-07-24T19:03:20.7578210Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7578790Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7579190Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c.o 2026-07-24T19:03:20.7579590Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2026-07-24T19:03:20.7579990Z [ 6%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2026-07-24T19:03:20.7580390Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2026-07-24T19:03:20.7580500Z [ 31%] Building CXX object CMakeFiles/mlx.dir/mlx/compile.cpp.o 2026-07-24T19:03:20.7580900Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.c.o 2026-07-24T19:03:20.7581030Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2026-07-24T19:03:20.7581450Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7581840Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2026-07-24T19:03:20.7582240Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7582630Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.c.o 2026-07-24T19:03:20.7583030Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7583470Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.c.o 2026-07-24T19:03:20.7583880Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7584290Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S.o 2026-07-24T19:03:20.7584680Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c.o 2026-07-24T19:03:20.7585070Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.c.o 2026-07-24T19:03:20.7587600Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.c.o 2026-07-24T19:03:20.7587990Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.c.o 2026-07-24T19:03:20.7588440Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.c.o 2026-07-24T19:03:20.7588820Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c.o 2026-07-24T19:03:20.7588950Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2026-07-24T19:03:20.7589340Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.c.o 2026-07-24T19:03:20.7589750Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2026-07-24T19:03:20.7589910Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/kai_common_sve_asm.S.o 2026-07-24T19:03:20.7590260Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32_f32p/kai_imatmul_clamp_f32_f32_f32p4vlx1b_6x4vl_sve_mla.c.o 2026-07-24T19:03:20.7590630Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32_f32p/kai_imatmul_clamp_f32_f32_f32p4vlx1b_6x4vl_sve_mla_asm.S.o 2026-07-24T19:03:20.7590970Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p4vlx1b_6x4vl_sve_mla.c.o 2026-07-24T19:03:20.7591330Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p4vlx1b_6x4vl_sve_mla_asm.S.o 2026-07-24T19:03:20.7591620Z [ 8%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p4vlx1b_x32_x32_sve.c.o 2026-07-24T19:03:20.7591910Z [ 8%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p4vlx1b_x32_x32_sve_asm.S.o 2026-07-24T19:03:20.7592180Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p4vlx1b_x32_x32_sve.c.o 2026-07-24T19:03:20.7592470Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x32p4vlx1b_x32_x32_sve_asm.S.o 2026-07-24T19:03:20.7592880Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p8x4_1x8_sve_dotprod_asm.S.o 2026-07-24T19:03:20.7593230Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2026-07-24T19:03:20.7593630Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p8x4_1x8_sve_dotprod.c.o 2026-07-24T19:03:20.7594040Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p8x8_1x8_sve_dotprod_asm.S.o 2026-07-24T19:03:20.7594430Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p8x8_1x8_sve_dotprod.c.o 2026-07-24T19:03:20.7594840Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p8x8_16x8_sve_i8mm_asm.S.o 2026-07-24T19:03:20.7595230Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p8x8_16x8_sve_i8mm.c.o 2026-07-24T19:03:20.7595390Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/kai_common_sme_asm.S.o 2026-07-24T19:03:20.7595660Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/dwconv/pack/kai_rhs_dwconv_pack_x32p1vlx1b_x32_x32_sme.c.o 2026-07-24T19:03:20.7596090Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7596490Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7596860Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7597250Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7597650Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7598090Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7598430Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x8vl_sme_mla.c.o 2026-07-24T19:03:20.7598790Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x8vl_sme_mla_asm.S.o 2026-07-24T19:03:20.7599160Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7599540Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2b_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7599880Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x8vl_sme_mla.c.o 2026-07-24T19:03:20.7600240Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x8vl_sme_mla_asm.S.o 2026-07-24T19:03:20.7600600Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7600770Z [ 32%] Building CXX object CMakeFiles/mlx.dir/mlx/device.cpp.o 2026-07-24T19:03:20.7601150Z [ 9%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7601530Z [ 9%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme_dot.c.o 2026-07-24T19:03:20.7601930Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme_dot_asm.S.o 2026-07-24T19:03:20.7602330Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme_mopa.c.o 2026-07-24T19:03:20.7602750Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7603140Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa.c.o 2026-07-24T19:03:20.7603250Z [ 32%] Building CXX object CMakeFiles/mlx.dir/mlx/dtype.cpp.o 2026-07-24T19:03:20.7603700Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxp2vlx4sb_2vlx2vl_sme_mopa_asm.S.o 2026-07-24T19:03:20.7603970Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.c.o 2026-07-24T19:03:20.7604260Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme_asm.S.o 2026-07-24T19:03:20.7604530Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.c.o 2026-07-24T19:03:20.7604820Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme_asm.S.o 2026-07-24T19:03:20.7605080Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.c.o 2026-07-24T19:03:20.7605360Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme_asm.S.o 2026-07-24T19:03:20.7605600Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.c.o 2026-07-24T19:03:20.7605720Z [ 33%] Building CXX object CMakeFiles/mlx.dir/mlx/dtype_utils.cpp.o 2026-07-24T19:03:20.7605980Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme_asm.S.o 2026-07-24T19:03:20.7606230Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.c.o 2026-07-24T19:03:20.7606490Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme_asm.S.o 2026-07-24T19:03:20.7606730Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.c.o 2026-07-24T19:03:20.7606850Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2026-07-24T19:03:20.7607110Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme_asm.S.o 2026-07-24T19:03:20.7607420Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c.o 2026-07-24T19:03:20.7607750Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme_asm.S.o 2026-07-24T19:03:20.7608100Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.c.o 2026-07-24T19:03:20.7608400Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme_asm.S.o 2026-07-24T19:03:20.7608510Z [ 33%] Building CXX object CMakeFiles/mlx.dir/mlx/export.cpp.o 2026-07-24T19:03:20.7608790Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.c.o 2026-07-24T19:03:20.7609090Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme_asm.S.o 2026-07-24T19:03:20.7609360Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.c.o 2026-07-24T19:03:20.7609640Z [ 11%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme_asm.S.o 2026-07-24T19:03:20.7609920Z [ 11%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.c.o 2026-07-24T19:03:20.7610220Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme_asm.S.o 2026-07-24T19:03:20.7610510Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c.o 2026-07-24T19:03:20.7610800Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2026-07-24T19:03:20.7611110Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme_asm.S.o 2026-07-24T19:03:20.7611330Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2026-07-24T19:03:20.7611600Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.c.o 2026-07-24T19:03:20.7611820Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2026-07-24T19:03:20.7611940Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2026-07-24T19:03:20.7612160Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2026-07-24T19:03:20.7612440Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme_asm.S.o 2026-07-24T19:03:20.7612660Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2026-07-24T19:03:20.7612940Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.c.o 2026-07-24T19:03:20.7613160Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2026-07-24T19:03:20.7613380Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2026-07-24T19:03:20.7613670Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme_asm.S.o 2026-07-24T19:03:20.7613940Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.c.o 2026-07-24T19:03:20.7614160Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2026-07-24T19:03:20.7614380Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2026-07-24T19:03:20.7614660Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme_asm.S.o 2026-07-24T19:03:20.7615070Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p1vlx1b_3x3_s1_4xc_sme2_mla_asm.S.o 2026-07-24T19:03:20.7615410Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/dwconv/dwconv_f32_f32_f32p/kai_dwconv_clamp_f32_f32_f32p1vlx1b_3x3_s1_4xc_sme2_mla.c.o 2026-07-24T19:03:20.7615630Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2026-07-24T19:03:20.7615840Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2026-07-24T19:03:20.7616230Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7616610Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7616830Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2026-07-24T19:03:20.7617220Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7617590Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7617870Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2026-07-24T19:03:20.7618330Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7618740Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7618960Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2026-07-24T19:03:20.7619180Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2026-07-24T19:03:20.7619320Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2026-07-24T19:03:20.7619680Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7620030Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.c.o 2026-07-24T19:03:20.7620240Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2026-07-24T19:03:20.7620630Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7620850Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2026-07-24T19:03:20.7621220Z [ 12%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7621640Z [ 12%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7621860Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2026-07-24T19:03:20.7622270Z [ 14%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7622740Z [ 14%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7623140Z [ 14%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.c.o 2026-07-24T19:03:20.7623370Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2026-07-24T19:03:20.7623450Z [ 14%] Linking CXX static library libeigen_blas.a 2026-07-24T19:03:20.7623820Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla_asm.S.o 2026-07-24T19:03:20.7623880Z [ 16%] Built target eigen_blas 2026-07-24T19:03:20.7623990Z [ 34%] Building CXX object CMakeFiles/mlx.dir/mlx/einsum.cpp.o 2026-07-24T19:03:20.7624330Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.c.o 2026-07-24T19:03:20.7624690Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla_asm.S.o 2026-07-24T19:03:20.7625080Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.c.o 2026-07-24T19:03:20.7625470Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7625830Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.c.o 2026-07-24T19:03:20.7625960Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2026-07-24T19:03:20.7626380Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7626790Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7627200Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4vlx4_1x4vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7627590Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4vlx4_1x4vl_sme2_dot.c.o 2026-07-24T19:03:20.7628010Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7628420Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1vlx4_qsi8cxp4vlx4_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7628820Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7629210Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4vlx4_1x4vl_sme2_dot.c.o 2026-07-24T19:03:20.7629640Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7630080Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qai4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7630490Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7630900Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qai4c32p4vlx4_1x4vl_sme2_dot.c.o 2026-07-24T19:03:20.7631300Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7631670Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7632070Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot_asm.S.o 2026-07-24T19:03:20.7632450Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.c.o 2026-07-24T19:03:20.7632910Z [ 16%] Building ASM object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa_asm.S.o 2026-07-24T19:03:20.7633080Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2026-07-24T19:03:20.7633540Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c.o 2026-07-24T19:03:20.7633950Z [ 16%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7634340Z [ 17%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.c.o 2026-07-24T19:03:20.7634750Z [ 17%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2026-07-24T19:03:20.7637210Z [ 17%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.c.o 2026-07-24T19:03:20.7637360Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2026-07-24T19:03:20.7637610Z [ 17%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.c.o 2026-07-24T19:03:20.7637890Z [ 17%] Building C object kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.c.o 2026-07-24T19:03:20.7637970Z [ 17%] Linking C static library libkleidiai.a 2026-07-24T19:03:20.7638030Z [ 17%] Built target kleidiai 2026-07-24T19:03:20.7638320Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-fingerprint-id.dir/src/operators/fingerprint_id.c.o 2026-07-24T19:03:20.7638400Z [ 17%] Built target xnnpack-fingerprint-id 2026-07-24T19:03:20.7638530Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2026-07-24T19:03:20.7638700Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2026-07-24T19:03:20.7638880Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2026-07-24T19:03:20.7639060Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2026-07-24T19:03:20.7639350Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2026-07-24T19:03:20.7639460Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2026-07-24T19:03:20.7639650Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2026-07-24T19:03:20.7639750Z [ 35%] Building CXX object CMakeFiles/mlx.dir/mlx/fast.cpp.o 2026-07-24T19:03:20.7639950Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2026-07-24T19:03:20.7640240Z [ 19%] Linking C static library /Users/runner/work/executorch/executorch/pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2026-07-24T19:03:20.7640300Z [ 19%] Built target flatccrt 2026-07-24T19:03:20.7640420Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2026-07-24T19:03:20.7640690Z [ 19%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2026-07-24T19:03:20.7640830Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2026-07-24T19:03:20.7641090Z [ 19%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2026-07-24T19:03:20.7641200Z [ 35%] Building CXX object CMakeFiles/mlx.dir/mlx/fft.cpp.o 2026-07-24T19:03:20.7641350Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2026-07-24T19:03:20.7641680Z [ 19%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2026-07-24T19:03:20.7641970Z [ 19%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2026-07-24T19:03:20.7642100Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2026-07-24T19:03:20.7642380Z [ 19%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem_utils.mm.o 2026-07-24T19:03:20.7642770Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-avgpool/gen/f16-avgpool-9p-minmax-neonfp16arith.c.o 2026-07-24T19:03:20.7643190Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2026-07-24T19:03:20.7643590Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2026-07-24T19:03:56.7532240Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.7582220Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2026-07-24T19:03:56.7586030Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.7592360Z [ 19%] Linking CXX static library libcoreml_inmemoryfs.a 2026-07-24T19:03:56.7592740Z [ 19%] Built target coreml_inmemoryfs 2026-07-24T19:03:56.7593250Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/allocation-type.c.o 2026-07-24T19:03:56.7594110Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.7594950Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/datatype-strings.c.o 2026-07-24T19:03:56.7595670Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/microkernel-type.c.o 2026-07-24T19:03:56.7596510Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.7597780Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/node-type.c.o 2026-07-24T19:03:56.7598460Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/enums/operator-type.c.o 2026-07-24T19:03:56.7599110Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-logging.dir/src/log.c.o 2026-07-24T19:03:56.7599940Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2026-07-24T19:03:56.7600620Z [ 20%] Built target xnnpack-logging 2026-07-24T19:03:56.7601090Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-indirection.dir/src/indirection.c.o 2026-07-24T19:03:56.7601960Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2026-07-24T19:03:56.7602990Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2026-07-24T19:03:56.7603670Z [ 20%] Built target xnnpack-indirection 2026-07-24T19:03:56.7604180Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microparams-init.dir/src/microparams-init.c.o 2026-07-24T19:03:56.7605330Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2026-07-24T19:03:56.7606030Z [ 20%] Built target xnnpack-microparams-init 2026-07-24T19:03:56.7606530Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-normalization.dir/src/normalization.c.o 2026-07-24T19:03:56.7607330Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2026-07-24T19:03:56.7607940Z [ 20%] Built target xnnpack-normalization 2026-07-24T19:03:56.7608410Z [ 20%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-pack-lh.dir/src/pack-lh.cc.o 2026-07-24T19:03:56.7613770Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2026-07-24T19:03:56.7614730Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2026-07-24T19:03:56.7615310Z [ 20%] Built target xnnpack-pack-lh 2026-07-24T19:03:56.7615960Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7616870Z [ 20%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-packing.dir/src/reference/packing.cc.o 2026-07-24T19:03:56.7617740Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rdsum2/gen/f16-f32acc-rdsum2-7p7x-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.7618470Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2026-07-24T19:03:56.7619400Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2026-07-24T19:03:56.7620350Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-f32acc-rsum2/gen/f16-f32acc-rsum2-neonfp16arith.c.o 2026-07-24T19:03:56.7621320Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7622450Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7623370Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7624350Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7625400Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2026-07-24T19:03:56.7626460Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2026-07-24T19:03:56.7627520Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2026-07-24T19:03:56.7628570Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7629660Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7630380Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2026-07-24T19:03:56.7631090Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7632050Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2026-07-24T19:03:56.7632680Z [ 22%] Built target xnnpack-packing 2026-07-24T19:03:56.7633140Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-allocator.dir/src/allocator.c.o 2026-07-24T19:03:56.7633610Z [ 22%] Built target xnnpack-allocator 2026-07-24T19:03:56.7634210Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-u8.c.o 2026-07-24T19:03:56.7634960Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-cache.dir/src/cache.c.o 2026-07-24T19:03:56.7635770Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7636430Z [ 22%] Built target xnnpack-cache 2026-07-24T19:03:56.7636870Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-datatype.dir/src/datatype.c.o 2026-07-24T19:03:56.7637690Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7638710Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2026-07-24T19:03:56.7639380Z [ 22%] Built target xnnpack-datatype 2026-07-24T19:03:56.7639800Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2026-07-24T19:03:56.7640240Z [ 36%] Building CXX object CMakeFiles/mlx.dir/mlx/ops.cpp.o 2026-07-24T19:03:56.7640960Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2026-07-24T19:03:56.7642140Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2026-07-24T19:03:56.7643280Z [ 22%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2026-07-24T19:03:56.7644260Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7645200Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7646140Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7646860Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2026-07-24T19:03:56.7647570Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2026-07-24T19:03:56.7648510Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-maxpool/gen/f16-maxpool-9p-minmax-neonfp16arith-u8.c.o 2026-07-24T19:03:56.7649510Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2026-07-24T19:03:56.7650420Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2026-07-24T19:03:56.7651320Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u4.c.o 2026-07-24T19:03:56.7652120Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operator-delete.dir/src/operator-delete.c.o 2026-07-24T19:03:56.7653040Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2026-07-24T19:03:56.7653750Z [ 24%] Built target xnnpack-operator-delete 2026-07-24T19:03:56.7654160Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2026-07-24T19:03:56.7654720Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-mutex.dir/src/mutex.c.o 2026-07-24T19:03:56.7655470Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmax-2p2x-neonfp16arith-u32.c.o 2026-07-24T19:03:56.7656080Z [ 25%] Built target xnnpack-mutex 2026-07-24T19:03:56.7656560Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operator-utils.dir/src/operator-utils.c.o 2026-07-24T19:03:56.7657340Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmax-2p2x-scalar-u2.c.o 2026-07-24T19:03:56.7657930Z [ 25%] Built target xnnpack-operator-utils 2026-07-24T19:03:56.7658280Z [ 36%] Building CXX object CMakeFiles/mlx.dir/mlx/graph_utils.cpp.o 2026-07-24T19:03:56.7658940Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmin-2p2x-neonfp16arith-u32.c.o 2026-07-24T19:03:56.7659820Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rdminmax/gen/f16-rdmin-2p2x-scalar-u2.c.o 2026-07-24T19:03:56.7661010Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2026-07-24T19:03:56.7661700Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2026-07-24T19:03:56.7662380Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2026-07-24T19:03:56.7663250Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2026-07-24T19:03:56.7664130Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2026-07-24T19:03:56.7665020Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2026-07-24T19:03:56.7665920Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2026-07-24T19:03:56.7666950Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2026-07-24T19:03:56.7667680Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2026-07-24T19:03:56.7668550Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vapproxgelu/gen/f16-vapproxgelu-neonfp16arith-rational-6-4-div.c.o 2026-07-24T19:03:56.7669570Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vapproxgelu/gen/f16-vapproxgelu-scalar-rational-6-4-div.c.o 2026-07-24T19:03:56.7670500Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7671370Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7671950Z [100%] Linking CXX executable flatc 2026-07-24T19:03:56.7675650Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2026-07-24T19:03:56.7676290Z [100%] Built target flatc 2026-07-24T19:03:56.7676580Z [ 25%] Performing install step for 'flatbuffers_ep' 2026-07-24T19:03:56.7677180Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2026-07-24T19:03:56.7677800Z [ 37%] Building CXX object CMakeFiles/mlx.dir/mlx/primitives.cpp.o 2026-07-24T19:03:56.7678460Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2026-07-24T19:03:56.7679350Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2026-07-24T19:03:56.7680220Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7680790Z [100%] Built target flatc 2026-07-24T19:03:56.7681340Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7681920Z Install the project... 2026-07-24T19:03:56.7682180Z -- Install configuration: "" 2026-07-24T19:03:56.7682790Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers 2026-07-24T19:03:56.7683860Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/pch 2026-07-24T19:03:56.7684870Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/pch/flatc_pch.h 2026-07-24T19:03:56.7685890Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/pch/pch.h 2026-07-24T19:03:56.7686890Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/grpc.h 2026-07-24T19:03:56.7687920Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/code_generator.h 2026-07-24T19:03:56.7688930Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/idl.h 2026-07-24T19:03:56.7689930Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/verifier.h 2026-07-24T19:03:56.7691070Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/reflection_generated.h 2026-07-24T19:03:56.7692120Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/registry.h 2026-07-24T19:03:56.7693140Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/flatbuffers.h 2026-07-24T19:03:56.7694270Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/struct.h 2026-07-24T19:03:56.7695280Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/file_manager.h 2026-07-24T19:03:56.7696300Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/flatc.h 2026-07-24T19:03:56.7698720Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/buffer.h 2026-07-24T19:03:56.7699840Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/allocator.h 2026-07-24T19:03:56.7700990Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/flexbuffers.h 2026-07-24T19:03:56.7702050Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/minireflect.h 2026-07-24T19:03:56.7703070Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/array.h 2026-07-24T19:03:56.7704110Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/default_allocator.h 2026-07-24T19:03:56.7705140Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/util.h 2026-07-24T19:03:56.7706420Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/code_generators.h 2026-07-24T19:03:56.7707460Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/stl_emulation.h 2026-07-24T19:03:56.7708480Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/table.h 2026-07-24T19:03:56.7709500Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/detached_buffer.h 2026-07-24T19:03:56.7710540Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/buffer_ref.h 2026-07-24T19:03:56.7711560Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/vector.h 2026-07-24T19:03:56.7712570Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/vector_downward.h 2026-07-24T19:03:56.7713820Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/flatbuffer_builder.h 2026-07-24T19:03:56.7714870Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/hash.h 2026-07-24T19:03:56.7715880Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/reflection.h 2026-07-24T19:03:56.7716920Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/flex_flat_util.h 2026-07-24T19:03:56.7717940Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/string.h 2026-07-24T19:03:56.7719180Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/include/flatbuffers/base.h 2026-07-24T19:03:56.7720240Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/lib/cmake/flatbuffers/flatbuffers-config.cmake 2026-07-24T19:03:56.7721350Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2026-07-24T19:03:56.7722470Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2026-07-24T19:03:56.7723520Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/bin/flatc 2026-07-24T19:03:56.7724510Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/lib/cmake/flatbuffers/FlatcTargets.cmake 2026-07-24T19:03:56.7725610Z -- Installing: /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2026-07-24T19:03:56.7726450Z [ 25%] Completed 'flatbuffers_ep' 2026-07-24T19:03:56.7727040Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7727640Z [ 25%] Built target flatbuffers_ep 2026-07-24T19:03:56.7729760Z [ 25%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2026-07-24T19:03:56.7730840Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7731730Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7732630Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7733540Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7734440Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7735480Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2026-07-24T19:03:56.7736400Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2026-07-24T19:03:56.7737290Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7738180Z [ 27%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2026-07-24T19:03:56.7739040Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7739950Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7740850Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7741740Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7742630Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7743510Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7744510Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7745420Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vcos/gen/f16-vcos-neonfp16arith-rational-3-2-div.c.o 2026-07-24T19:03:56.7746350Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vcos/gen/f16-vcos-scalar-rational-3-2-div.c.o 2026-07-24T19:03:56.7751560Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2026-07-24T19:03:56.7752350Z [ 27%] Built target xnnpack-reference-ukernels 2026-07-24T19:03:56.7752960Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vexp/gen/f16-vexp-neonfp16arith-poly-3.c.o 2026-07-24T19:03:56.7753720Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-memory.dir/src/memory.c.o 2026-07-24T19:03:56.7754180Z [ 27%] Built target xnnpack-memory 2026-07-24T19:03:56.7754670Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operator-run.dir/src/operator-run.c.o 2026-07-24T19:03:56.7755450Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vexp/gen/f16-vexp-scalar-poly-3.c.o 2026-07-24T19:03:56.7756350Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vgelu/gen/f16-vgelu-neonfp16arith-rational-6-4-div.c.o 2026-07-24T19:03:56.7757280Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vgelu/gen/f16-vgelu-scalar-rational-6-4-div.c.o 2026-07-24T19:03:56.7757890Z [ 27%] Built target xnnpack-operator-run 2026-07-24T19:03:56.7758230Z [ 37%] Building CXX object CMakeFiles/mlx.dir/mlx/random.cpp.o 2026-07-24T19:03:56.7758870Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7760140Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7761100Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2026-07-24T19:03:56.7762040Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7762920Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7763790Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7764670Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7765570Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2026-07-24T19:03:56.7766530Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2026-07-24T19:03:56.7767550Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2026-07-24T19:03:56.7768520Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsin/gen/f16-vsin-neonfp16arith-rational-3-2-div.c.o 2026-07-24T19:03:56.7769460Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsin/gen/f16-vsin-scalar-rational-3-2-div.c.o 2026-07-24T19:03:56.7770380Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2026-07-24T19:03:56.7771320Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2026-07-24T19:03:56.7772420Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2026-07-24T19:03:56.7773590Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2026-07-24T19:03:56.7774560Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7775450Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7776090Z [ 38%] Building CXX object CMakeFiles/mlx.dir/mlx/scheduler.cpp.o 2026-07-24T19:03:56.7776740Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2026-07-24T19:03:56.7777630Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2026-07-24T19:03:56.7778530Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2026-07-24T19:03:56.7779430Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-neon-u4.c.o 2026-07-24T19:03:56.7780470Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-avgpool/gen/f32-avgpool-9p-minmax-scalar-u1.c.o 2026-07-24T19:03:56.7781450Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2026-07-24T19:03:56.7782440Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2026-07-24T19:03:56.7783390Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2026-07-24T19:03:56.7784390Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2026-07-24T19:03:56.7785370Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2026-07-24T19:03:56.7786030Z [ 38%] Building CXX object CMakeFiles/mlx.dir/mlx/stream.cpp.o 2026-07-24T19:03:56.7786670Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2026-07-24T19:03:56.7787590Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2026-07-24T19:03:56.7788490Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2026-07-24T19:03:56.7789390Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2026-07-24T19:03:56.7790040Z [ 39%] Building CXX object CMakeFiles/mlx.dir/mlx/transforms.cpp.o 2026-07-24T19:03:56.7790710Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2026-07-24T19:03:56.7791630Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2026-07-24T19:03:56.7792600Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2026-07-24T19:03:56.7793200Z [ 30%] Generating common_schema headers 2026-07-24T19:03:56.7793780Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2026-07-24T19:03:56.7794360Z [ 30%] Built target common_schema 2026-07-24T19:03:56.7794660Z [ 30%] Generating scalar_type_schema headers 2026-07-24T19:03:56.7794960Z [ 30%] Built target scalar_type_schema 2026-07-24T19:03:56.7795270Z [ 32%] Generating MLX delegate code from schema.fbs 2026-07-24T19:03:56.7795890Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2026-07-24T19:03:56.7796530Z [ 39%] Building CXX object CMakeFiles/mlx.dir/mlx/utils.cpp.o 2026-07-24T19:03:56.7797270Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2026-07-24T19:03:56.7798180Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2026-07-24T19:03:56.7798970Z Parsing /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/schema.fbs... 2026-07-24T19:03:56.7799540Z Found 1 enums, 2 structs, 144 tables, 1 unions 2026-07-24T19:03:56.7799860Z Op nodes: 133 2026-07-24T19:03:56.7800300Z Running flatc on /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/schema.fbs... 2026-07-24T19:03:56.7801050Z Generated FlatBuffer Python bindings in /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/_generated 2026-07-24T19:03:56.7801810Z Generated FlatBuffer C++ bindings in /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime 2026-07-24T19:03:56.7802330Z Fixed bare imports in 140 generated FlatBuffer file(s) 2026-07-24T19:03:56.7802870Z Generating /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/mlx_graph_schema.py... 2026-07-24T19:03:56.7803610Z Generating /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/_generated_serializers.py... 2026-07-24T19:03:56.7804310Z Generating /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime/MLXLoader.h... 2026-07-24T19:03:56.7804960Z Generating /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime/MLXLoader.cpp... 2026-07-24T19:03:56.7805620Z Generating /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/_generated_inspector.py... 2026-07-24T19:03:56.7806110Z Done! 2026-07-24T19:03:56.7806280Z 2026-07-24T19:03:56.7806430Z Generated files: 2026-07-24T19:03:56.7806860Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/mlx_graph_schema.py 2026-07-24T19:03:56.7812830Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/_generated_serializers.py 2026-07-24T19:03:56.7813540Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/_generated_inspector.py 2026-07-24T19:03:56.7814150Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime/MLXLoader.h 2026-07-24T19:03:56.7814760Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime/MLXLoader.cpp 2026-07-24T19:03:56.7815450Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/serialization/_generated/ (FlatBuffer Python bindings) 2026-07-24T19:03:56.7816220Z - /Users/runner/work/executorch/executorch/pytorch/executorch/backends/mlx/runtime/schema_generated.h (FlatBuffer C++ bindings) 2026-07-24T19:03:56.7817000Z [ 32%] Built target mlx_generate_code 2026-07-24T19:03:56.7817600Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2026-07-24T19:03:56.7818200Z [ 33%] Generating xnnpack_schema headers 2026-07-24T19:03:56.7818500Z [ 33%] Built target xnnpack_schema 2026-07-24T19:03:56.7819010Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-hardware-config.dir/src/configs/hardware-config.c.o 2026-07-24T19:03:56.7819860Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2026-07-24T19:03:56.7820480Z [ 33%] Built target xnnpack-hardware-config 2026-07-24T19:03:56.7821040Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-fingerprint-cache.dir/src/operators/fingerprint_cache.c.o 2026-07-24T19:03:56.7821910Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2026-07-24T19:03:56.7822540Z [ 33%] Built target xnnpack-fingerprint-cache 2026-07-24T19:03:56.7823080Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernel-utils.dir/src/microkernel-utils.c.o 2026-07-24T19:03:56.7823890Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2026-07-24T19:03:56.7824610Z [ 33%] Built target xnnpack-microkernel-utils 2026-07-24T19:03:56.7824980Z [ 40%] Building CXX object CMakeFiles/mlx.dir/mlx/linalg.cpp.o 2026-07-24T19:03:56.7825610Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2026-07-24T19:03:56.7826500Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2026-07-24T19:03:56.7827840Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2026-07-24T19:03:56.7828870Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2026-07-24T19:03:56.7829620Z [ 40%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/broadcasting.cpp.o 2026-07-24T19:03:56.7830380Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2026-07-24T19:03:56.7831390Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2026-07-24T19:03:56.7832430Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2026-07-24T19:03:56.7833470Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2026-07-24T19:03:56.7834580Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2026-07-24T19:03:56.7835600Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2026-07-24T19:03:56.7836620Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2026-07-24T19:03:56.7837790Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2026-07-24T19:03:56.7838500Z [ 41%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/compiled.cpp.o 2026-07-24T19:03:56.7839240Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2026-07-24T19:03:56.7840250Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2026-07-24T19:03:56.7841300Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2026-07-24T19:03:56.7842330Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2026-07-24T19:03:56.7843320Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2026-07-24T19:03:56.7844440Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2026-07-24T19:03:56.7845380Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2026-07-24T19:03:56.7846230Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2026-07-24T19:03:56.7847120Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2026-07-24T19:03:56.7847710Z [ 35%] Generating program_schema headers 2026-07-24T19:03:56.7848350Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7848990Z [ 35%] Built target program_schema 2026-07-24T19:03:56.7849270Z [ 35%] Generating flat_tensor_schema headers 2026-07-24T19:03:56.7849570Z [ 35%] Built target flat_tensor_schema 2026-07-24T19:03:56.7850050Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operator-delete.c.o 2026-07-24T19:03:56.7850820Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.7851630Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/argmax-pooling-nhwc.c.o 2026-07-24T19:03:56.7852550Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2026-07-24T19:03:56.7853350Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/average-pooling-nhwc.c.o 2026-07-24T19:03:56.7854150Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2026-07-24T19:03:56.7854950Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2026-07-24T19:03:56.7855840Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7856650Z [ 41%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/common.cpp.o 2026-07-24T19:03:56.7864150Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/binary-elementwise-nd.c.o 2026-07-24T19:03:56.7865070Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7866560Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7867580Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7868480Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/constant-pad-nd.c.o 2026-07-24T19:03:56.7869350Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2026-07-24T19:03:56.7870340Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-2.S.o 2026-07-24T19:03:56.7871440Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2026-07-24T19:03:56.7872320Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/convolution-nchw.c.o 2026-07-24T19:03:56.7873150Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7873970Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/convolution-nhwc.c.o 2026-07-24T19:03:56.7874770Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7875700Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7876680Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2026-07-24T19:03:56.7877540Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/deconvolution-nhwc.c.o 2026-07-24T19:03:56.7878140Z [ 42%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/load.cpp.o 2026-07-24T19:03:56.7878860Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.7883640Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7884500Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2026-07-24T19:03:56.7885340Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2026-07-24T19:03:56.7886180Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2026-07-24T19:03:56.7887080Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/fully-connected-nc.c.o 2026-07-24T19:03:56.7887800Z [ 43%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/metal_kernel.cpp.o 2026-07-24T19:03:56.7888470Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.7889320Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2026-07-24T19:03:56.7890150Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2026-07-24T19:03:56.7890940Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/max-pooling-nhwc.c.o 2026-07-24T19:03:56.7891830Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7892700Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/pack-lh.c.o 2026-07-24T19:03:56.7893550Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7894550Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2026-07-24T19:03:56.7895470Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/reduce-nd.c.o 2026-07-24T19:03:56.7896350Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7897380Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2026-07-24T19:03:56.7898380Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128-2.S.o 2026-07-24T19:03:56.7899260Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/resize-bilinear-nchw.c.o 2026-07-24T19:03:56.7900100Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2026-07-24T19:03:56.7900950Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/resize-bilinear-nhwc.c.o 2026-07-24T19:03:56.7901680Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/rope-nthc.c.o 2026-07-24T19:03:56.7902480Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7903260Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/slice-nd.c.o 2026-07-24T19:03:56.7903820Z [ 43%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/reduce.cpp.o 2026-07-24T19:03:56.7904400Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/softmax-nc.c.o 2026-07-24T19:03:56.7905240Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7906090Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/transpose-nd.c.o 2026-07-24T19:03:56.7907040Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7908060Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7908940Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/unary-elementwise-nc.c.o 2026-07-24T19:03:56.7909910Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2026-07-24T19:03:56.7910920Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2026-07-24T19:03:56.7911940Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7912820Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-operators.dir/src/operators/unpooling-nhwc.c.o 2026-07-24T19:03:56.7913670Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.7914640Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7915240Z [ 38%] Built target xnnpack-operators 2026-07-24T19:03:56.7915630Z [ 38%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2026-07-24T19:03:56.7916380Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-asm-aarch64-neonfma-ld128-2.S.o 2026-07-24T19:03:56.7917370Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-asm-aarch64-neonfma-ld128-2.S.o 2026-07-24T19:03:56.7918310Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2026-07-24T19:03:56.7919230Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2026-07-24T19:03:56.7920150Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2026-07-24T19:03:56.7921040Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-u8.c.o 2026-07-24T19:03:56.7921700Z [ 44%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/slicing.cpp.o 2026-07-24T19:03:56.7922190Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/device_allocator.cpp.o 2026-07-24T19:03:56.7922900Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-u8.c.o 2026-07-24T19:03:56.7923610Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/device_memory_buffer.cpp.o 2026-07-24T19:03:56.7924430Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-u2.c.o 2026-07-24T19:03:56.7925100Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2026-07-24T19:03:56.7925840Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2026-07-24T19:03:56.7926920Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2026-07-24T19:03:56.7927910Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2026-07-24T19:03:56.7928890Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7929820Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.7930690Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2026-07-24T19:03:56.7931530Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2026-07-24T19:03:56.7932430Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7933330Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2026-07-24T19:03:56.7934260Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7935310Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7936340Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7937100Z [ 45%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/common/utils.cpp.o 2026-07-24T19:03:56.7937550Z [ 45%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/no_cpu/device_info.cpp.o 2026-07-24T19:03:56.7938290Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2026-07-24T19:03:56.7939290Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2026-07-24T19:03:56.7940240Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7941020Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2026-07-24T19:03:56.7941770Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7942710Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7943440Z [ 45%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/no_cpu/primitives.cpp.o 2026-07-24T19:03:56.7944160Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2026-07-24T19:03:56.7945180Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7949200Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7949940Z [ 40%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2026-07-24T19:03:56.7950660Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2026-07-24T19:03:56.7951510Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2026-07-24T19:03:56.7952360Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.7953010Z [ 46%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/cpu/eval.cpp.o 2026-07-24T19:03:56.7953640Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2026-07-24T19:03:56.7954490Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2026-07-24T19:03:56.7955430Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7956190Z [ 41%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2026-07-24T19:03:56.7957010Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7957780Z [ 41%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2026-07-24T19:03:56.7958610Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7960120Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2026-07-24T19:03:56.7961120Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.7962070Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2026-07-24T19:03:56.7962970Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7963900Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7964640Z [ 41%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2026-07-24T19:03:56.7965420Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2026-07-24T19:03:56.7966470Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2026-07-24T19:03:56.7967500Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2026-07-24T19:03:56.7968510Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.7969520Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2026-07-24T19:03:56.7970350Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-fingerprint-check.dir/src/xnnpack/fingerprint_check.c.o 2026-07-24T19:03:56.7971200Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-maxpool/gen/f32-maxpool-9p-minmax-neon-u4.c.o 2026-07-24T19:03:56.7971810Z [ 41%] Built target xnnpack-fingerprint-check 2026-07-24T19:03:56.7972300Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/memory-planner.c.o 2026-07-24T19:03:56.7973080Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-maxpool/gen/f32-maxpool-9p-minmax-scalar-u1.c.o 2026-07-24T19:03:56.7973850Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/runtime.c.o 2026-07-24T19:03:56.7974610Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.7975290Z [ 46%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/cpu/encoder.cpp.o 2026-07-24T19:03:56.7976070Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7977010Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph.c.o 2026-07-24T19:03:56.7977830Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7978780Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.7979750Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7981990Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7982880Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2026-07-24T19:03:56.7983680Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2026-07-24T19:03:56.7984670Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2026-07-24T19:03:56.7985440Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/average-pooling-2d.c.o 2026-07-24T19:03:56.7986260Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.7987110Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2026-07-24T19:03:56.7988000Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2026-07-24T19:03:56.7988850Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/binary.c.o 2026-07-24T19:03:56.7989730Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2026-07-24T19:03:56.7991030Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/concatenate.c.o 2026-07-24T19:03:56.7991900Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.7993060Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7993910Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/convolution-2d.c.o 2026-07-24T19:03:56.7994720Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.7995510Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/copy.c.o 2026-07-24T19:03:56.7996320Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2026-07-24T19:03:56.7997060Z [ 45%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2026-07-24T19:03:56.7997680Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/deconvolution-2d.c.o 2026-07-24T19:03:56.7998680Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2026-07-24T19:03:56.7999550Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/deprecated.c.o 2026-07-24T19:03:56.8000270Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2026-07-24T19:03:56.8001150Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2026-07-24T19:03:56.8002070Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2026-07-24T19:03:56.8002900Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2026-07-24T19:03:56.8003680Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/even-split.c.o 2026-07-24T19:03:56.8004460Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2026-07-24T19:03:56.8005270Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2026-07-24T19:03:56.8006110Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2026-07-24T19:03:56.8006930Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/fully-connected.c.o 2026-07-24T19:03:56.8007730Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2026-07-24T19:03:56.8008640Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2026-07-24T19:03:56.8009430Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/max-pooling-2d.c.o 2026-07-24T19:03:56.8010520Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2026-07-24T19:03:56.8011290Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/pack-lh.c.o 2026-07-24T19:03:56.8012000Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/reshape-helpers.c.o 2026-07-24T19:03:56.8016720Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2026-07-24T19:03:56.8017680Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2026-07-24T19:03:56.8018470Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/rope.c.o 2026-07-24T19:03:56.8019040Z [ 47%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/no_cpu/compiled.cpp.o 2026-07-24T19:03:56.8019840Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2026-07-24T19:03:56.8020750Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/softmax.c.o 2026-07-24T19:03:56.8021390Z [ 46%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program_validation.cpp.o 2026-07-24T19:03:56.8022170Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2026-07-24T19:03:56.8023090Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2026-07-24T19:03:56.8024010Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-constant-pad.c.o 2026-07-24T19:03:56.8024820Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-neon-u32.c.o 2026-07-24T19:03:56.8025600Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-reduce.c.o 2026-07-24T19:03:56.8026400Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmax-2p2x-scalar-u2.c.o 2026-07-24T19:03:56.8027270Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-neon-u32.c.o 2026-07-24T19:03:56.8033360Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2026-07-24T19:03:56.8034450Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-slice.c.o 2026-07-24T19:03:56.8035400Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdminmax/gen/f32-rdmin-2p2x-scalar-u2.c.o 2026-07-24T19:03:56.8036310Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-u16.c.o 2026-07-24T19:03:56.8037140Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/static-transpose.c.o 2026-07-24T19:03:56.8037870Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/subgraph-utils.c.o 2026-07-24T19:03:56.8038660Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2026-07-24T19:03:56.8039500Z [ 46%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2026-07-24T19:03:56.8040130Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/unpooling-2d.c.o 2026-07-24T19:03:56.8040920Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum2/gen/f32-rdsum2-7p7x-minmax-neon.c.o 2026-07-24T19:03:56.8041690Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/unary.c.o 2026-07-24T19:03:56.8042290Z [ 47%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/primitives.cpp.o 2026-07-24T19:03:56.8042880Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/subgraph/validation.c.o 2026-07-24T19:03:56.8043670Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rdsum2/gen/f32-rdsum2-7p7x-minmax-scalar.c.o 2026-07-24T19:03:56.8044430Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-subgraph.dir/src/tensor.c.o 2026-07-24T19:03:56.8045170Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2026-07-24T19:03:56.8045740Z [ 48%] Built target xnnpack-subgraph 2026-07-24T19:03:56.8046170Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2026-07-24T19:03:56.8046970Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2026-07-24T19:03:56.8047840Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2026-07-24T19:03:56.8048690Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2026-07-24T19:03:56.8049540Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2026-07-24T19:03:56.8050270Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2026-07-24T19:03:56.8051000Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2026-07-24T19:03:56.8051850Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2026-07-24T19:03:56.8052690Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2026-07-24T19:03:56.8053510Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum2/gen/f32-rsum2-neon.c.o 2026-07-24T19:03:56.8054330Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-rsum2/gen/f32-rsum2-scalar-u1.c.o 2026-07-24T19:03:56.8055010Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2026-07-24T19:03:56.8055720Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2026-07-24T19:03:56.8056350Z [ 48%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/ops.cpp.o 2026-07-24T19:03:56.8057030Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2026-07-24T19:03:56.8057730Z [ 48%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/distributed.cpp.o 2026-07-24T19:03:56.8058480Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2026-07-24T19:03:56.8059400Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2026-07-24T19:03:56.8060090Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2026-07-24T19:03:56.8060770Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2026-07-24T19:03:56.8061430Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2026-07-24T19:03:56.8062100Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2026-07-24T19:03:56.8062790Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2026-07-24T19:03:56.8063310Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2026-07-24T19:03:56.8063990Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2026-07-24T19:03:56.8064670Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2026-07-24T19:03:56.8065490Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-neon-rational-12-10-div.c.o 2026-07-24T19:03:56.8066230Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2026-07-24T19:03:56.8066750Z [ 48%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2026-07-24T19:03:56.8067520Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vapproxgelu/gen/f32-vapproxgelu-scalar-rational-12-10-div.c.o 2026-07-24T19:03:56.8068430Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2026-07-24T19:03:56.8069250Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2026-07-24T19:03:56.8069890Z [ 50%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/mpi/no_mpi.cpp.o 2026-07-24T19:03:56.8070540Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2026-07-24T19:03:56.8071120Z [ 48%] Linking CXX static library libexecutorch_core.a 2026-07-24T19:03:56.8071520Z [ 51%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/ring/no_ring.cpp.o 2026-07-24T19:03:56.8072170Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2026-07-24T19:03:56.8073020Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2026-07-24T19:03:56.8073870Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2026-07-24T19:03:56.8074720Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2026-07-24T19:03:56.8075560Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2026-07-24T19:03:56.8076380Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2026-07-24T19:03:56.8077090Z [ 52%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/nccl/no_nccl.cpp.o 2026-07-24T19:03:56.8081530Z [ 52%] Building CXX object CMakeFiles/mlx.dir/mlx/distributed/jaccl/no_jaccl.cpp.o 2026-07-24T19:03:56.8081990Z [ 50%] Built target executorch_core 2026-07-24T19:03:56.8082380Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2026-07-24T19:03:56.8083060Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2026-07-24T19:03:56.8083890Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2026-07-24T19:03:56.8084720Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2026-07-24T19:03:56.8085540Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2026-07-24T19:03:56.8086370Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2026-07-24T19:03:56.8087190Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2026-07-24T19:03:56.8087840Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2026-07-24T19:03:56.8088570Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2026-07-24T19:03:56.8089290Z [ 50%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2026-07-24T19:03:56.8089790Z [ 52%] Building CXX object CMakeFiles/mlx.dir/mlx/io/load.cpp.o 2026-07-24T19:03:56.8090390Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2026-07-24T19:03:56.8091210Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2026-07-24T19:03:56.8092060Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2026-07-24T19:03:56.8092800Z [ 50%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2026-07-24T19:03:56.8093530Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2026-07-24T19:03:56.8094360Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2026-07-24T19:03:56.8094970Z [ 50%] Linking CXX static library libextension_data_loader.a 2026-07-24T19:03:56.8095580Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2026-07-24T19:03:56.8096310Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2026-07-24T19:03:56.8096810Z [ 50%] Built target extension_data_loader 2026-07-24T19:03:56.8097270Z [ 50%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2026-07-24T19:03:56.8098000Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2026-07-24T19:03:56.8098860Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2026-07-24T19:03:56.8099710Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2026-07-24T19:03:56.8100660Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2026-07-24T19:03:56.8101500Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2026-07-24T19:03:56.8102340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2026-07-24T19:03:56.8103180Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2026-07-24T19:03:56.8103760Z [ 50%] Linking CXX static library libexecutorch.a 2026-07-24T19:03:56.8104050Z [ 50%] Built target executorch 2026-07-24T19:03:56.8104600Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2026-07-24T19:03:56.8105340Z [ 50%] Building CXX object extension/named_data_map/CMakeFiles/extension_named_data_map.dir/merged_data_map.cpp.o 2026-07-24T19:03:56.8106070Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2026-07-24T19:03:56.8106820Z [ 51%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2026-07-24T19:03:56.8107810Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2026-07-24T19:03:56.8108440Z [ 51%] Linking CXX static library libextension_flat_tensor.a 2026-07-24T19:03:56.8109050Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2026-07-24T19:03:56.8109630Z [ 51%] Built target extension_flat_tensor 2026-07-24T19:03:56.8110050Z [ 51%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2026-07-24T19:03:56.8110760Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2026-07-24T19:03:56.8111600Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2026-07-24T19:03:56.8112250Z [ 53%] Building CXX object CMakeFiles/mlx.dir/mlx/io/no_safetensors.cpp.o 2026-07-24T19:03:56.8112900Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2026-07-24T19:03:56.8113750Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2026-07-24T19:03:56.8114600Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2026-07-24T19:03:56.8121010Z [ 51%] Linking CXX static library libextension_named_data_map.a 2026-07-24T19:03:56.8121730Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon.c.o 2026-07-24T19:03:56.8122310Z [ 51%] Built target extension_named_data_map 2026-07-24T19:03:56.8122880Z [ 51%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2026-07-24T19:03:56.8123640Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar.c.o 2026-07-24T19:03:56.8124470Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2026-07-24T19:03:56.8125290Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2026-07-24T19:03:56.8126420Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2026-07-24T19:03:56.8127270Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2026-07-24T19:03:56.8127890Z [ 53%] Building CXX object CMakeFiles/mlx.dir/mlx/io/no_gguf.cpp.o 2026-07-24T19:03:56.8128530Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2026-07-24T19:03:56.8129280Z [ 51%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2026-07-24T19:03:56.8130050Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2026-07-24T19:03:56.8130920Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2026-07-24T19:03:56.8131780Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2026-07-24T19:03:56.8132660Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-neon-rational-5-4-div.c.o 2026-07-24T19:03:56.8133720Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vcos/gen/f32-vcos-scalar-rational-5-4-div.c.o 2026-07-24T19:03:56.8135610Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2026-07-24T19:03:56.8136350Z [ 54%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/utils.cpp.o 2026-07-24T19:03:56.8137050Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2026-07-24T19:03:56.8137820Z [ 51%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/arange_util.cpp.o 2026-07-24T19:03:56.8138360Z [ 54%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/unary_ops.cpp.o 2026-07-24T19:03:56.8138840Z [ 55%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/binary_ops.cpp.o 2026-07-24T19:03:56.8139340Z [ 55%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/ternary_ops.cpp.o 2026-07-24T19:03:56.8140020Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2026-07-24T19:03:56.8140700Z [ 56%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/reduce_utils.cpp.o 2026-07-24T19:03:56.8141240Z [ 51%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2026-07-24T19:03:56.8145890Z [ 56%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/scatter.cpp.o 2026-07-24T19:03:56.8146370Z [ 57%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/masked_scatter.cpp.o 2026-07-24T19:03:56.8147070Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2026-07-24T19:03:56.8147750Z [ 57%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gather.cpp.o 2026-07-24T19:03:56.8148230Z [ 58%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gather_front.cpp.o 2026-07-24T19:03:56.8148830Z [ 59%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gather_axis.cpp.o 2026-07-24T19:03:56.8149520Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-neon-rational-3-2-div.c.o 2026-07-24T19:03:56.8150380Z [ 59%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/scatter_axis.cpp.o 2026-07-24T19:03:56.8150870Z [ 60%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/hadamard.cpp.o 2026-07-24T19:03:56.8151340Z [ 60%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit_kernels.cpp.o 2026-07-24T19:03:56.8152060Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-rational-3-2-div.c.o 2026-07-24T19:03:56.8152960Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2026-07-24T19:03:56.8153720Z [ 53%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2026-07-24T19:03:56.8154500Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2026-07-24T19:03:56.8155360Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon.c.o 2026-07-24T19:03:56.8156190Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar.c.o 2026-07-24T19:03:56.8157160Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2026-07-24T19:03:56.8157780Z [ 53%] Linking CXX static library libextension_tensor.a 2026-07-24T19:03:56.8158400Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2026-07-24T19:03:56.8158980Z [ 53%] Built target extension_tensor 2026-07-24T19:03:56.8159410Z [ 53%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2026-07-24T19:03:56.8160020Z [ 53%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2026-07-24T19:03:56.8160750Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2026-07-24T19:03:56.8161580Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2026-07-24T19:03:56.8162460Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2026-07-24T19:03:56.8163370Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2026-07-24T19:03:56.8164290Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2026-07-24T19:03:56.8165070Z [ 54%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2026-07-24T19:03:56.8165790Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2026-07-24T19:03:56.8166490Z [ 54%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2026-07-24T19:03:56.8167210Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2026-07-24T19:03:56.8168050Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2026-07-24T19:03:56.8168800Z [ 56%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2026-07-24T19:03:56.8169610Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2026-07-24T19:03:56.8170430Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2026-07-24T19:03:56.8171150Z [ 56%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2026-07-24T19:03:56.8171880Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2026-07-24T19:03:56.8172710Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2026-07-24T19:03:56.8173510Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2026-07-24T19:03:56.8174240Z [ 56%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2026-07-24T19:03:56.8175000Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2026-07-24T19:03:56.8175830Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2026-07-24T19:03:56.8176700Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2026-07-24T19:03:56.8177300Z [ 56%] Linking CXX static library libextension_threadpool.a 2026-07-24T19:03:56.8177900Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2026-07-24T19:03:56.8178480Z [ 56%] Built target extension_threadpool 2026-07-24T19:03:56.8178970Z [ 56%] Building CXX object kernels/optimized/CMakeFiles/grid_sampler_2d_fp16_hw_impl.dir/cpu/op_grid_sampler_2d_fp16_hw.cpp.o 2026-07-24T19:03:56.8179740Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt.c.o 2026-07-24T19:03:56.8180460Z [ 56%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2026-07-24T19:03:56.8181200Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2026-07-24T19:03:56.8182050Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-sqrt.c.o 2026-07-24T19:03:56.8182630Z [ 58%] Built target grid_sampler_2d_fp16_hw_impl 2026-07-24T19:03:56.8183100Z [ 58%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/kvstore/database.cpp.o 2026-07-24T19:03:56.8183900Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2026-07-24T19:03:56.8184890Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2026-07-24T19:03:56.8185870Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2026-07-24T19:03:56.8186780Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-neon-rational-5-4-div.c.o 2026-07-24T19:03:56.8187520Z [ 58%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2026-07-24T19:03:56.8188360Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsin/gen/f32-vsin-scalar-rational-5-4-div.c.o 2026-07-24T19:03:56.8189150Z [ 58%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/kvstore/json_key_value_store.cpp.o 2026-07-24T19:03:56.8189920Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt.c.o 2026-07-24T19:03:56.8190770Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt.c.o 2026-07-24T19:03:56.8191630Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2026-07-24T19:03:56.8192520Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2026-07-24T19:03:56.8193370Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2026-07-24T19:03:56.8194090Z [ 58%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/kvstore/sqlite_error.cpp.o 2026-07-24T19:03:56.8194730Z [ 58%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2026-07-24T19:03:56.8195540Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2026-07-24T19:03:56.8196360Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2026-07-24T19:03:56.8197190Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2026-07-24T19:03:56.8203570Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2026-07-24T19:03:56.8204460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2026-07-24T19:03:56.8205480Z [ 58%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/kvstore/key_value_store.cpp.o 2026-07-24T19:03:56.8206330Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-f16-f16-igemm/pf16-f16-f16-igemm-32x32c2-minmax-neonsme.c.o 2026-07-24T19:03:56.8207370Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-f16-f16-igemm/pf16-f16-f16-igemm-32x32c2-minmax-neonsme2.c.o 2026-07-24T19:03:56.8208360Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-gemm/pf16-gemm-1x32c2-minmax-neonsme.c.o 2026-07-24T19:03:56.8209260Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-gemm/pf16-gemm-1x32c2-minmax-neonsme2.c.o 2026-07-24T19:03:56.8210140Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-gemm/pf16-gemm-32x32c2-minmax-neonsme.c.o 2026-07-24T19:03:56.8210910Z [ 58%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2026-07-24T19:03:56.8211680Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf16-gemm/pf16-gemm-32x32c2-minmax-neonsme2.c.o 2026-07-24T19:03:56.8212550Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-gemm/pf32-gemm-1x32-minmax-neonsme.c.o 2026-07-24T19:03:56.8213410Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-gemm/pf32-gemm-1x32-minmax-neonsme2.c.o 2026-07-24T19:03:56.8214370Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme.c.o 2026-07-24T19:03:56.8215240Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2026-07-24T19:03:56.8216110Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-igemm/pf32-igemm-32x32-minmax-neonsme.c.o 2026-07-24T19:03:56.8216980Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pf32-igemm/pf32-igemm-32x32-minmax-neonsme2.c.o 2026-07-24T19:03:56.8217910Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pqs8-f32-qc8w-igemm/pqs8-f32-qc8w-igemm-32x32c4-minmax-neonsme.c.o 2026-07-24T19:03:56.8218860Z [ 59%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/kvstore/statement.cpp.o 2026-07-24T19:03:56.8219690Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pqs8-f32-qc8w-igemm/pqs8-f32-qc8w-igemm-32x32c4-minmax-neonsme2.c.o 2026-07-24T19:03:56.8220520Z [ 59%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2026-07-24T19:03:56.8224750Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pqs8-qc8w-gemm/pqs8-qc8w-gemm-1x32c4-minmax-neonsme2.c.o 2026-07-24T19:03:56.8225720Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pqs8-qc8w-gemm/pqs8-qc8w-gemm-32x32c4-minmax-neonsme.c.o 2026-07-24T19:03:56.8226650Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/pqs8-qc8w-gemm/pqs8-qc8w-gemm-32x32c4-minmax-neonsme2.c.o 2026-07-24T19:03:56.8227600Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qb4-packw/gen/qb4-packw-x16c4-gemm-goi-aarch64-neondot.c.o 2026-07-24T19:03:56.8228370Z [ 59%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/asset.mm.o 2026-07-24T19:03:56.8229150Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qb4-packw/gen/qb4-packw-x16c8-gemm-goi-aarch64-neondot.c.o 2026-07-24T19:03:56.8230150Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2026-07-24T19:03:56.8231010Z [ 59%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2026-07-24T19:03:56.8231850Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8232850Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8233850Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8234860Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8235660Z [ 59%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2026-07-24T19:03:56.8236300Z [ 59%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/backend_delegate.mm.o 2026-07-24T19:03:56.8237220Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2026-07-24T19:03:56.8238220Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc2w-gemm/gen/qd8-f16-qc2w-gemm-1x2-minmax-scalar.c.o 2026-07-24T19:03:56.8239230Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2026-07-24T19:03:56.8239990Z [ 61%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/arange.cpp.o 2026-07-24T19:03:56.8240450Z [ 61%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/copy.cpp.o 2026-07-24T19:03:56.8240900Z [ 62%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/unary.cpp.o 2026-07-24T19:03:56.8241360Z [ 62%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/binary.cpp.o 2026-07-24T19:03:56.8242100Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8242860Z [ 63%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/binary_two.cpp.o 2026-07-24T19:03:56.8243320Z [ 63%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/fft.cpp.o 2026-07-24T19:03:56.8243910Z [ 59%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2026-07-24T19:03:56.8244450Z [ 64%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/logsumexp.cpp.o 2026-07-24T19:03:56.8244930Z [ 64%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/ternary.cpp.o 2026-07-24T19:03:56.8245650Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8246370Z [ 65%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/softmax.cpp.o 2026-07-24T19:03:56.8246830Z [ 65%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/scan.cpp.o 2026-07-24T19:03:56.8247270Z [ 66%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/sort.cpp.o 2026-07-24T19:03:56.8247720Z [ 67%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/reduce.cpp.o 2026-07-24T19:03:56.8248470Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8249210Z [ 67%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gemm.cpp.o 2026-07-24T19:03:56.8249690Z [ 68%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_fused.cpp.o 2026-07-24T19:03:56.8250210Z [ 68%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_masked.cpp.o 2026-07-24T19:03:56.8250730Z [ 69%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_gather.cpp.o 2026-07-24T19:03:56.8251490Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8252230Z [ 69%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_splitk.cpp.o 2026-07-24T19:03:56.8252770Z [ 70%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_segmented.cpp.o 2026-07-24T19:03:56.8253260Z [ 70%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/conv.cpp.o 2026-07-24T19:03:56.8253720Z [ 71%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_conv.cpp.o 2026-07-24T19:03:56.8254230Z [ 71%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_conv_3d.cpp.o 2026-07-24T19:03:56.8255070Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2026-07-24T19:03:56.8255860Z [ 72%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_conv_general.cpp.o 2026-07-24T19:03:56.8256480Z [ 59%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/coreml_backend_delegate.mm.o 2026-07-24T19:03:56.8257080Z [ 72%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/quantized_utils.cpp.o 2026-07-24T19:03:56.8257570Z [ 73%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/quantized.cpp.o 2026-07-24T19:03:56.8258060Z [ 74%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/fp_quantized.cpp.o 2026-07-24T19:03:56.8258630Z [ 59%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2026-07-24T19:03:56.8259170Z [ 74%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gemv.cpp.o 2026-07-24T19:03:56.8259630Z [ 75%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gemv_masked.cpp.o 2026-07-24T19:03:56.8260390Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8261150Z [ 75%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_attention.cpp.o 2026-07-24T19:03:56.8261640Z [ 76%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/gemm_nax.cpp.o 2026-07-24T19:03:56.8262190Z [ 76%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_fused_nax.cpp.o 2026-07-24T19:03:56.8262730Z [ 77%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_gather_nax.cpp.o 2026-07-24T19:03:56.8263490Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8264250Z [ 77%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_splitk_nax.cpp.o 2026-07-24T19:03:56.8264800Z [ 78%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_gemm_segmented_nax.cpp.o 2026-07-24T19:03:56.8265320Z [ 78%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/quantized_nax.cpp.o 2026-07-24T19:03:56.8265830Z [ 79%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/fp_quantized_nax.cpp.o 2026-07-24T19:03:56.8266610Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.8267380Z [ 79%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/jit/steel_attention_nax.cpp.o 2026-07-24T19:03:56.8267870Z [ 80%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/allocator.cpp.o 2026-07-24T19:03:56.8268620Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8269430Z [ 61%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2026-07-24T19:03:56.8270230Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2026-07-24T19:03:56.8271290Z [ 61%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:03:56.8272430Z [ 61%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2026-07-24T19:03:56.8273620Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8274630Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8275620Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8276460Z [ 61%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2026-07-24T19:03:56.8279880Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8280780Z [ 61%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLAsset.mm.o 2026-07-24T19:03:56.8281600Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8282640Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2026-07-24T19:03:56.8283770Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8284520Z [ 80%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/binary.cpp.o 2026-07-24T19:03:56.8284930Z [ 61%] Linking CXX static library libkernels_util_all_deps.a 2026-07-24T19:03:56.8285260Z [ 61%] Built target kernels_util_all_deps 2026-07-24T19:03:56.8285940Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2026-07-24T19:03:56.8286610Z [ 61%] Generating etdump headers 2026-07-24T19:03:56.8286980Z [ 61%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2026-07-24T19:03:56.8287800Z [ 61%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2026-07-24T19:03:56.8288940Z [ 61%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:03:56.8290020Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8291040Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8291890Z [ 61%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLAssetManager.mm.o 2026-07-24T19:03:56.8292760Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2026-07-24T19:03:56.8293780Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8294770Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8295550Z [ 61%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2026-07-24T19:03:56.8296310Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8297270Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.8298230Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8299200Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8299970Z [ 61%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2026-07-24T19:03:56.8300740Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.8301710Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8302690Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc2w-gemm/gen/qd8-f32-qc2w-gemm-1x2-minmax-scalar.c.o 2026-07-24T19:03:56.8303460Z [ 81%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/device_info.cpp.o 2026-07-24T19:03:56.8303980Z [ 62%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2026-07-24T19:03:56.8304740Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc2w-gemm/gen/qd8-f32-qc2w-gemm-1x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8305600Z [ 64%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLDefaultModelExecutor.mm.o 2026-07-24T19:03:56.8306460Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc2w-gemm/gen/qd8-f32-qc2w-gemm-2x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8307420Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc2w-gemm/gen/qd8-f32-qc2w-gemm-8x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8308060Z [ 64%] Linking CXX static library libetdump.a 2026-07-24T19:03:56.8308720Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8309360Z [ 64%] Built target etdump 2026-07-24T19:03:56.8309630Z [ 64%] Generating bundled_program headers 2026-07-24T19:03:56.8310130Z [ 64%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2026-07-24T19:03:56.8310980Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8311950Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8312910Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.8313730Z [ 64%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLModelCache.mm.o 2026-07-24T19:03:56.8314570Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8315350Z [ 82%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/compiled.cpp.o 2026-07-24T19:03:56.8316060Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8317040Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.8317860Z [ 64%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLModelLoader.mm.o 2026-07-24T19:03:56.8318390Z [ 64%] Linking CXX static library libbundled_program.a 2026-07-24T19:03:56.8318700Z [ 64%] Built target bundled_program 2026-07-24T19:03:56.8319330Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8321310Z [ 64%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2026-07-24T19:03:56.8322190Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2026-07-24T19:03:56.8323230Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8324530Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8325550Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2026-07-24T19:03:56.8326510Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.8327490Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2026-07-24T19:03:56.8330250Z [ 64%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLModelCompiler.mm.o 2026-07-24T19:03:56.8332560Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8334920Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2026-07-24T19:03:56.8338150Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2026-07-24T19:03:56.8340180Z [ 64%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLLogging.mm.o 2026-07-24T19:03:56.8342230Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2026-07-24T19:03:56.8344800Z [ 64%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:03:56.8347140Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8349990Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8351890Z [ 66%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLModel.mm.o 2026-07-24T19:03:56.8353060Z [ 66%] Linking CXX static library libextension_module_static.a 2026-07-24T19:03:56.8354550Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.8355990Z [ 66%] Built target extension_module_static 2026-07-24T19:03:56.8357190Z [ 66%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2026-07-24T19:03:56.8359070Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8361440Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2026-07-24T19:03:56.8371810Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8385460Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8388180Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2026-07-24T19:03:56.8390490Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2026-07-24T19:03:56.8392830Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8395090Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2026-07-24T19:03:56.8397010Z [ 66%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLModelManager.mm.o 2026-07-24T19:03:56.8398910Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8401120Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2026-07-24T19:03:56.8403420Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2026-07-24T19:03:56.8405200Z [ 82%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/conv.cpp.o 2026-07-24T19:03:56.8406940Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2026-07-24T19:03:56.8409460Z [ 66%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:03:56.8411810Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2026-07-24T19:03:56.8414050Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2026-07-24T19:03:56.8416900Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2026-07-24T19:03:56.8419140Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c.o 2026-07-24T19:03:56.8421380Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2026-07-24T19:03:56.8423640Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2026-07-24T19:03:56.8425910Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2026-07-24T19:03:56.8428240Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c8s2-aarch64-neondot.c.o 2026-07-24T19:03:56.8430460Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-4x4c8s2-aarch64-neondot.c.o 2026-07-24T19:03:56.8431920Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-16x4c8s2-mstep4-aarch64-neondot.c.o 2026-07-24T19:03:56.8433010Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-16x64c4-neonsme2.c.o 2026-07-24T19:03:56.8434020Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x4c8s2-aarch64-neondot.c.o 2026-07-24T19:03:56.8435040Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x64c4-neonsme2.c.o 2026-07-24T19:03:56.8435870Z [ 67%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/ETCoreMLStrings.mm.o 2026-07-24T19:03:56.8436730Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2026-07-24T19:03:56.8437760Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2026-07-24T19:03:56.8438790Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-16x4c4-mstep4-aarch64-neondot.c.o 2026-07-24T19:03:56.8439860Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-16x4c8-mstep4-neoni8mm.c.o 2026-07-24T19:03:56.8440860Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-16x64c4-neonsme.c.o 2026-07-24T19:03:56.8441840Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-16x64c4-neonsme2.c.o 2026-07-24T19:03:56.8443250Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-1x4c4-aarch64-neondot.c.o 2026-07-24T19:03:56.8448730Z [ 67%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/MLModel_Prewarm.mm.o 2026-07-24T19:03:56.8449830Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-1x4c8-aarch64-neondot.c.o 2026-07-24T19:03:56.8450810Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-1x64c4-neonsme.c.o 2026-07-24T19:03:56.8451800Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qp8-f32-qc8w-gemm/qp8-f32-qc8w-gemm-minmax-1x64c4-neonsme2.c.o 2026-07-24T19:03:56.8452790Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2026-07-24T19:03:56.8453780Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6220400Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6235260Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2026-07-24T19:06:06.6258280Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2026-07-24T19:06:06.6259340Z [ 67%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/MLMultiArray_Copy.mm.o 2026-07-24T19:06:06.6260090Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6261030Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6261870Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2026-07-24T19:06:06.6262390Z [ 67%] Linking CXX static library libutil.a 2026-07-24T19:06:06.6262580Z [ 67%] Built target util 2026-07-24T19:06:06.6262820Z [ 83%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/copy.cpp.o 2026-07-24T19:06:06.6263290Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__adaptive_avg_pool2d.cpp.o 2026-07-24T19:06:06.6263970Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2026-07-24T19:06:06.6264740Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2026-07-24T19:06:06.6265530Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2026-07-24T19:06:06.6266210Z [ 67%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/multiarray.mm.o 2026-07-24T19:06:06.6266770Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__clone_dim_order.cpp.o 2026-07-24T19:06:06.6267460Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x4c8-gemm-gio-scalar.c.o 2026-07-24T19:06:06.6268260Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x4c8-gemm-goi-scalar.c.o 2026-07-24T19:06:06.6269050Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-gio-scalar.c.o 2026-07-24T19:06:06.6274650Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6275670Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6276400Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__conj_physical.cpp.o 2026-07-24T19:06:06.6277120Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-1x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6278000Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6278910Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6279810Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc2w-gemm/gen/qs8-qc2w-gemm-8x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6280720Z [ 83%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/custom_kernel.cpp.o 2026-07-24T19:06:06.6281560Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x16-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:06:06.6282350Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__device_copy.cpp.o 2026-07-24T19:06:06.6283070Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6290230Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6291180Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc4w-gemm/gen/qs8-qc4w-gemm-5x16-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:06:06.6292160Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2026-07-24T19:06:06.6293110Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6293860Z [ 69%] Building CXX object backends/apple/coreml/CMakeFiles/coremldelegate.dir/runtime/delegate/serde_json.mm.o 2026-07-24T19:06:06.6294620Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6295370Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2026-07-24T19:06:06.6296130Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2026-07-24T19:06:06.6297080Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2026-07-24T19:06:06.6298050Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2026-07-24T19:06:06.6299190Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2026-07-24T19:06:06.6299970Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2026-07-24T19:06:06.6300730Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2026-07-24T19:06:06.6301670Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6302580Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6303510Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2026-07-24T19:06:06.6304110Z [ 69%] Linking CXX static library libcoremldelegate.a 2026-07-24T19:06:06.6304340Z [ 69%] Built target coremldelegate 2026-07-24T19:06:06.6304910Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2026-07-24T19:06:06.6305700Z [ 69%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2026-07-24T19:06:06.6306390Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6307310Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6307960Z [ 84%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/distributed.cpp.o 2026-07-24T19:06:06.6308610Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2026-07-24T19:06:06.6309510Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6310390Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2026-07-24T19:06:06.6311270Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6311930Z [ 70%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2026-07-24T19:06:06.6312580Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2026-07-24T19:06:06.6313480Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2026-07-24T19:06:06.6314380Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6315410Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6316450Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2026-07-24T19:06:06.6317340Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2026-07-24T19:06:06.6318060Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2026-07-24T19:06:06.6318990Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2026-07-24T19:06:06.6319890Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2026-07-24T19:06:06.6320870Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6321620Z [ 84%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/device.cpp.o 2026-07-24T19:06:06.6322300Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2026-07-24T19:06:06.6323610Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2026-07-24T19:06:06.6324530Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6325530Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6326600Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2026-07-24T19:06:06.6327220Z [ 70%] Linking CXX static library libcpublas.a 2026-07-24T19:06:06.6327840Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2026-07-24T19:06:06.6328610Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2026-07-24T19:06:06.6328970Z [ 70%] Built target cpublas 2026-07-24T19:06:06.6329210Z [ 85%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/event.cpp.o 2026-07-24T19:06:06.6329880Z [ 70%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:06:06.6330820Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6331690Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2026-07-24T19:06:06.6332570Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6333460Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2026-07-24T19:06:06.6334180Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2026-07-24T19:06:06.6334970Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6335850Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2026-07-24T19:06:06.6336760Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6337660Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2026-07-24T19:06:06.6338480Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2026-07-24T19:06:06.6339190Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2026-07-24T19:06:06.6339820Z [ 85%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/eval.cpp.o 2026-07-24T19:06:06.6340420Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6341470Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6342530Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2026-07-24T19:06:06.6343530Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2026-07-24T19:06:06.6344470Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2026-07-24T19:06:06.6345390Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2026-07-24T19:06:06.6346400Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6347450Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2026-07-24T19:06:06.6348450Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2026-07-24T19:06:06.6349390Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6350400Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6351480Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2026-07-24T19:06:06.6352530Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2026-07-24T19:06:06.6356890Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2026-07-24T19:06:06.6357860Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6358770Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2026-07-24T19:06:06.6359660Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2026-07-24T19:06:06.6360570Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2026-07-24T19:06:06.6361220Z [ 72%] Building CXX object CMakeFiles/bundled_module.dir/extension/module/bundled_module.cpp.o 2026-07-24T19:06:06.6361860Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-u32.c.o 2026-07-24T19:06:06.6362530Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2026-07-24T19:06:06.6363300Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2026-07-24T19:06:06.6364110Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2026-07-24T19:06:06.6364860Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2026-07-24T19:06:06.6365610Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2026-07-24T19:06:06.6366380Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2026-07-24T19:06:06.6367170Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2026-07-24T19:06:06.6367690Z [ 74%] Linking CXX static library libbundled_module.a 2026-07-24T19:06:06.6367910Z [ 74%] Built target bundled_module 2026-07-24T19:06:06.6368170Z [ 86%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/fence.cpp.o 2026-07-24T19:06:06.6368730Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6369500Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2026-07-24T19:06:06.6370280Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2026-07-24T19:06:06.6370940Z [ 74%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2026-07-24T19:06:06.6371580Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2026-07-24T19:06:06.6372370Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6373150Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2026-07-24T19:06:06.6374300Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2026-07-24T19:06:06.6375020Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2026-07-24T19:06:06.6375750Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2026-07-24T19:06:06.6376520Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2026-07-24T19:06:06.6377320Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2026-07-24T19:06:06.6378150Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2026-07-24T19:06:06.6378790Z [ 74%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2026-07-24T19:06:06.6379420Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2026-07-24T19:06:06.6380240Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2026-07-24T19:06:06.6381090Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vprelu/gen/qs8-vprelu-scalar-u8.c.o 2026-07-24T19:06:06.6381860Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vpreluc/gen/qs8-vpreluc-scalar-u8.c.o 2026-07-24T19:06:06.6382510Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2026-07-24T19:06:06.6382970Z [ 86%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/fft.cpp.o 2026-07-24T19:06:06.6383530Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qs8-vrpreluc/gen/qs8-vrpreluc-scalar-u8.c.o 2026-07-24T19:06:06.6384640Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6385760Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6386630Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2026-07-24T19:06:06.6387480Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2026-07-24T19:06:06.6388170Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2026-07-24T19:06:06.6388870Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2026-07-24T19:06:06.6389740Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6390550Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2026-07-24T19:06:06.6391310Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2026-07-24T19:06:06.6392240Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6393110Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2026-07-24T19:06:06.6393800Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2026-07-24T19:06:06.6394480Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6395320Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6396170Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6397020Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6397970Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6399110Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2026-07-24T19:06:06.6400140Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2026-07-24T19:06:06.6401090Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6402040Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6403000Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6403870Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2026-07-24T19:06:06.6404750Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6405620Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6406310Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2026-07-24T19:06:06.6407000Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2026-07-24T19:06:06.6407860Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6408820Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6409890Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2026-07-24T19:06:06.6411030Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2026-07-24T19:06:06.6411980Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2026-07-24T19:06:06.6412960Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2026-07-24T19:06:06.6413880Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2026-07-24T19:06:06.6414700Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2026-07-24T19:06:06.6415450Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2026-07-24T19:06:06.6416180Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2026-07-24T19:06:06.6416780Z [ 77%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2026-07-24T19:06:06.6420400Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2026-07-24T19:06:06.6421160Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2026-07-24T19:06:06.6421800Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2026-07-24T19:06:06.6422460Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2026-07-24T19:06:06.6423250Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6424010Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2026-07-24T19:06:06.6424790Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2026-07-24T19:06:06.6425600Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2026-07-24T19:06:06.6426390Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6427170Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2026-07-24T19:06:06.6427920Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2026-07-24T19:06:06.6428650Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2026-07-24T19:06:06.6429400Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2026-07-24T19:06:06.6430000Z [ 77%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2026-07-24T19:06:06.6430690Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2026-07-24T19:06:06.6431580Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2026-07-24T19:06:06.6432380Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2026-07-24T19:06:06.6433200Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2026-07-24T19:06:06.6434030Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2026-07-24T19:06:06.6434820Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vprelu/gen/qu8-vprelu-scalar-u8.c.o 2026-07-24T19:06:06.6435630Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vpreluc/gen/qu8-vpreluc-scalar-u8.c.o 2026-07-24T19:06:06.6436420Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/qu8-vrpreluc/gen/qu8-vrpreluc-scalar-u8.c.o 2026-07-24T19:06:06.6437200Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-u16.c.o 2026-07-24T19:06:06.6438040Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-u8.c.o 2026-07-24T19:06:06.6438830Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-u1.c.o 2026-07-24T19:06:06.6439650Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-maxpool/gen/s8-maxpool-9p-minmax-neon-u16.c.o 2026-07-24T19:06:06.6440480Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-maxpool/gen/s8-maxpool-9p-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6441270Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmax-2p2x-neon-u32.c.o 2026-07-24T19:06:06.6442070Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmax-2p2x-scalar-u2.c.o 2026-07-24T19:06:06.6442850Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmin-2p2x-neon-u32.c.o 2026-07-24T19:06:06.6443620Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rdminmax/gen/s8-rdmin-2p2x-scalar-u2.c.o 2026-07-24T19:06:06.6444400Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmax-neon-u32-acc2.c.o 2026-07-24T19:06:06.6445040Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2026-07-24T19:06:06.6445690Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmax-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6446470Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmin-neon-u32-acc2.c.o 2026-07-24T19:06:06.6447260Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rmin-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6448030Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rminmax-neon-u32-acc2.c.o 2026-07-24T19:06:06.6448880Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-rminmax/gen/s8-rminmax-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6449650Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2026-07-24T19:06:06.6450280Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2026-07-24T19:06:06.6450910Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2026-07-24T19:06:06.6451670Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-u16.c.o 2026-07-24T19:06:06.6452440Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-u8.c.o 2026-07-24T19:06:06.6453220Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-u1.c.o 2026-07-24T19:06:06.6453970Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2026-07-24T19:06:06.6454530Z [ 87%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/hadamard.cpp.o 2026-07-24T19:06:06.6455170Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-maxpool/gen/u8-maxpool-9p-minmax-neon-u16.c.o 2026-07-24T19:06:06.6456010Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-maxpool/gen/u8-maxpool-9p-minmax-scalar-u1.c.o 2026-07-24T19:06:06.6456810Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmax-2p2x-neon-u32.c.o 2026-07-24T19:06:06.6457590Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmax-2p2x-scalar-u2.c.o 2026-07-24T19:06:06.6458370Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmin-2p2x-neon-u32.c.o 2026-07-24T19:06:06.6459150Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rdminmax/gen/u8-rdmin-2p2x-scalar-u2.c.o 2026-07-24T19:06:06.6459990Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmax-neon-u32-acc2.c.o 2026-07-24T19:06:06.6460660Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2026-07-24T19:06:06.6461160Z [ 82%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2026-07-24T19:06:06.6461780Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmax-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6462550Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmin-neon-u32-acc2.c.o 2026-07-24T19:06:06.6463320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rmin-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6464100Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rminmax-neon-u32-acc2.c.o 2026-07-24T19:06:06.6464890Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-rminmax/gen/u8-rminmax-scalar-u2-acc2.c.o 2026-07-24T19:06:06.6465660Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2026-07-24T19:06:06.6466500Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2026-07-24T19:06:06.6467410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-pack-lh/x16-packlh-igemm-neonsme.c.o 2026-07-24T19:06:06.6468040Z [ 82%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2026-07-24T19:06:06.6468670Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-pack-lh/x16-packlh-igemm-neonsme2.c.o 2026-07-24T19:06:06.6469430Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-pack-lh/x16-packlh-neonsme.c.o 2026-07-24T19:06:06.6470180Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-pack-lh/x16-packlh-neonsme2.c.o 2026-07-24T19:06:06.6470850Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2026-07-24T19:06:06.6471580Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2026-07-24T19:06:06.6472460Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2026-07-24T19:06:06.6473410Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2026-07-24T19:06:06.6474320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2026-07-24T19:06:06.6475090Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2026-07-24T19:06:06.6475770Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-x32-packw/gen/x16-x32-packw-x32c2-gemm-gio-scalar.c.o 2026-07-24T19:06:06.6476440Z [ 82%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2026-07-24T19:06:06.6477110Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x16-x32-packw/gen/x16-x32-packw-x32c2-gemm-goi-scalar.c.o 2026-07-24T19:06:06.6480500Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2026-07-24T19:06:06.6480940Z [ 87%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/indexing.cpp.o 2026-07-24T19:06:06.6481520Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2026-07-24T19:06:06.6482180Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2026-07-24T19:06:06.6482840Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2026-07-24T19:06:06.6483690Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2026-07-24T19:06:06.6484510Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-pack-lh/x32-packlh-igemm-neonsme.c.o 2026-07-24T19:06:06.6485280Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-pack-lh/x32-packlh-igemm-neonsme2.c.o 2026-07-24T19:06:06.6486020Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme.c.o 2026-07-24T19:06:06.6486750Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2026-07-24T19:06:06.6487370Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2026-07-24T19:06:06.6488110Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-gio-neon-u2.c.o 2026-07-24T19:06:06.6488940Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2026-07-24T19:06:06.6489780Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-gio-scalar.c.o 2026-07-24T19:06:06.6490630Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2026-07-24T19:06:06.6491480Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2026-07-24T19:06:06.6492350Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-scalar-int-u2.c.o 2026-07-24T19:06:06.6493030Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2026-07-24T19:06:06.6493690Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2026-07-24T19:06:06.6494380Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c.o 2026-07-24T19:06:06.6495200Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2026-07-24T19:06:06.6496090Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x64-gemm-goi-scalar-int-u2.c.o 2026-07-24T19:06:06.6496960Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2026-07-24T19:06:06.6497580Z [ 88%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/logsumexp.cpp.o 2026-07-24T19:06:06.6498210Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2026-07-24T19:06:06.6498940Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2026-07-24T19:06:06.6499620Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2026-07-24T19:06:06.6500480Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2026-07-24T19:06:06.6501350Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2026-07-24T19:06:06.6502140Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2026-07-24T19:06:06.6502850Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2026-07-24T19:06:06.6503650Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2026-07-24T19:06:06.6504630Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2026-07-24T19:06:06.6505490Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2026-07-24T19:06:06.6506320Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2026-07-24T19:06:06.6507160Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2026-07-24T19:06:06.6507890Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-pack-lh/x8-packlh-igemm-neonsme.c.o 2026-07-24T19:06:06.6508640Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-pack-lh/x8-packlh-igemm-neonsme2.c.o 2026-07-24T19:06:06.6509390Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-pack-lh/x8-packlh-neonsme.c.o 2026-07-24T19:06:06.6510110Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-pack-lh/x8-packlh-neonsme2.c.o 2026-07-24T19:06:06.6510870Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2026-07-24T19:06:06.6511630Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_left_shift.cpp.o 2026-07-24T19:06:06.6512310Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2026-07-24T19:06:06.6512890Z [ 88%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/matmul.cpp.o 2026-07-24T19:06:06.6513490Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2026-07-24T19:06:06.6514340Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2026-07-24T19:06:06.6515160Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2026-07-24T19:06:06.6515980Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2026-07-24T19:06:06.6516700Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2026-07-24T19:06:06.6517430Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2026-07-24T19:06:06.6518120Z [ 85%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2026-07-24T19:06:06.6518790Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2026-07-24T19:06:06.6519570Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2026-07-24T19:06:06.6520290Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2026-07-24T19:06:06.6521020Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2026-07-24T19:06:06.6521740Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2026-07-24T19:06:06.6522560Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2026-07-24T19:06:06.6523330Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2026-07-24T19:06:06.6524010Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2026-07-24T19:06:06.6524620Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2026-07-24T19:06:06.6525310Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2026-07-24T19:06:06.6526010Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2026-07-24T19:06:06.6526720Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2026-07-24T19:06:06.6527990Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2026-07-24T19:06:06.6529020Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2026-07-24T19:06:06.6530010Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2026-07-24T19:06:06.6530770Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2026-07-24T19:06:06.6531470Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/xnnpack-microkernels-prod.dir/src/tables/vlog.c.o 2026-07-24T19:06:06.6531960Z [ 85%] Linking C static library libxnnpack-microkernels-prod.a 2026-07-24T19:06:06.6532240Z [ 85%] Built target xnnpack-microkernels-prod 2026-07-24T19:06:06.6532620Z [ 89%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/scaled_dot_product_attention.cpp.o 2026-07-24T19:06:06.6533180Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_right_shift.cpp.o 2026-07-24T19:06:06.6533660Z [ 90%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/metal.cpp.o 2026-07-24T19:06:06.6533950Z [ 85%] Generating build_identifier.c 2026-07-24T19:06:06.6534360Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2026-07-24T19:06:06.6534860Z [ 90%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/primitives.cpp.o 2026-07-24T19:06:06.6539250Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2026-07-24T19:06:06.6539830Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2026-07-24T19:06:06.6540430Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2026-07-24T19:06:06.6541030Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2026-07-24T19:06:06.6541600Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2026-07-24T19:06:06.6542220Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2026-07-24T19:06:06.6542810Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2026-07-24T19:06:06.6543390Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2026-07-24T19:06:06.6544610Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2026-07-24T19:06:06.6545230Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2026-07-24T19:06:06.6545810Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2026-07-24T19:06:06.6546410Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2026-07-24T19:06:06.6547020Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2026-07-24T19:06:06.6547650Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2026-07-24T19:06:06.6548290Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2026-07-24T19:06:06.6548860Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2026-07-24T19:06:06.6549450Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2026-07-24T19:06:06.6550080Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2026-07-24T19:06:06.6550690Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2026-07-24T19:06:06.6551380Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2026-07-24T19:06:06.6551940Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2026-07-24T19:06:06.6552520Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2026-07-24T19:06:06.6553100Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2026-07-24T19:06:06.6553670Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2026-07-24T19:06:06.6554130Z [ 91%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/quantized.cpp.o 2026-07-24T19:06:06.6554560Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2026-07-24T19:06:06.6555030Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2026-07-24T19:06:06.6555560Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2026-07-24T19:06:06.6555930Z [ 87%] Linking CXX static library libXNNPACK.a 2026-07-24T19:06:06.6556140Z [ 87%] Built target XNNPACK 2026-07-24T19:06:06.6556460Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2026-07-24T19:06:06.6556960Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2026-07-24T19:06:06.6557480Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2026-07-24T19:06:06.6558000Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2026-07-24T19:06:06.6558470Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2026-07-24T19:06:06.6558940Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2026-07-24T19:06:06.6559450Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2026-07-24T19:06:06.6559950Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2026-07-24T19:06:06.6560570Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_grid_sampler_2d.cpp.o 2026-07-24T19:06:06.6561100Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2026-07-24T19:06:06.6561560Z [ 91%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/normalization.cpp.o 2026-07-24T19:06:06.6562030Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2026-07-24T19:06:06.6562540Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2026-07-24T19:06:06.6563070Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCacheManager.cpp.o 2026-07-24T19:06:06.6563540Z [ 92%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/rope.cpp.o 2026-07-24T19:06:06.6563970Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2026-07-24T19:06:06.6564520Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWorkspaceManager.cpp.o 2026-07-24T19:06:06.6565100Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2026-07-24T19:06:06.6565670Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XnnpackBackendOptions.cpp.o 2026-07-24T19:06:06.6566190Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2026-07-24T19:06:06.6566820Z [ 87%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2026-07-24T19:06:06.6567290Z [ 92%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/scan.cpp.o 2026-07-24T19:06:06.6567730Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2026-07-24T19:06:06.6568500Z [ 87%] Linking CXX static library libxnnpack_backend.a 2026-07-24T19:06:06.6568770Z [ 87%] Built target xnnpack_backend 2026-07-24T19:06:06.6569120Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2026-07-24T19:06:06.6569550Z [ 93%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/slicing.cpp.o 2026-07-24T19:06:06.6569920Z [ 93%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/softmax.cpp.o 2026-07-24T19:06:06.6570320Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2026-07-24T19:06:06.6570860Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2026-07-24T19:06:06.6571450Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2026-07-24T19:06:06.6571930Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2026-07-24T19:06:06.6572380Z [ 94%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/sort.cpp.o 2026-07-24T19:06:06.6572720Z [ 94%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/reduce.cpp.o 2026-07-24T19:06:06.6573150Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2026-07-24T19:06:06.6573580Z [ 95%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/ternary.cpp.o 2026-07-24T19:06:06.6574010Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2026-07-24T19:06:06.6574540Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2026-07-24T19:06:06.6575070Z [ 88%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2026-07-24T19:06:06.6575520Z [ 95%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/unary.cpp.o 2026-07-24T19:06:06.6575970Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2026-07-24T19:06:06.6576610Z [ 96%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/resident.cpp.o 2026-07-24T19:06:06.6577080Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2026-07-24T19:06:06.6577590Z [ 88%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2026-07-24T19:06:06.6577990Z [ 97%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/metal/utils.cpp.o 2026-07-24T19:06:06.6578420Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2026-07-24T19:06:06.6582390Z [ 97%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/cuda/no_cuda.cpp.o 2026-07-24T19:06:06.6582760Z [ 98%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/gpu/copy.cpp.o 2026-07-24T19:06:06.6583170Z [ 88%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sum.cpp.o 2026-07-24T19:06:06.6583660Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2026-07-24T19:06:06.6584090Z [ 98%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/gpu/primitives.cpp.o 2026-07-24T19:06:06.6584520Z [ 88%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2026-07-24T19:06:06.6585030Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2026-07-24T19:06:06.6585910Z [100%] Building CXX object CMakeFiles/mlx.dir/mlx/backend/gpu/slicing.cpp.o 2026-07-24T19:06:06.6586470Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2026-07-24T19:06:06.6586980Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2026-07-24T19:06:06.6587360Z [ 88%] Linking CXX static library liboptimized_kernels.a 2026-07-24T19:06:06.6587750Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2026-07-24T19:06:06.6588110Z [ 88%] Built target optimized_kernels 2026-07-24T19:06:06.6588450Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2026-07-24T19:06:06.6588810Z [100%] Linking CXX static library libmlx.a 2026-07-24T19:06:06.6589010Z [100%] Built target mlx 2026-07-24T19:06:06.6589170Z [ 88%] No install step for 'mlx_external' 2026-07-24T19:06:06.6589370Z [ 88%] Completed 'mlx_external' 2026-07-24T19:06:06.6589550Z [ 88%] Built target mlx_external 2026-07-24T19:06:06.6589850Z [ 88%] Building CXX object backends/mlx/CMakeFiles/mlxdelegate.dir/runtime/MLXLoader.cpp.o 2026-07-24T19:06:06.6590350Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2026-07-24T19:06:06.6590880Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2026-07-24T19:06:06.6591390Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2026-07-24T19:06:06.6591890Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2026-07-24T19:06:06.6592390Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2026-07-24T19:06:06.6592920Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2026-07-24T19:06:06.6593440Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2026-07-24T19:06:06.6593950Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2026-07-24T19:06:06.6594420Z [ 88%] Building CXX object backends/mlx/CMakeFiles/mlxdelegate.dir/runtime/MLXBackend.cpp.o 2026-07-24T19:06:06.6594900Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2026-07-24T19:06:06.6595500Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2026-07-24T19:06:06.6596020Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2026-07-24T19:06:06.6596530Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2026-07-24T19:06:06.6597040Z [ 88%] Building CXX object backends/mlx/CMakeFiles/mlxdelegate.dir/runtime/mlx_mutable_state.cpp.o 2026-07-24T19:06:06.6597550Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2026-07-24T19:06:06.6598080Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_grid_sampler_2d.cpp.o 2026-07-24T19:06:06.6598610Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2026-07-24T19:06:06.6599120Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2026-07-24T19:06:06.6599640Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2026-07-24T19:06:06.6600160Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2026-07-24T19:06:06.6600700Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2026-07-24T19:06:06.6601300Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2026-07-24T19:06:06.6601710Z [ 90%] Linking CXX static library libmlxdelegate.a 2026-07-24T19:06:06.6602100Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2026-07-24T19:06:06.6602570Z [ 90%] Built target mlxdelegate 2026-07-24T19:06:06.6602920Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2026-07-24T19:06:06.6603440Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2026-07-24T19:06:06.6604000Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2026-07-24T19:06:06.6604560Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2026-07-24T19:06:06.6605080Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2026-07-24T19:06:06.6605610Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2026-07-24T19:06:06.6606150Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2026-07-24T19:06:06.6606700Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2026-07-24T19:06:06.6607260Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2026-07-24T19:06:06.6607810Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2026-07-24T19:06:06.6608440Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2026-07-24T19:06:06.6608970Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2026-07-24T19:06:06.6609500Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2026-07-24T19:06:06.6610010Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2026-07-24T19:06:06.6610520Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2026-07-24T19:06:06.6611070Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2026-07-24T19:06:06.6611750Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2026-07-24T19:06:06.6612270Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2026-07-24T19:06:06.6612830Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2026-07-24T19:06:06.6613480Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2026-07-24T19:06:06.6614070Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2026-07-24T19:06:06.6614590Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2026-07-24T19:06:06.6615090Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2026-07-24T19:06:06.6615600Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2026-07-24T19:06:06.6616120Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2026-07-24T19:06:06.6616610Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2026-07-24T19:06:06.6617150Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2026-07-24T19:06:06.6617960Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2026-07-24T19:06:06.6618550Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2026-07-24T19:06:06.6619140Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2026-07-24T19:06:06.6619910Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2026-07-24T19:06:06.6621430Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2026-07-24T19:06:06.6625340Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2026-07-24T19:06:06.6625870Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2026-07-24T19:06:06.6626390Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2026-07-24T19:06:06.6626920Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2026-07-24T19:06:06.6627470Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2026-07-24T19:06:06.6628020Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2026-07-24T19:06:06.6628580Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2026-07-24T19:06:06.6629110Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2026-07-24T19:06:06.6629710Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2026-07-24T19:06:06.6630210Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2026-07-24T19:06:06.6630730Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2026-07-24T19:06:06.6631260Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2026-07-24T19:06:06.6631800Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2026-07-24T19:06:06.6632540Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2026-07-24T19:06:06.6633120Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2026-07-24T19:06:06.6633650Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2026-07-24T19:06:06.6634190Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2026-07-24T19:06:06.6634710Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2026-07-24T19:06:06.6635250Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2026-07-24T19:06:06.6635840Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2026-07-24T19:06:06.6636410Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2026-07-24T19:06:06.6636990Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2026-07-24T19:06:06.6637530Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2026-07-24T19:06:06.6638040Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2026-07-24T19:06:06.6638650Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2026-07-24T19:06:06.6639280Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2026-07-24T19:06:06.6639810Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2026-07-24T19:06:06.6640350Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2026-07-24T19:06:06.6640870Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2026-07-24T19:06:06.6641410Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2026-07-24T19:06:06.6641950Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2026-07-24T19:06:06.6642480Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2026-07-24T19:06:06.6642990Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2026-07-24T19:06:06.6643490Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2026-07-24T19:06:06.6644020Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2026-07-24T19:06:06.6644540Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2026-07-24T19:06:06.6645080Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2026-07-24T19:06:06.6645620Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2026-07-24T19:06:06.6646150Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2026-07-24T19:06:06.6646720Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2026-07-24T19:06:06.6647270Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2026-07-24T19:06:06.6647790Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2026-07-24T19:06:06.6648400Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2026-07-24T19:06:06.6648910Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2026-07-24T19:06:06.6649410Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2026-07-24T19:06:06.6649910Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2026-07-24T19:06:06.6650410Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2026-07-24T19:06:06.6650900Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2026-07-24T19:06:06.6651400Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2026-07-24T19:06:06.6651910Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2026-07-24T19:06:06.6652430Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2026-07-24T19:06:06.6652970Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2026-07-24T19:06:06.6653470Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2026-07-24T19:06:06.6654060Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2026-07-24T19:06:06.6654610Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2026-07-24T19:06:06.6655170Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2026-07-24T19:06:06.6655750Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2026-07-24T19:06:06.6656350Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d_aa.cpp.o 2026-07-24T19:06:06.6656940Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2026-07-24T19:06:06.6657470Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2026-07-24T19:06:06.6657990Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var_mean.cpp.o 2026-07-24T19:06:06.6658530Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2026-07-24T19:06:06.6659080Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2026-07-24T19:06:06.6659600Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2026-07-24T19:06:06.6660110Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2026-07-24T19:06:06.6660790Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_bool.cpp.o 2026-07-24T19:06:06.6661470Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2026-07-24T19:06:06.6662130Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2026-07-24T19:06:06.6662740Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2026-07-24T19:06:06.6663330Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2026-07-24T19:06:06.6663990Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/arange_util.cpp.o 2026-07-24T19:06:06.6664550Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2026-07-24T19:06:06.6665120Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2026-07-24T19:06:06.6665680Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2026-07-24T19:06:06.6666260Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2026-07-24T19:06:06.6666820Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2026-07-24T19:06:06.6670220Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/grid_sampler_2d_util.cpp.o 2026-07-24T19:06:06.6670820Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2026-07-24T19:06:06.6671390Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2026-07-24T19:06:06.6671960Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2026-07-24T19:06:06.6672550Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2026-07-24T19:06:06.6673220Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2026-07-24T19:06:06.6673790Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2026-07-24T19:06:06.6674350Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2026-07-24T19:06:06.6674930Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2026-07-24T19:06:06.6675500Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2026-07-24T19:06:06.6676050Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/stack_util.cpp.o 2026-07-24T19:06:06.6676600Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2026-07-24T19:06:06.6677040Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2026-07-24T19:06:06.6677310Z [ 98%] Built target optimized_portable_kernels 2026-07-24T19:06:06.6677510Z [100%] Merging kernel yaml files 2026-07-24T19:06:06.6677770Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2026-07-24T19:06:06.6678070Z [100%] Generating code for kernel registration 2026-07-24T19:06:06.6678610Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2026-07-24T19:06:06.6679190Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2026-07-24T19:06:06.6679470Z [100%] Built target optimized_native_cpu_ops_lib 2026-07-24T19:06:06.6679830Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2026-07-24T19:06:06.6680210Z [100%] Linking CXX shared library _portable_lib.cpython-312-darwin.so 2026-07-24T19:06:06.6680470Z [100%] Built target portable_lib 2026-07-24T19:06:06.6680660Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:06.6680840Z [ 0%] Built target common_schema 2026-07-24T19:06:06.6681020Z [ 0%] Built target program_schema 2026-07-24T19:06:06.6681210Z [100%] Built target executorch_core 2026-07-24T19:06:06.6681380Z [100%] Built target executorch 2026-07-24T19:06:06.6681720Z [100%] Building CXX object CMakeFiles/data_loader.dir/extension/pybindings/pybindings_data_loader.cpp.o 2026-07-24T19:06:06.6682240Z [100%] Linking CXX shared library data_loader.cpython-312-darwin.so 2026-07-24T19:06:06.6682500Z [100%] Built target data_loader 2026-07-24T19:06:06.6682680Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:06.6682860Z [ 0%] Built target common_schema 2026-07-24T19:06:06.6683030Z [ 0%] Built target program_schema 2026-07-24T19:06:06.6683220Z [100%] Built target executorch_core 2026-07-24T19:06:06.6683400Z [100%] Built target executorch 2026-07-24T19:06:06.6683570Z [100%] Built target bundled_program 2026-07-24T19:06:06.6683880Z [100%] Building CXX object codegen/tools/CMakeFiles/selective_build.dir/selective_build.cpp.o 2026-07-24T19:06:06.6684270Z [100%] Linking CXX shared library selective_build.cpython-312-darwin.so 2026-07-24T19:06:06.6684540Z [100%] Built target selective_build 2026-07-24T19:06:06.6684720Z [ 0%] Built target flatcc_ep 2026-07-24T19:06:06.6684890Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:06.6685070Z [ 0%] Built target pthreadpool 2026-07-24T19:06:06.6685230Z [ 0%] Built target cpuinfo 2026-07-24T19:06:06.6685420Z [ 0%] Performing build step for 'mlx_external' 2026-07-24T19:06:06.6685620Z [ 1%] Built target mlx_generate_code 2026-07-24T19:06:06.6685810Z [ 2%] Built target xnnpack_schema 2026-07-24T19:06:06.6685990Z [ 2%] Built target xnnpack-sanitizers 2026-07-24T19:06:06.6686180Z [ 4%] Built target eigen_blas 2026-07-24T19:06:06.6686350Z [ 4%] Built target coreml_util 2026-07-24T19:06:06.6686520Z [ 4%] Built target mlx-metallib 2026-07-24T19:06:06.6686790Z [ 4%] Built target xnnpack-fingerprint-id 2026-07-24T19:06:06.6687280Z [ 4%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2026-07-24T19:06:06.6687750Z [ 5%] Built target mlx_version 2026-07-24T19:06:06.6688190Z [ 4%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2026-07-24T19:06:06.6688660Z [ 6%] Built target utils 2026-07-24T19:06:06.6688820Z [ 7%] Built target unary_ops 2026-07-24T19:06:06.6688990Z [ 7%] Built target binary_ops 2026-07-24T19:06:06.6689160Z [ 8%] Built target ternary_ops 2026-07-24T19:06:06.6689330Z [ 17%] Built target kleidiai 2026-07-24T19:06:06.6689760Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2026-07-24T19:06:06.6690230Z [ 9%] Built target reduce_utils 2026-07-24T19:06:06.6690410Z [ 10%] Built target scatter 2026-07-24T19:06:06.6690570Z [ 10%] Built target masked_scatter 2026-07-24T19:06:06.6690740Z [ 10%] Built target gather 2026-07-24T19:06:06.6690910Z [ 11%] Built target gather_front 2026-07-24T19:06:06.6691080Z [ 12%] Built target gather_axis 2026-07-24T19:06:06.6691260Z [ 12%] Built target scatter_axis 2026-07-24T19:06:06.6691430Z [ 12%] Built target hadamard 2026-07-24T19:06:06.6691600Z [ 12%] Built target arange 2026-07-24T19:06:06.6691760Z [ 13%] Built target copy 2026-07-24T19:06:06.6691910Z [ 13%] Built target unary 2026-07-24T19:06:06.6692070Z [ 14%] Built target binary 2026-07-24T19:06:06.6692230Z [ 15%] Built target binary_two 2026-07-24T19:06:06.6692390Z [ 15%] Built target fft 2026-07-24T19:06:06.6692540Z [ 16%] Built target logsumexp 2026-07-24T19:06:06.6692700Z [ 16%] Built target ternary 2026-07-24T19:06:06.6692860Z [ 17%] Built target softmax 2026-07-24T19:06:06.6695770Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2026-07-24T19:06:06.6696200Z [ 17%] Built target scan 2026-07-24T19:06:06.6696350Z [ 17%] Built target sort 2026-07-24T19:06:06.6696500Z [ 17%] Built target reduce 2026-07-24T19:06:06.6696660Z [ 17%] Built target gemm 2026-07-24T19:06:06.6696810Z [ 18%] Built target steel_gemm_fused 2026-07-24T19:06:06.6697090Z [ 19%] Built target steel_gemm_masked 2026-07-24T19:06:06.6697280Z [ 20%] Built target steel_gemm_gather 2026-07-24T19:06:06.6697720Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2026-07-24T19:06:06.6698180Z [ 20%] Built target steel_gemm_splitk 2026-07-24T19:06:06.6698360Z [ 20%] Built target steel_gemm_segmented 2026-07-24T19:06:06.6698550Z [ 20%] Built target conv 2026-07-24T19:06:06.6698700Z [ 21%] Built target steel_conv 2026-07-24T19:06:06.6698870Z [ 21%] Built target steel_conv_3d 2026-07-24T19:06:06.6699090Z [ 17%] Linking CXX static library libabsl_spinlock_wait.a 2026-07-24T19:06:06.6699310Z [ 22%] Built target steel_conv_general 2026-07-24T19:06:06.6699500Z [ 17%] Built target spinlock_wait 2026-07-24T19:06:06.6699670Z [ 23%] Built target quantized_utils 2026-07-24T19:06:06.6700130Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2026-07-24T19:06:06.6700590Z [ 24%] Built target quantized 2026-07-24T19:06:06.6701020Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2026-07-24T19:06:06.6701460Z [ 17%] Linking CXX static library libabsl_log_severity.a 2026-07-24T19:06:06.6701680Z [ 24%] Built target fp_quantized 2026-07-24T19:06:06.6701850Z [ 24%] Built target gemv 2026-07-24T19:06:06.6702010Z [ 17%] Built target log_severity 2026-07-24T19:06:06.6702540Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2026-07-24T19:06:06.6703020Z [ 25%] Built target gemv_masked 2026-07-24T19:06:06.6703200Z [ 26%] Built target steel_attention 2026-07-24T19:06:06.6703380Z [ 27%] Built target gemm_nax 2026-07-24T19:06:06.6703550Z [ 27%] Built target steel_gemm_fused_nax 2026-07-24T19:06:06.6703760Z [ 27%] Built target steel_gemm_gather_nax 2026-07-24T19:06:06.6703960Z [ 28%] Built target steel_gemm_splitk_nax 2026-07-24T19:06:06.6704170Z [ 29%] Built target steel_gemm_segmented_nax 2026-07-24T19:06:06.6704370Z [ 29%] Built target quantized_nax 2026-07-24T19:06:06.6704570Z [ 30%] Built target fp_quantized_nax 2026-07-24T19:06:06.6704760Z [ 30%] Built target steel_attention_nax 2026-07-24T19:06:06.6704980Z [ 17%] Linking CXX static library libabsl_int128.a 2026-07-24T19:06:06.6705190Z [ 17%] Built target int128 2026-07-24T19:06:06.6705650Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2026-07-24T19:06:06.6706420Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2026-07-24T19:06:06.6706890Z [100%] Built target mlx 2026-07-24T19:06:06.6707050Z [ 17%] No install step for 'mlx_external' 2026-07-24T19:06:06.6707250Z [ 17%] Completed 'mlx_external' 2026-07-24T19:06:06.6707420Z [ 17%] Built target mlx_external 2026-07-24T19:06:06.6707830Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_auto_possess.c.o 2026-07-24T19:06:06.6708280Z [ 17%] Linking CXX static library libabsl_civil_time.a 2026-07-24T19:06:06.6708490Z [ 17%] Built target civil_time 2026-07-24T19:06:06.6708900Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2026-07-24T19:06:06.6709520Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/pcre2_chartables.c.o 2026-07-24T19:06:06.6710200Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2026-07-24T19:06:06.6710900Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_chkdint.c.o 2026-07-24T19:06:06.6711420Z [ 17%] Linking CXX static library libabsl_utf8_for_code_point.a 2026-07-24T19:06:06.6711840Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_compile.c.o 2026-07-24T19:06:06.6712240Z [ 17%] Built target utf8_for_code_point 2026-07-24T19:06:06.6712710Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2026-07-24T19:06:06.6713480Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2026-07-24T19:06:06.6714000Z [ 17%] Linking CXX static library libabsl_strerror.a 2026-07-24T19:06:06.6714210Z [ 17%] Built target strerror 2026-07-24T19:06:06.6714610Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2026-07-24T19:06:06.6715070Z [ 17%] Linking CXX static library libabsl_leak_check.a 2026-07-24T19:06:06.6715350Z [ 17%] Linking CXX static library libabsl_exponential_biased.a 2026-07-24T19:06:06.6715590Z [ 17%] Built target leak_check 2026-07-24T19:06:06.6715770Z [ 17%] Built target exponential_biased 2026-07-24T19:06:06.6716270Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2026-07-24T19:06:06.6717110Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2026-07-24T19:06:06.6717650Z [ 17%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2026-07-24T19:06:06.6717950Z [ 17%] Built target flags_commandlineflag_internal 2026-07-24T19:06:06.6718380Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_compile_cgroup.c.o 2026-07-24T19:06:06.6719050Z [ 17%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2026-07-24T19:06:06.6719560Z [ 17%] Linking CXX static library libabsl_log_internal_nullguard.a 2026-07-24T19:06:06.6719820Z [ 17%] Built target log_internal_nullguard 2026-07-24T19:06:06.6720230Z [ 17%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_compile_class.c.o 2026-07-24T19:06:06.6720940Z [ 17%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2026-07-24T19:06:06.6721420Z [ 17%] Built target common_schema 2026-07-24T19:06:06.6721600Z [ 17%] Built target scalar_type_schema 2026-07-24T19:06:06.6721790Z [ 18%] Built target flatccrt 2026-07-24T19:06:06.6722160Z [ 18%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_config.c.o 2026-07-24T19:06:06.6725220Z [ 18%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_context.c.o 2026-07-24T19:06:06.6725610Z [ 18%] Built target coreml_inmemoryfs 2026-07-24T19:06:06.6726070Z [ 18%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2026-07-24T19:06:06.6726820Z [ 18%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2026-07-24T19:06:06.6727500Z [ 18%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_convert.c.o 2026-07-24T19:06:06.6728090Z [ 18%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_dfa_match.c.o 2026-07-24T19:06:06.6728510Z [ 18%] Linking CXX static library libabsl_time_zone.a 2026-07-24T19:06:06.6728830Z [ 59%] Built target xnnpack-microkernels-prod 2026-07-24T19:06:06.6729320Z [ 59%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2026-07-24T19:06:06.6729970Z [ 59%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_error.c.o 2026-07-24T19:06:06.6730350Z [ 59%] Built target time_zone 2026-07-24T19:06:06.6730800Z [ 59%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2026-07-24T19:06:06.6731280Z [ 60%] Built target xnnpack-logging 2026-07-24T19:06:06.6731470Z [ 60%] Built target xnnpack-indirection 2026-07-24T19:06:06.6731850Z [ 60%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_extuni.c.o 2026-07-24T19:06:06.6732440Z [ 60%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_find_bracket.c.o 2026-07-24T19:06:06.6733060Z [ 60%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_jit_compile.c.o 2026-07-24T19:06:06.6733470Z [ 60%] Built target xnnpack-microparams-init 2026-07-24T19:06:06.6733690Z [ 60%] Built target xnnpack-normalization 2026-07-24T19:06:06.6733880Z [ 60%] Built target xnnpack-pack-lh 2026-07-24T19:06:06.6734070Z [ 60%] Built target xnnpack-packing 2026-07-24T19:06:06.6734250Z [ 60%] Built target xnnpack-allocator 2026-07-24T19:06:06.6734750Z [ 60%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2026-07-24T19:06:06.6735210Z [ 60%] Built target xnnpack-cache 2026-07-24T19:06:06.6735390Z [ 60%] Built target xnnpack-datatype 2026-07-24T19:06:06.6735780Z [ 60%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_maketables.c.o 2026-07-24T19:06:06.6736200Z [ 60%] Built target xnnpack-operator-delete 2026-07-24T19:06:06.6736590Z [ 60%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_match.c.o 2026-07-24T19:06:06.6736980Z [ 62%] Built target xnnpack-mutex 2026-07-24T19:06:06.6737430Z [ 62%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2026-07-24T19:06:06.6738200Z [ 62%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2026-07-24T19:06:06.6738900Z [ 62%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_match_data.c.o 2026-07-24T19:06:06.6739630Z [ 62%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2026-07-24T19:06:06.6740370Z [ 62%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_match_next.c.o 2026-07-24T19:06:06.6741120Z [ 62%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2026-07-24T19:06:06.6741810Z [ 62%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_newline.c.o 2026-07-24T19:06:06.6742500Z [ 62%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2026-07-24T19:06:06.6743180Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_ord2utf.c.o 2026-07-24T19:06:06.6743780Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_pattern_info.c.o 2026-07-24T19:06:06.6744310Z [ 63%] Built target xnnpack-operator-utils 2026-07-24T19:06:06.6744710Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_script_run.c.o 2026-07-24T19:06:06.6745130Z [ 63%] Built target xnnpack-reference-ukernels 2026-07-24T19:06:06.6745600Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2026-07-24T19:06:06.6746060Z [ 63%] Built target xnnpack-memory 2026-07-24T19:06:06.6746260Z [ 63%] Built target xnnpack-operator-run 2026-07-24T19:06:06.6746720Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2026-07-24T19:06:06.6747390Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_serialize.c.o 2026-07-24T19:06:06.6748050Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2026-07-24T19:06:06.6748720Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_string_utils.c.o 2026-07-24T19:06:06.6749410Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2026-07-24T19:06:06.6750070Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_study.c.o 2026-07-24T19:06:06.6750860Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2026-07-24T19:06:06.6751420Z [ 63%] Linking CXX static library libabsl_raw_logging_internal.a 2026-07-24T19:06:06.6751670Z [ 63%] Built target raw_logging_internal 2026-07-24T19:06:06.6752080Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_substitute.c.o 2026-07-24T19:06:06.6752480Z [ 63%] Built target program_schema 2026-07-24T19:06:06.6752670Z [ 63%] Built target flat_tensor_schema 2026-07-24T19:06:06.6752870Z [ 63%] Built target xnnpack-hardware-config 2026-07-24T19:06:06.6753090Z [ 63%] Built target xnnpack-fingerprint-cache 2026-07-24T19:06:06.6753310Z [ 63%] Built target xnnpack-microkernel-utils 2026-07-24T19:06:06.6753740Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2026-07-24T19:06:06.6754370Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_substring.c.o 2026-07-24T19:06:06.6754960Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_tables.c.o 2026-07-24T19:06:06.6755530Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_ucd.c.o 2026-07-24T19:06:06.6755970Z [ 63%] Linking CXX static library libabsl_decode_rust_punycode.a 2026-07-24T19:06:06.6756410Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_valid_utf.c.o 2026-07-24T19:06:06.6757080Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2026-07-24T19:06:06.6757560Z [ 63%] Built target decode_rust_punycode 2026-07-24T19:06:06.6758010Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2026-07-24T19:06:06.6758660Z [ 63%] Building C object extension/llm/tokenizers/third-party/pcre2/CMakeFiles/pcre2-8-static.dir/src/pcre2_xclass.c.o 2026-07-24T19:06:06.6759070Z [ 63%] Linking C static library libpcre2-8.a 2026-07-24T19:06:06.6759280Z [ 63%] Built target pcre2-8-static 2026-07-24T19:06:06.6759760Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2026-07-24T19:06:06.6760660Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2026-07-24T19:06:06.6761350Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2026-07-24T19:06:06.6762060Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2026-07-24T19:06:06.6765110Z [ 63%] Linking CXX static library libabsl_debugging_internal.a 2026-07-24T19:06:06.6765370Z [ 63%] Built target debugging_internal 2026-07-24T19:06:06.6765840Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2026-07-24T19:06:06.6766350Z [ 63%] Linking CXX static library libabsl_throw_delegate.a 2026-07-24T19:06:06.6766580Z [ 63%] Built target throw_delegate 2026-07-24T19:06:06.6767020Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2026-07-24T19:06:06.6767750Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2026-07-24T19:06:06.6768280Z [ 63%] Linking CXX static library libabsl_bad_variant_access.a 2026-07-24T19:06:06.6768540Z [ 63%] Built target bad_variant_access 2026-07-24T19:06:06.6769060Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2026-07-24T19:06:06.6769730Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2026-07-24T19:06:06.6770220Z [ 63%] Linking CXX static library libabsl_demangle_rust.a 2026-07-24T19:06:06.6770450Z [ 63%] Built target demangle_rust 2026-07-24T19:06:06.6770900Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2026-07-24T19:06:06.6771640Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2026-07-24T19:06:06.6772340Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2026-07-24T19:06:06.6772840Z [ 63%] Linking CXX static library libabsl_bad_optional_access.a 2026-07-24T19:06:06.6773090Z [ 63%] Built target bad_optional_access 2026-07-24T19:06:06.6773550Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2026-07-24T19:06:06.6774290Z [ 63%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2026-07-24T19:06:06.6775020Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2026-07-24T19:06:06.6775760Z [ 63%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2026-07-24T19:06:06.6776250Z [ 63%] Linking CXX static library libabsl_base.a 2026-07-24T19:06:06.6776450Z [ 63%] Built target base 2026-07-24T19:06:06.6776650Z [ 63%] Linking CXX static library libabsl_cordz_functions.a 2026-07-24T19:06:06.6776880Z [ 64%] Built target executorch_core 2026-07-24T19:06:06.6777060Z [ 64%] Built target cordz_functions 2026-07-24T19:06:06.6777920Z [ 64%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2026-07-24T19:06:06.6778660Z [ 66%] Built target xnnpack-operators 2026-07-24T19:06:06.6779140Z [ 66%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2026-07-24T19:06:06.6779920Z [ 67%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2026-07-24T19:06:06.6780670Z [ 67%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2026-07-24T19:06:06.6781380Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2026-07-24T19:06:06.6781870Z [ 67%] Linking CXX static library libabsl_string_view.a 2026-07-24T19:06:06.6782350Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2026-07-24T19:06:06.6782960Z [ 67%] Building CXX object extension/llm/tokenizers/CMakeFiles/regex_lookahead.dir/src/pcre2_regex.cpp.o 2026-07-24T19:06:06.6783310Z [ 67%] Built target string_view 2026-07-24T19:06:06.6783750Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2026-07-24T19:06:06.6784460Z [ 67%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2026-07-24T19:06:06.6784960Z [ 67%] Linking CXX static library libabsl_strings_internal.a 2026-07-24T19:06:06.6785440Z [ 67%] Building CXX object extension/llm/tokenizers/CMakeFiles/regex_lookahead.dir/src/regex_lookahead.cpp.o 2026-07-24T19:06:06.6785810Z [ 67%] Built target strings_internal 2026-07-24T19:06:06.6786250Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2026-07-24T19:06:06.6786730Z [ 67%] Linking CXX static library libabsl_malloc_internal.a 2026-07-24T19:06:06.6787010Z [ 67%] Linking CXX static library libabsl_tracing_internal.a 2026-07-24T19:06:06.6787240Z [ 67%] Built target malloc_internal 2026-07-24T19:06:06.6787420Z [ 67%] Built target tracing_internal 2026-07-24T19:06:06.6787840Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2026-07-24T19:06:06.6788540Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2026-07-24T19:06:06.6789290Z [ 67%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2026-07-24T19:06:06.6789800Z [ 67%] Linking CXX static library libabsl_stacktrace.a 2026-07-24T19:06:06.6790020Z [ 67%] Built target stacktrace 2026-07-24T19:06:06.6790490Z [ 67%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2026-07-24T19:06:06.6791150Z [ 68%] Building CXX object extension/llm/tokenizers/CMakeFiles/regex_lookahead.dir/src/std_regex.cpp.o 2026-07-24T19:06:06.6791780Z [ 68%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2026-07-24T19:06:06.6792310Z [ 68%] Linking CXX static library libabsl_graphcycles_internal.a 2026-07-24T19:06:06.6792590Z [ 68%] Linking CXX static library libabsl_demangle_internal.a 2026-07-24T19:06:06.6792840Z [ 68%] Built target graphcycles_internal 2026-07-24T19:06:06.6793030Z [ 68%] Built target demangle_internal 2026-07-24T19:06:06.6793470Z [ 68%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2026-07-24T19:06:06.6794110Z [ 68%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2026-07-24T19:06:06.6794860Z [ 68%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2026-07-24T19:06:06.6795390Z [ 68%] Linking CXX static library libabsl_crc_cpu_detect.a 2026-07-24T19:06:06.6795610Z [ 68%] Built target crc_cpu_detect 2026-07-24T19:06:06.6796050Z [ 68%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2026-07-24T19:06:06.6796530Z [ 70%] Linking CXX static library libabsl_city.a 2026-07-24T19:06:06.6796730Z [ 70%] Built target city 2026-07-24T19:06:06.6797170Z [ 70%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2026-07-24T19:06:06.6797690Z [ 70%] Linking CXX static library libabsl_log_internal_conditions.a 2026-07-24T19:06:06.6798250Z [ 70%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2026-07-24T19:06:06.6798760Z [ 70%] Built target log_internal_conditions 2026-07-24T19:06:06.6799190Z [ 70%] Building CXX object extension/memory_allocator/CMakeFiles/extension_memory_allocator.dir/cpu_caching_malloc_allocator.cpp.o 2026-07-24T19:06:06.6799650Z [ 70%] Linking CXX static library libabsl_low_level_hash.a 2026-07-24T19:06:06.6799870Z [ 70%] Built target low_level_hash 2026-07-24T19:06:06.6800240Z [ 70%] Building CXX object extension/llm/sampler/CMakeFiles/extension_llm_sampler.dir/sampler.cpp.o 2026-07-24T19:06:06.6800620Z [ 70%] Linking CXX static library libregex_lookahead.a 2026-07-24T19:06:06.6800840Z [ 70%] Built target regex_lookahead 2026-07-24T19:06:06.6804690Z [ 70%] Built target executorch 2026-07-24T19:06:06.6805130Z [ 70%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2026-07-24T19:06:06.6805820Z [ 70%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2026-07-24T19:06:06.6806320Z [ 70%] Linking CXX static library libextension_memory_allocator.a 2026-07-24T19:06:06.6806580Z [ 70%] Built target extension_memory_allocator 2026-07-24T19:06:06.6806800Z [ 70%] Built target extension_data_loader 2026-07-24T19:06:06.6807000Z [ 70%] Built target extension_flat_tensor 2026-07-24T19:06:06.6807200Z [ 70%] Built target extension_named_data_map 2026-07-24T19:06:06.6807400Z [ 70%] Built target extension_tensor 2026-07-24T19:06:06.6807590Z [ 71%] Built target kernels_util_all_deps 2026-07-24T19:06:06.6807790Z [ 72%] Built target extension_threadpool 2026-07-24T19:06:06.6808020Z [ 72%] Linking CXX static library libextension_llm_sampler.a 2026-07-24T19:06:06.6808270Z [ 72%] Built target grid_sampler_2d_fp16_hw_impl 2026-07-24T19:06:06.6808660Z [ 72%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2026-07-24T19:06:06.6809050Z [ 72%] Built target extension_llm_sampler 2026-07-24T19:06:06.6809240Z [ 72%] Built target mlxdelegate 2026-07-24T19:06:06.6809430Z [ 72%] Built target xnnpack-fingerprint-check 2026-07-24T19:06:06.6809640Z [ 74%] Built target xnnpack-subgraph 2026-07-24T19:06:06.6809820Z [ 74%] Built target etdump 2026-07-24T19:06:06.6809990Z [ 75%] Built target coremldelegate 2026-07-24T19:06:06.6810380Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2026-07-24T19:06:06.6810880Z [ 75%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2026-07-24T19:06:06.6811410Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2026-07-24T19:06:06.6812030Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2026-07-24T19:06:06.6812950Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2026-07-24T19:06:06.6813600Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2026-07-24T19:06:06.6814280Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2026-07-24T19:06:06.6814860Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2026-07-24T19:06:06.6815270Z [ 75%] Linking CXX static library libextension_module.a 2026-07-24T19:06:06.6815490Z [ 75%] Built target extension_module 2026-07-24T19:06:06.6815930Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2026-07-24T19:06:06.6816580Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2026-07-24T19:06:06.6816990Z [ 75%] Linking CXX static library libabsl_crc_internal.a 2026-07-24T19:06:06.6817420Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2026-07-24T19:06:06.6817880Z [ 75%] Built target crc_internal 2026-07-24T19:06:06.6818060Z [ 75%] Built target bundled_program 2026-07-24T19:06:06.6818260Z [ 75%] Built target extension_module_static 2026-07-24T19:06:06.6818790Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2026-07-24T19:06:06.6819230Z [ 75%] Built target util 2026-07-24T19:06:06.6819600Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2026-07-24T19:06:06.6820190Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2026-07-24T19:06:06.6820820Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2026-07-24T19:06:06.6821560Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2026-07-24T19:06:06.6822240Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2026-07-24T19:06:06.6822860Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2026-07-24T19:06:06.6823460Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2026-07-24T19:06:06.6824080Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2026-07-24T19:06:06.6824720Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2026-07-24T19:06:06.6825300Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2026-07-24T19:06:06.6825910Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2026-07-24T19:06:06.6826570Z [ 75%] Building CXX object extension/llm/tokenizers/sp-build/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2026-07-24T19:06:06.6827220Z [ 75%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2026-07-24T19:06:06.6827850Z [ 77%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2026-07-24T19:06:06.6828560Z [ 77%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2026-07-24T19:06:06.6828990Z [ 77%] Linking CXX static library libsentencepiece.a 2026-07-24T19:06:06.6829220Z [ 77%] Built target sentencepiece-static 2026-07-24T19:06:06.6829630Z [ 77%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2026-07-24T19:06:06.6830030Z [ 77%] Built target cpublas 2026-07-24T19:06:06.6830200Z [ 78%] Built target XNNPACK 2026-07-24T19:06:06.6830360Z [ 78%] Built target bundled_module 2026-07-24T19:06:06.6830550Z [ 78%] Built target optimized_kernels 2026-07-24T19:06:06.6830740Z [ 78%] Built target xnnpack_backend 2026-07-24T19:06:06.6830940Z [ 89%] Built target optimized_portable_kernels 2026-07-24T19:06:06.6831160Z [ 90%] Built target optimized_native_cpu_ops_lib 2026-07-24T19:06:06.6831400Z [ 90%] Linking CXX static library libabsl_strings.a 2026-07-24T19:06:06.6831620Z [ 90%] Built target strings 2026-07-24T19:06:06.6832020Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2026-07-24T19:06:06.6832440Z [ 90%] Built target portable_lib 2026-07-24T19:06:06.6832920Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2026-07-24T19:06:06.6833610Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2026-07-24T19:06:06.6834270Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2026-07-24T19:06:06.6834700Z [ 90%] Linking CXX static library libabsl_symbolize.a 2026-07-24T19:06:06.6834930Z [ 90%] Built target symbolize 2026-07-24T19:06:06.6835380Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2026-07-24T19:06:06.6835870Z [ 90%] Linking CXX static library libabsl_hash.a 2026-07-24T19:06:06.6836080Z [ 90%] Built target hash 2026-07-24T19:06:06.6836480Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2026-07-24T19:06:06.6839870Z [ 90%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2026-07-24T19:06:06.6840580Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2026-07-24T19:06:06.6841030Z [ 91%] Linking CXX static library libabsl_flags_commandlineflag.a 2026-07-24T19:06:06.6841280Z [ 91%] Built target flags_commandlineflag 2026-07-24T19:06:06.6842100Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2026-07-24T19:06:06.6842620Z [ 91%] Linking CXX static library libabsl_log_internal_proto.a 2026-07-24T19:06:06.6842870Z [ 91%] Built target log_internal_proto 2026-07-24T19:06:06.6843670Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2026-07-24T19:06:06.6844340Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2026-07-24T19:06:06.6845040Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2026-07-24T19:06:06.6845600Z [ 91%] Linking CXX static library libabsl_log_internal_fnmatch.a 2026-07-24T19:06:06.6845860Z [ 91%] Built target log_internal_fnmatch 2026-07-24T19:06:06.6846380Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2026-07-24T19:06:06.6847030Z [ 91%] Linking CXX static library libabsl_examine_stack.a 2026-07-24T19:06:06.6847260Z [ 91%] Built target examine_stack 2026-07-24T19:06:06.6847640Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2026-07-24T19:06:06.6848340Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2026-07-24T19:06:06.6849140Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2026-07-24T19:06:06.6849690Z [ 91%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2026-07-24T19:06:06.6849990Z [ 91%] Built target flags_private_handle_accessor 2026-07-24T19:06:06.6850490Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2026-07-24T19:06:06.6851160Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2026-07-24T19:06:06.6851590Z [ 91%] Linking CXX static library libabsl_str_format_internal.a 2026-07-24T19:06:06.6851820Z [ 91%] Built target str_format_internal 2026-07-24T19:06:06.6852200Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2026-07-24T19:06:06.6852910Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2026-07-24T19:06:06.6853600Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2026-07-24T19:06:06.6854080Z [ 91%] Linking CXX static library libabsl_time.a 2026-07-24T19:06:06.6854280Z [ 91%] Built target time 2026-07-24T19:06:06.6854690Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2026-07-24T19:06:06.6855500Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2026-07-24T19:06:06.6856310Z [ 91%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2026-07-24T19:06:06.6856830Z [ 93%] Linking CXX static library libabsl_log_internal_globals.a 2026-07-24T19:06:06.6857080Z [ 93%] Built target log_internal_globals 2026-07-24T19:06:06.6857480Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2026-07-24T19:06:06.6857920Z [ 93%] Linking CXX static library libabsl_flags_marshalling.a 2026-07-24T19:06:06.6858160Z [ 93%] Built target flags_marshalling 2026-07-24T19:06:06.6858610Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2026-07-24T19:06:06.6859120Z [ 93%] Linking CXX static library libabsl_kernel_timeout_internal.a 2026-07-24T19:06:06.6859380Z [ 93%] Built target kernel_timeout_internal 2026-07-24T19:06:06.6859840Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2026-07-24T19:06:06.6860600Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2026-07-24T19:06:06.6861080Z [ 93%] Linking CXX static library libabsl_log_entry.a 2026-07-24T19:06:06.6861300Z [ 93%] Built target log_entry 2026-07-24T19:06:06.6861670Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2026-07-24T19:06:06.6862170Z [ 93%] Linking CXX static library libabsl_log_internal_format.a 2026-07-24T19:06:06.6862420Z [ 93%] Built target log_internal_format 2026-07-24T19:06:06.6862880Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2026-07-24T19:06:06.6863690Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2026-07-24T19:06:06.6864240Z [ 93%] Linking CXX static library libabsl_crc32c.a 2026-07-24T19:06:06.6864450Z [ 93%] Built target crc32c 2026-07-24T19:06:06.6864880Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2026-07-24T19:06:06.6865360Z [ 93%] Linking CXX static library libabsl_log_sink.a 2026-07-24T19:06:06.6865570Z [ 93%] Built target log_sink 2026-07-24T19:06:06.6866040Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2026-07-24T19:06:06.6866840Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2026-07-24T19:06:06.6867660Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2026-07-24T19:06:06.6868480Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2026-07-24T19:06:06.6869270Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2026-07-24T19:06:06.6870070Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2026-07-24T19:06:06.6870600Z [ 93%] Linking CXX static library libabsl_crc_cord_state.a 2026-07-24T19:06:06.6870830Z [ 93%] Built target crc_cord_state 2026-07-24T19:06:06.6871280Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2026-07-24T19:06:06.6872010Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2026-07-24T19:06:06.6872770Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2026-07-24T19:06:06.6873560Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2026-07-24T19:06:06.6874330Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2026-07-24T19:06:06.6875070Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2026-07-24T19:06:06.6876090Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2026-07-24T19:06:06.6877150Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2026-07-24T19:06:06.6877880Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2026-07-24T19:06:06.6878400Z [ 93%] Linking CXX static library libabsl_synchronization.a 2026-07-24T19:06:06.6878640Z [ 93%] Built target synchronization 2026-07-24T19:06:06.6879120Z [ 93%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2026-07-24T19:06:06.6879980Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2026-07-24T19:06:06.6880710Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2026-07-24T19:06:06.6883700Z [ 94%] Linking CXX static library libabsl_cord_internal.a 2026-07-24T19:06:06.6883950Z [ 94%] Built target cord_internal 2026-07-24T19:06:06.6884290Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2026-07-24T19:06:06.6884710Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2026-07-24T19:06:06.6884810Z [ 94%] Linking CXX static library libabsl_cordz_handle.a 2026-07-24T19:06:06.6884920Z [ 94%] Linking CXX static library libabsl_flags_program_name.a 2026-07-24T19:06:06.6884980Z [ 94%] Built target cordz_handle 2026-07-24T19:06:06.6885050Z [ 94%] Built target flags_program_name 2026-07-24T19:06:06.6885350Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2026-07-24T19:06:06.6885640Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2026-07-24T19:06:06.6885960Z [ 94%] Linking CXX static library libabsl_vlog_config_internal.a 2026-07-24T19:06:06.6886040Z [ 94%] Built target vlog_config_internal 2026-07-24T19:06:06.6886300Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2026-07-24T19:06:06.6886410Z [ 94%] Linking CXX static library libabsl_hashtablez_sampler.a 2026-07-24T19:06:06.6886480Z [ 94%] Built target hashtablez_sampler 2026-07-24T19:06:06.6886570Z [ 94%] Linking CXX static library libabsl_flags_config.a 2026-07-24T19:06:06.6886630Z [ 94%] Built target flags_config 2026-07-24T19:06:06.6886930Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2026-07-24T19:06:06.6887020Z [ 94%] Linking CXX static library libabsl_cordz_info.a 2026-07-24T19:06:06.6887080Z [ 94%] Built target cordz_info 2026-07-24T19:06:06.6887330Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2026-07-24T19:06:06.6887610Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2026-07-24T19:06:06.6887710Z [ 94%] Linking CXX static library libabsl_log_globals.a 2026-07-24T19:06:06.6887770Z [ 94%] Built target log_globals 2026-07-24T19:06:06.6888110Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2026-07-24T19:06:06.6888210Z [ 94%] Linking CXX static library libabsl_flags_internal.a 2026-07-24T19:06:06.6888480Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2026-07-24T19:06:06.6888540Z [ 94%] Built target flags_internal 2026-07-24T19:06:06.6888660Z [ 94%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2026-07-24T19:06:06.6888740Z [ 94%] Built target log_internal_log_sink_set 2026-07-24T19:06:06.6889070Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2026-07-24T19:06:06.6889150Z [ 94%] Linking CXX static library libabsl_cord.a 2026-07-24T19:06:06.6889200Z [ 94%] Built target cord 2026-07-24T19:06:06.6889530Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2026-07-24T19:06:06.6889710Z [ 94%] Linking CXX static library libabsl_log_internal_message.a 2026-07-24T19:06:06.6889770Z [ 94%] Built target log_internal_message 2026-07-24T19:06:06.6890090Z [ 94%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2026-07-24T19:06:06.6890180Z [ 94%] Linking CXX static library libabsl_raw_hash_set.a 2026-07-24T19:06:06.6890240Z [ 94%] Built target raw_hash_set 2026-07-24T19:06:06.6890540Z [ 95%] Building CXX object extension/llm/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2026-07-24T19:06:06.6890650Z [ 95%] Linking CXX static library libabsl_log_internal_check_op.a 2026-07-24T19:06:06.6890720Z [ 95%] Built target log_internal_check_op 2026-07-24T19:06:06.6890820Z [ 95%] Linking CXX static library libabsl_flags_reflection.a 2026-07-24T19:06:06.6890890Z [ 95%] Built target flags_reflection 2026-07-24T19:06:06.6891100Z [ 95%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2026-07-24T19:06:06.6891320Z [ 95%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2026-07-24T19:06:06.6891540Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2026-07-24T19:06:06.6891740Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2026-07-24T19:06:06.6892030Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2026-07-24T19:06:06.6892260Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2026-07-24T19:06:06.6892460Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2026-07-24T19:06:06.6892670Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2026-07-24T19:06:06.6892880Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2026-07-24T19:06:06.6893110Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2026-07-24T19:06:06.6893320Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2026-07-24T19:06:06.6893550Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2026-07-24T19:06:06.6893750Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2026-07-24T19:06:06.6893940Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2026-07-24T19:06:06.6894150Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2026-07-24T19:06:06.6894350Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2026-07-24T19:06:06.6894560Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2026-07-24T19:06:06.6894770Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2026-07-24T19:06:06.6895010Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2026-07-24T19:06:06.6895240Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2026-07-24T19:06:06.6895450Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2026-07-24T19:06:06.6895660Z [ 97%] Building CXX object extension/llm/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2026-07-24T19:06:06.6895790Z [ 97%] Linking CXX static library libre2.a 2026-07-24T19:06:06.6895850Z [ 97%] Built target re2 2026-07-24T19:06:06.6896050Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/hf_tokenizer.cpp.o 2026-07-24T19:06:06.6896280Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/bpe_tokenizer_base.cpp.o 2026-07-24T19:06:06.6898010Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/llama2c_tokenizer.cpp.o 2026-07-24T19:06:06.6898670Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/normalizer.cpp.o 2026-07-24T19:06:06.6899180Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/post_processor.cpp.o 2026-07-24T19:06:06.6899670Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/pre_tokenizer.cpp.o 2026-07-24T19:06:06.6900130Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/re2_regex.cpp.o 2026-07-24T19:06:06.6900590Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/regex.cpp.o 2026-07-24T19:06:06.6901090Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/sentencepiece.cpp.o 2026-07-24T19:06:06.6901550Z [ 97%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/tekken.cpp.o 2026-07-24T19:06:06.6902080Z [ 98%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/tiktoken.cpp.o 2026-07-24T19:06:06.6903070Z [ 98%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/src/token_decoder.cpp.o 2026-07-24T19:06:06.6903790Z [ 98%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2026-07-24T19:06:06.6904450Z [ 98%] Building CXX object extension/llm/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode.cpp.o 2026-07-24T19:06:06.6905730Z /Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp:258:29: warning: 'codecvt_utf8' is deprecated [-Wdeprecated-declarations] 2026-07-24T19:06:06.6906030Z std::wstring_convert> conv; 2026-07-24T19:06:06.6906150Z ^ 2026-07-24T19:06:06.6907310Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/codecvt:187:28: note: 'codecvt_utf8' has been explicitly marked deprecated here 2026-07-24T19:06:06.6907640Z class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8 2026-07-24T19:06:06.6907770Z ^ 2026-07-24T19:06:06.6908870Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2026-07-24T19:06:06.6909110Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2026-07-24T19:06:06.6909260Z ^ 2026-07-24T19:06:06.6910300Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2026-07-24T19:06:06.6910550Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2026-07-24T19:06:06.6910710Z ^ 2026-07-24T19:06:06.6912090Z /Users/runner/work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp:258:8: warning: 'wstring_convert>' is deprecated [-Wdeprecated-declarations] 2026-07-24T19:06:06.6912320Z std::wstring_convert> conv; 2026-07-24T19:06:06.6912450Z ^ 2026-07-24T19:06:06.6913710Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/locale:3598:28: note: 'wstring_convert>' has been explicitly marked deprecated here 2026-07-24T19:06:06.6914300Z class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert 2026-07-24T19:06:06.6914430Z ^ 2026-07-24T19:06:06.6915510Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' 2026-07-24T19:06:06.6915750Z # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED 2026-07-24T19:06:06.6915900Z ^ 2026-07-24T19:06:06.6916890Z /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED' 2026-07-24T19:06:06.6917160Z # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) 2026-07-24T19:06:06.6917310Z ^ 2026-07-24T19:06:06.6917450Z 2 warnings generated. 2026-07-24T19:06:06.6917650Z [ 98%] Linking CXX static library libtokenizers.a 2026-07-24T19:06:06.6917790Z [ 98%] Built target tokenizers 2026-07-24T19:06:06.6918330Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/llm_runner_helper.cpp.o 2026-07-24T19:06:06.6918890Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/multimodal_prefiller.cpp.o 2026-07-24T19:06:06.6919550Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/text_decoder_runner.cpp.o 2026-07-24T19:06:06.6920100Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/multimodal_runner.cpp.o 2026-07-24T19:06:06.6920600Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/text_llm_runner.cpp.o 2026-07-24T19:06:06.6921110Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/text_prefiller.cpp.o 2026-07-24T19:06:44.8478060Z [100%] Building CXX object extension/llm/runner/CMakeFiles/extension_llm_runner.dir/__/sampler/sampler.cpp.o 2026-07-24T19:06:44.8480030Z [100%] Linking CXX static library libextension_llm_runner.a 2026-07-24T19:06:44.8480500Z [100%] Built target extension_llm_runner 2026-07-24T19:06:44.8480940Z [100%] Building CXX object extension/llm/runner/CMakeFiles/_llm_runner.dir/pybindings.cpp.o 2026-07-24T19:06:44.8481420Z [100%] Linking CXX shared library _llm_runner.cpython-312-darwin.so 2026-07-24T19:06:44.8481800Z [100%] Built target _llm_runner 2026-07-24T19:06:44.8482460Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_add_s16.c.o 2026-07-24T19:06:44.8483260Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_add_s8.c.o 2026-07-24T19:06:44.8484090Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_acc_s16.c.o 2026-07-24T19:06:44.8484870Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s16.c.o 2026-07-24T19:06:44.8485650Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s16_batch_offset.c.o 2026-07-24T19:06:44.8486470Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s16_s8.c.o 2026-07-24T19:06:44.8487310Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_elementwise_mul_s8.c.o 2026-07-24T19:06:44.8488110Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_maximum_s8.c.o 2026-07-24T19:06:44.8489600Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/BasicMathFunctions/arm_minimum_s8.c.o 2026-07-24T19:06:44.8490370Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_w.c.o 2026-07-24T19:06:44.8491160Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_x.c.o 2026-07-24T19:06:44.8491940Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_y.c.o 2026-07-24T19:06:44.8492720Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConcatenationFunctions/arm_concatenation_s8_z.c.o 2026-07-24T19:06:44.8493500Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_s4.c.o 2026-07-24T19:06:44.8494280Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_batch_matmul_s8.c.o 2026-07-24T19:06:44.8495150Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8496040Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_per_channel_s8.c.o 2026-07-24T19:06:44.8497200Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_s8.c.o 2026-07-24T19:06:44.8498110Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_wrapper_s8.c.o 2026-07-24T19:06:44.8498950Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_vector_sum_s8.c.o 2026-07-24T19:06:44.8499750Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_batch_matmul_s16.c.o 2026-07-24T19:06:44.8500610Z [ 0%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_get_buffer_sizes_s16.c.o 2026-07-24T19:06:44.8501510Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_fully_connected_s16.c.o 2026-07-24T19:06:44.8502310Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1_x_n_s4.c.o 2026-07-24T19:06:44.8503130Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/FullyConnectedFunctions/arm_vector_sum_s8_s64.c.o 2026-07-24T19:06:44.8504090Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s4.c.o 2026-07-24T19:06:44.8504860Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s4_fast.c.o 2026-07-24T19:06:44.8505620Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_even_s4.c.o 2026-07-24T19:06:44.8506390Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_s4.c.o 2026-07-24T19:06:44.8507200Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_get_buffer_sizes_s4.c.o 2026-07-24T19:06:44.8508040Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_wrapper_s4.c.o 2026-07-24T19:06:44.8508910Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_get_buffer_sizes_s4.c.o 2026-07-24T19:06:44.8509930Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s4.c.o 2026-07-24T19:06:44.8510700Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s4_opt.c.o 2026-07-24T19:06:44.8511480Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s4_s16.c.o 2026-07-24T19:06:44.8512280Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s4.c.o 2026-07-24T19:06:44.8513050Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c.o 2026-07-24T19:06:44.8513840Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s8.c.o 2026-07-24T19:06:44.8514630Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c.o 2026-07-24T19:06:44.8515430Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8516260Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_s8.c.o 2026-07-24T19:06:44.8517120Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c.o 2026-07-24T19:06:44.8517970Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c.o 2026-07-24T19:06:44.8518780Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8553700Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c.o 2026-07-24T19:06:44.8563820Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c:44:16: warning: unknown attribute 'optimize' ignored [-Wunknown-attributes] 2026-07-24T19:06:44.8564780Z __attribute__((optimize("no-unroll-loops"))) 2026-07-24T19:06:44.8565090Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.8565630Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c.o 2026-07-24T19:06:44.8566440Z [ 25%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c.o 2026-07-24T19:06:44.8567250Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c.o 2026-07-24T19:06:44.8568090Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_row_offset_s8_s16.c.o 2026-07-24T19:06:44.8568650Z 1 warning generated. 2026-07-24T19:06:44.8569150Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c.o 2026-07-24T19:06:44.8569920Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c.o 2026-07-24T19:06:44.8570930Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_transpose_conv_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8571740Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_transpose_conv_s8.c.o 2026-07-24T19:06:44.8572910Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_transpose_conv_wrapper_s8.c.o 2026-07-24T19:06:44.8573720Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_get_buffer_sizes_s16.c.o 2026-07-24T19:06:44.8574490Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_s16.c.o 2026-07-24T19:06:44.8575250Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_convolve_wrapper_s16.c.o 2026-07-24T19:06:44.8576030Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_fast_s16.c.o 2026-07-24T19:06:44.8576860Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_get_buffer_sizes_s16.c.o 2026-07-24T19:06:44.8577670Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_s16.c.o 2026-07-24T19:06:44.8578600Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s16.c.o 2026-07-24T19:06:44.8579400Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s16.c.o 2026-07-24T19:06:44.8580340Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu6_s8.c.o 2026-07-24T19:06:44.8581100Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_nn_activation_s16.c.o 2026-07-24T19:06:44.8581830Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu_q7.c.o 2026-07-24T19:06:44.8582550Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ActivationFunctions/arm_relu_q15.c.o 2026-07-24T19:06:44.8583300Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8584050Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_s8.c.o 2026-07-24T19:06:44.8584760Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_max_pool_s8.c.o 2026-07-24T19:06:44.8585510Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_get_buffer_sizes_s16.c.o 2026-07-24T19:06:44.8586270Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_avgpool_s16.c.o 2026-07-24T19:06:44.8586990Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PoolingFunctions/arm_max_pool_s16.c.o 2026-07-24T19:06:44.8587720Z [ 50%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_nn_softmax_common_s8.c.o 2026-07-24T19:06:44.8588500Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s8.c.o 2026-07-24T19:06:44.8589240Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s8_s16.c.o 2026-07-24T19:06:44.8589960Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SoftmaxFunctions/arm_softmax_s16.c.o 2026-07-24T19:06:44.8590650Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SVDFunctions/arm_svdf_s8.c.o 2026-07-24T19:06:44.8591360Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SVDFunctions/arm_svdf_get_buffer_sizes_s8.c.o 2026-07-24T19:06:44.8592220Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/SVDFunctions/arm_svdf_state_s16_s8.c.o 2026-07-24T19:06:44.8592950Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/LSTMFunctions/arm_lstm_unidirectional_s8.c.o 2026-07-24T19:06:44.8593700Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/LSTMFunctions/arm_lstm_unidirectional_s16.c.o 2026-07-24T19:06:44.8594430Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/ReshapeFunctions/arm_reshape_s8.c.o 2026-07-24T19:06:44.8595230Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/PadFunctions/arm_pad_s8.c.o 2026-07-24T19:06:44.8595930Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/TransposeFunctions/arm_transpose_s8.c.o 2026-07-24T19:06:44.8596690Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s4.c.o 2026-07-24T19:06:44.8597530Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s4.c.o 2026-07-24T19:06:44.8598470Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_interleaved_t_even_s4.c.o 2026-07-24T19:06:44.8599380Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s4.c.o 2026-07-24T19:06:44.8600150Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s4.c.o 2026-07-24T19:06:44.8600950Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c.o 2026-07-24T19:06:44.8601780Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c.o 2026-07-24T19:06:44.8602580Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_calculate_gate_s8_s16.c.o 2026-07-24T19:06:44.8603360Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_step_s8.c.o 2026-07-24T19:06:44.8604110Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c.o 2026-07-24T19:06:44.8604880Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c.o 2026-07-24T19:06:44.8605650Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c.o 2026-07-24T19:06:44.8606420Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8_s32.c.o 2026-07-24T19:06:44.8607220Z [ 75%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_transpose_conv_row_s8_s32.c.o 2026-07-24T19:06:44.8608040Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mul_result_acc_s8_s16.c.o 2026-07-24T19:06:44.8608870Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_per_ch_s8.c.o 2026-07-24T19:06:44.8609670Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c.o 2026-07-24T19:06:44.8610450Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c.o 2026-07-24T19:06:44.8611430Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_s8_to_s16_unordered_with_offset.c.o 2026-07-24T19:06:44.8612250Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s16.c.o 2026-07-24T19:06:44.8613050Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_calculate_gate_s16.c.o 2026-07-24T19:06:44.8613830Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_lstm_step_s16.c.o 2026-07-24T19:06:44.8614590Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s16.c.o 2026-07-24T19:06:44.8615390Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mul_result_acc_s16.c.o 2026-07-24T19:06:44.8616190Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s16.c.o 2026-07-24T19:06:44.8616970Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s16_s16.c.o 2026-07-24T19:06:44.8617840Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_nntables.c.o 2026-07-24T19:06:44.8618700Z [100%] Building C object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis-nn.dir/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c.o 2026-07-24T19:06:44.8619260Z [100%] Linking C static library libcmsis-nn.a 2026-07-24T19:06:44.8625260Z [100%] Built target cmsis-nn 2026-07-24T19:06:44.8625800Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_backend.cpp.o 2026-07-24T19:06:44.8626490Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_module.cpp.o 2026-07-24T19:06:44.8627190Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_conv_buffer_size.cpp.o 2026-07-24T19:06:44.8627930Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_avgpool_buffer_size.cpp.o 2026-07-24T19:06:44.8629040Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_avgpool_buffer_size.cpp:45:21: warning: enumeration value 'A8W4' not handled in switch [-Wswitch] 2026-07-24T19:06:44.8629920Z switch (data_type) 2026-07-24T19:06:44.8630180Z ^~~~~~~~~ 2026-07-24T19:06:44.8630940Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_avgpool_buffer_size.cpp:45:21: note: add missing switch cases 2026-07-24T19:06:44.8631730Z switch (data_type) 2026-07-24T19:06:44.8631990Z ^ 2026-07-24T19:06:44.8632480Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_depthwise_conv_buffer_size.cpp.o 2026-07-24T19:06:44.8633010Z 1 warning generated. 2026-07-24T19:06:44.8633500Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_fully_connected_buffer_size.cpp.o 2026-07-24T19:06:44.8634260Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_svdf_buffer_size.cpp.o 2026-07-24T19:06:44.8635360Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_fully_connected_buffer_size.cpp:48:21: warning: enumeration value 'A8W4' not handled in switch [-Wswitch] 2026-07-24T19:06:44.8636410Z switch (data_type) 2026-07-24T19:06:44.8636670Z ^~~~~~~~~ 2026-07-24T19:06:44.8637450Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_fully_connected_buffer_size.cpp:48:21: note: add missing switch cases 2026-07-24T19:06:44.8638240Z switch (data_type) 2026-07-24T19:06:44.8638500Z ^ 2026-07-24T19:06:44.8639000Z [100%] Building CXX object backends/cortex_m/cmsis_nn-build/CMakeFiles/cmsis_nn.dir/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp.o 2026-07-24T19:06:44.8640140Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_svdf_buffer_size.cpp:48:21: warning: enumeration values 'A8W4' and 'A16W8' not handled in switch [-Wswitch] 2026-07-24T19:06:44.8641030Z switch (data_type) 2026-07-24T19:06:44.8641290Z ^~~~~~~~~ 2026-07-24T19:06:44.8642040Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_svdf_buffer_size.cpp:48:21: note: add missing switch cases 2026-07-24T19:06:44.8642820Z switch (data_type) 2026-07-24T19:06:44.8643070Z ^ 2026-07-24T19:06:44.8644040Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:178:13: warning: enumeration values 'A8W4' and 'A16W8' not handled in switch [-Wswitch] 2026-07-24T19:06:44.8644960Z switch (data_type) 2026-07-24T19:06:44.8645200Z ^~~~~~~~~ 2026-07-24T19:06:44.8645970Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:178:13: note: add missing switch cases 2026-07-24T19:06:44.8646770Z switch (data_type) 2026-07-24T19:06:44.8647010Z ^ 2026-07-24T19:06:44.8648080Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:199:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 2026-07-24T19:06:44.8649010Z } 2026-07-24T19:06:44.8649220Z ^ 2026-07-24T19:06:44.8650070Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:207:13: warning: enumeration values 'A8W4' and 'A16W8' not handled in switch [-Wswitch] 2026-07-24T19:06:44.8650990Z switch (data_type) 2026-07-24T19:06:44.8651230Z ^~~~~~~~~ 2026-07-24T19:06:44.8651990Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:207:13: note: add missing switch cases 2026-07-24T19:06:44.8652780Z switch (data_type) 2026-07-24T19:06:44.8653020Z ^ 2026-07-24T19:06:44.8653900Z /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-src/Source/Bindings/arm_py_transpose_conv_buffer_size.cpp:225:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 2026-07-24T19:06:44.8654810Z } 2026-07-24T19:06:44.8655020Z ^ 2026-07-24T19:06:44.8655230Z 1 warning generated. 2026-07-24T19:06:44.8655470Z 1 warning generated. 2026-07-24T19:06:44.8655710Z 4 warnings generated. 2026-07-24T19:06:44.8656120Z [100%] Linking CXX shared module cmsis_nn.cpython-312-darwin.so 2026-07-24T19:06:44.8656460Z [100%] Built target cmsis_nn 2026-07-24T19:06:44.8656730Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:44.8657010Z [ 0%] Built target common_schema 2026-07-24T19:06:44.8657290Z [ 0%] Built target scalar_type_schema 2026-07-24T19:06:44.8657590Z [ 0%] Built target flat_tensor_schema 2026-07-24T19:06:44.8657870Z [ 0%] Built target program_schema 2026-07-24T19:06:44.8658160Z [100%] Built target executorch_core 2026-07-24T19:06:44.8658450Z [100%] Built target extension_named_data_map 2026-07-24T19:06:44.8658750Z [100%] Built target extension_data_loader 2026-07-24T19:06:44.8659050Z [100%] Built target extension_flat_tensor 2026-07-24T19:06:44.8659350Z [100%] Built target extension_module 2026-07-24T19:06:44.8659630Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:44.8659910Z [ 0%] Built target flatcc_ep 2026-07-24T19:06:44.8660170Z [ 0%] Built target pthreadpool 2026-07-24T19:06:44.8660440Z [ 0%] Built target cpuinfo 2026-07-24T19:06:44.8660710Z [ 0%] Built target xnnpack-sanitizers 2026-07-24T19:06:44.8661010Z [ 0%] Built target xnnpack-fingerprint-id 2026-07-24T19:06:44.8661300Z [ 0%] Built target common_schema 2026-07-24T19:06:44.8661580Z [ 0%] Built target scalar_type_schema 2026-07-24T19:06:44.8661860Z [ 2%] Built target xnnpack_schema 2026-07-24T19:06:44.8662140Z [ 4%] Built target flatccrt 2026-07-24T19:06:44.8662400Z [ 4%] Built target program_schema 2026-07-24T19:06:44.8662680Z [ 4%] Built target flat_tensor_schema 2026-07-24T19:06:44.8662960Z [ 24%] Built target kleidiai 2026-07-24T19:06:44.8663310Z [ 24%] Built target xnnpack-indirection 2026-07-24T19:06:44.8663610Z [ 26%] Built target xnnpack-logging 2026-07-24T19:06:44.8666870Z [ 26%] Built target xnnpack-microparams-init 2026-07-24T19:06:44.8667190Z [ 26%] Built target xnnpack-normalization 2026-07-24T19:06:44.8667480Z [ 28%] Built target executorch_core 2026-07-24T19:06:44.8667770Z [ 28%] Built target xnnpack-pack-lh 2026-07-24T19:06:44.8668060Z [ 28%] Built target xnnpack-packing 2026-07-24T19:06:44.8668340Z [ 28%] Built target xnnpack-allocator 2026-07-24T19:06:44.8668620Z [ 28%] Built target xnnpack-cache 2026-07-24T19:06:44.8668900Z [ 28%] Built target xnnpack-datatype 2026-07-24T19:06:44.8669200Z [ 28%] Built target xnnpack-operator-delete 2026-07-24T19:06:44.8669500Z [ 30%] Built target xnnpack-mutex 2026-07-24T19:06:44.8669790Z [ 30%] Built target xnnpack-operator-utils 2026-07-24T19:06:44.8670090Z [ 30%] Built target xnnpack-memory 2026-07-24T19:06:44.8670390Z [ 30%] Built target xnnpack-reference-ukernels 2026-07-24T19:06:44.8670710Z [ 30%] Built target xnnpack-operator-run 2026-07-24T19:06:44.8671000Z [ 30%] Built target extension_tensor 2026-07-24T19:06:44.8671290Z [ 30%] Built target extension_data_loader 2026-07-24T19:06:44.8671590Z [ 30%] Built target extension_flat_tensor 2026-07-24T19:06:44.8671890Z [ 30%] Built target extension_named_data_map 2026-07-24T19:06:44.8672200Z [ 32%] Built target kernels_util_all_deps 2026-07-24T19:06:44.8672490Z [ 32%] Built target executorch 2026-07-24T19:06:44.8672760Z [ 34%] Built target extension_threadpool 2026-07-24T19:06:44.8673050Z [ 34%] Built target xnnpack-hardware-config 2026-07-24T19:06:44.8673370Z [ 34%] Built target xnnpack-fingerprint-cache 2026-07-24T19:06:44.8673680Z [ 34%] Built target extension_module_static 2026-07-24T19:06:44.8673990Z [ 94%] Built target xnnpack-microkernels-prod 2026-07-24T19:06:44.8674290Z [ 94%] Built target etdump 2026-07-24T19:06:44.8674570Z [ 94%] Built target xnnpack-microkernel-utils 2026-07-24T19:06:44.8675050Z [ 94%] Building CXX object extension/training/CMakeFiles/extension_training.dir/module/training_module.cpp.o 2026-07-24T19:06:44.8675660Z [ 94%] Building CXX object extension/training/CMakeFiles/extension_training.dir/optimizer/sgd.cpp.o 2026-07-24T19:06:44.8676100Z [ 94%] Built target util 2026-07-24T19:06:44.8676360Z [ 96%] Built target xnnpack-operators 2026-07-24T19:06:44.8676780Z [ 96%] Built target xnnpack-fingerprint-check 2026-07-24T19:06:44.8677080Z [ 98%] Built target xnnpack-subgraph 2026-07-24T19:06:44.8677360Z [100%] Built target XNNPACK 2026-07-24T19:06:44.8677620Z [100%] Built target xnnpack_backend 2026-07-24T19:06:44.8677940Z [100%] Linking CXX static library libextension_training.a 2026-07-24T19:06:44.8678270Z [100%] Built target extension_training 2026-07-24T19:06:44.8678720Z [100%] Building CXX object extension/training/CMakeFiles/_training_lib.dir/pybindings/_training_lib.cpp.o 2026-07-24T19:06:44.8679250Z [100%] Linking CXX shared library _training_lib.cpython-312-darwin.so 2026-07-24T19:06:44.8679600Z [100%] Built target _training_lib 2026-07-24T19:06:44.8679870Z Built target coreml_util 2026-07-24T19:06:44.8680130Z Built target coreml_inmemoryfs 2026-07-24T19:06:44.8680810Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2026-07-24T19:06:44.8681550Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2026-07-24T19:06:44.8682140Z Linking CXX shared library executorchcoreml.cpython-312-darwin.so 2026-07-24T19:06:44.8682500Z Built target executorchcoreml 2026-07-24T19:06:44.8682790Z [ 0%] Performing build step for 'mlx_external' 2026-07-24T19:06:44.8683090Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:44.8683370Z [ 0%] Built target common_schema 2026-07-24T19:06:44.8683640Z [ 50%] Built target mlx_generate_code 2026-07-24T19:06:44.8683920Z [ 50%] Built target program_schema 2026-07-24T19:06:44.8684270Z [ 2%] Built target utils 2026-07-24T19:06:44.8684540Z [ 2%] Built target mlx_version 2026-07-24T19:06:44.8684810Z [ 6%] Built target mlx-metallib 2026-07-24T19:06:44.8685080Z [ 6%] Built target binary_ops 2026-07-24T19:06:44.8685340Z [ 7%] Built target unary_ops 2026-07-24T19:06:44.8685610Z [ 8%] Built target ternary_ops 2026-07-24T19:06:44.8685880Z [ 9%] Built target scatter 2026-07-24T19:06:44.8686130Z [ 10%] Built target reduce_utils 2026-07-24T19:06:44.8686410Z [ 10%] Built target masked_scatter 2026-07-24T19:06:44.8686680Z [ 11%] Built target gather_axis 2026-07-24T19:06:44.8686940Z [ 12%] Built target gather 2026-07-24T19:06:44.8687200Z [ 12%] Built target gather_front 2026-07-24T19:06:44.8687460Z [ 12%] Built target scatter_axis 2026-07-24T19:06:44.8687730Z [ 12%] Built target arange 2026-07-24T19:06:44.8687990Z [ 12%] Built target hadamard 2026-07-24T19:06:44.8688260Z [100%] Built target executorch_core 2026-07-24T19:06:44.8688530Z [ 13%] Built target unary 2026-07-24T19:06:44.8688780Z [ 13%] Built target copy 2026-07-24T19:06:44.8689030Z [ 14%] Built target binary 2026-07-24T19:06:44.8689290Z [ 15%] Built target binary_two 2026-07-24T19:06:44.8689550Z [ 15%] Built target ternary 2026-07-24T19:06:44.8689810Z [ 15%] Built target fft 2026-07-24T19:06:44.8690060Z [ 16%] Built target logsumexp 2026-07-24T19:06:44.8690330Z [ 17%] Built target softmax 2026-07-24T19:06:44.8690580Z [ 17%] Built target sort 2026-07-24T19:06:44.8693370Z [ 17%] Built target scan 2026-07-24T19:06:44.8693700Z [ 17%] Built target reduce 2026-07-24T19:06:44.8693940Z [ 17%] Built target gemm 2026-07-24T19:06:44.8694190Z [ 18%] Built target steel_gemm_fused 2026-07-24T19:06:44.8694460Z [ 19%] Built target steel_gemm_masked 2026-07-24T19:06:44.8694740Z [ 20%] Built target steel_gemm_gather 2026-07-24T19:06:44.8695010Z [ 20%] Built target steel_gemm_splitk 2026-07-24T19:06:44.8695290Z [ 20%] Built target steel_gemm_segmented 2026-07-24T19:06:44.8695570Z [ 21%] Built target steel_conv 2026-07-24T19:06:44.8695820Z [ 21%] Built target conv 2026-07-24T19:06:44.8696060Z [ 21%] Built target steel_conv_3d 2026-07-24T19:06:44.8696330Z [ 22%] Built target steel_conv_general 2026-07-24T19:06:44.8696600Z [ 24%] Built target quantized 2026-07-24T19:06:44.8696850Z [ 24%] Built target quantized_utils 2026-07-24T19:06:44.8697590Z [ 24%] Built target fp_quantized 2026-07-24T19:06:44.8697850Z [ 24%] Built target gemv 2026-07-24T19:06:44.8698090Z [ 25%] Built target gemv_masked 2026-07-24T19:06:44.8698350Z [ 26%] Built target steel_attention 2026-07-24T19:06:44.8698610Z [ 27%] Built target gemm_nax 2026-07-24T19:06:44.8698870Z [ 27%] Built target steel_gemm_fused_nax 2026-07-24T19:06:44.8699150Z [ 27%] Built target steel_gemm_gather_nax 2026-07-24T19:06:44.8699440Z [ 28%] Built target steel_gemm_splitk_nax 2026-07-24T19:06:44.8699730Z [ 29%] Built target steel_gemm_segmented_nax 2026-07-24T19:06:44.8700010Z [ 29%] Built target quantized_nax 2026-07-24T19:06:44.8700280Z [ 29%] Built target steel_attention_nax 2026-07-24T19:06:44.8700550Z [ 30%] Built target fp_quantized_nax 2026-07-24T19:06:44.8700820Z [100%] Built target mlx 2026-07-24T19:06:44.8701070Z [100%] No install step for 'mlx_external' 2026-07-24T19:06:44.8701350Z [100%] Completed 'mlx_external' 2026-07-24T19:06:44.8701610Z [100%] Built target mlx_external 2026-07-24T19:06:44.8701870Z [100%] Built target mlxdelegate 2026-07-24T19:06:44.8702130Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:44.8702390Z [ 0%] Built target flatcc_ep 2026-07-24T19:06:44.8702650Z [ 0%] Built target pthreadpool 2026-07-24T19:06:44.8702900Z [ 0%] Built target cpuinfo 2026-07-24T19:06:44.8703150Z [ 1%] Built target mlx_generate_code 2026-07-24T19:06:44.8703440Z [ 1%] Performing build step for 'mlx_external' 2026-07-24T19:06:44.8703730Z [ 3%] Built target xnnpack_schema 2026-07-24T19:06:44.8704000Z [ 4%] Built target eigen_blas 2026-07-24T19:06:44.8704350Z [ 4%] Built target coreml_util 2026-07-24T19:06:44.8704620Z [ 4%] Built target xnnpack-sanitizers 2026-07-24T19:06:44.8704900Z [ 4%] Built target mlx-metallib 2026-07-24T19:06:44.8705170Z [ 4%] Built target xnnpack-fingerprint-id 2026-07-24T19:06:44.8705460Z [ 4%] Built target common_schema 2026-07-24T19:06:44.8705730Z [ 4%] Built target scalar_type_schema 2026-07-24T19:06:44.8706000Z [ 5%] Built target mlx_version 2026-07-24T19:06:44.8706260Z [ 6%] Built target flatccrt 2026-07-24T19:06:44.8706510Z [ 6%] Built target utils 2026-07-24T19:06:44.8706760Z [ 6%] Built target program_schema 2026-07-24T19:06:44.8707030Z [ 7%] Built target unary_ops 2026-07-24T19:06:44.8707290Z [ 6%] Built target flat_tensor_schema 2026-07-24T19:06:44.8707560Z [ 22%] Built target kleidiai 2026-07-24T19:06:44.8707810Z [ 7%] Built target binary_ops 2026-07-24T19:06:44.8708070Z [ 22%] Built target coreml_inmemoryfs 2026-07-24T19:06:44.8708340Z [ 8%] Built target ternary_ops 2026-07-24T19:06:44.8708600Z [ 24%] Built target xnnpack-logging 2026-07-24T19:06:44.8708870Z [ 9%] Built target reduce_utils 2026-07-24T19:06:44.8709140Z [ 24%] Built target xnnpack-indirection 2026-07-24T19:06:44.8709410Z [ 10%] Built target scatter 2026-07-24T19:06:44.8709680Z [ 24%] Built target xnnpack-microparams-init 2026-07-24T19:06:44.8709970Z [ 25%] Built target executorch_core 2026-07-24T19:06:44.8710240Z [ 10%] Built target masked_scatter 2026-07-24T19:06:44.8710520Z [ 25%] Built target xnnpack-normalization 2026-07-24T19:06:44.8710810Z [ 25%] Built target xnnpack-pack-lh 2026-07-24T19:06:44.8711080Z [ 10%] Built target gather 2026-07-24T19:06:44.8711320Z [ 11%] Built target gather_front 2026-07-24T19:06:44.8711590Z [ 25%] Built target xnnpack-allocator 2026-07-24T19:06:44.8711870Z [ 25%] Built target xnnpack-packing 2026-07-24T19:06:44.8712140Z [ 12%] Built target gather_axis 2026-07-24T19:06:44.8712530Z [ 25%] Built target xnnpack-datatype 2026-07-24T19:06:44.8713340Z [ 25%] Built target xnnpack-cache 2026-07-24T19:06:44.8713700Z [ 12%] Built target scatter_axis 2026-07-24T19:06:44.8714010Z [ 25%] Built target xnnpack-operator-delete 2026-07-24T19:06:44.8714310Z [ 27%] Built target xnnpack-mutex 2026-07-24T19:06:44.8714590Z [ 12%] Built target hadamard 2026-07-24T19:06:44.8714870Z [ 27%] Built target xnnpack-operator-utils 2026-07-24T19:06:44.8719510Z [ 27%] Built target xnnpack-reference-ukernels 2026-07-24T19:06:44.8720060Z [ 12%] Built target arange 2026-07-24T19:06:44.8720320Z [ 27%] Built target xnnpack-memory 2026-07-24T19:06:44.8720580Z [ 13%] Built target copy 2026-07-24T19:06:44.8720830Z [ 13%] Built target unary 2026-07-24T19:06:44.8721090Z [ 27%] Built target xnnpack-operator-run 2026-07-24T19:06:44.8721360Z [ 15%] Built target binary 2026-07-24T19:06:44.8721610Z [ 15%] Built target binary_two 2026-07-24T19:06:44.8721870Z [ 15%] Built target fft 2026-07-24T19:06:44.8722130Z [ 75%] Built target xnnpack-microkernels-prod 2026-07-24T19:06:44.8722450Z [ 77%] Built target extension_threadpool 2026-07-24T19:06:44.8722730Z [ 77%] Built target executorch 2026-07-24T19:06:44.8722990Z [ 16%] Built target logsumexp 2026-07-24T19:06:44.8739840Z [ 77%] Built target extension_data_loader 2026-07-24T19:06:44.8740160Z [ 16%] Built target ternary 2026-07-24T19:06:44.8740420Z [ 77%] Built target extension_flat_tensor 2026-07-24T19:06:44.8740730Z [ 77%] Built target extension_named_data_map 2026-07-24T19:06:44.8741020Z [ 17%] Built target softmax 2026-07-24T19:06:44.8741280Z [ 77%] Built target extension_tensor 2026-07-24T19:06:44.8741550Z [ 17%] Built target scan 2026-07-24T19:06:44.8741790Z [ 17%] Built target sort 2026-07-24T19:06:44.8742030Z [ 77%] Built target cpublas 2026-07-24T19:06:44.8742290Z [ 17%] Built target reduce 2026-07-24T19:06:44.8742560Z [ 77%] Built target grid_sampler_2d_fp16_hw_impl 2026-07-24T19:06:44.8742850Z [ 17%] Built target gemm 2026-07-24T19:06:44.8743110Z [ 79%] Built target kernels_util_all_deps 2026-07-24T19:06:44.8743600Z [ 18%] Built target steel_gemm_fused 2026-07-24T19:06:44.8743910Z [ 79%] Built target xnnpack-hardware-config 2026-07-24T19:06:44.8744200Z [ 19%] Built target steel_gemm_masked 2026-07-24T19:06:44.8744500Z [ 79%] Built target xnnpack-fingerprint-cache 2026-07-24T19:06:44.8744800Z [ 20%] Built target steel_gemm_gather 2026-07-24T19:06:44.8745090Z [ 79%] Built target xnnpack-microkernel-utils 2026-07-24T19:06:44.8745390Z [ 20%] Built target steel_gemm_splitk 2026-07-24T19:06:44.8745670Z [ 20%] Built target steel_gemm_segmented 2026-07-24T19:06:44.8745940Z [ 20%] Built target conv 2026-07-24T19:06:44.8746190Z [ 79%] Built target etdump 2026-07-24T19:06:44.8746440Z [ 21%] Built target steel_conv 2026-07-24T19:06:44.8746700Z [ 21%] Built target steel_conv_3d 2026-07-24T19:06:44.8746970Z [ 79%] Built target bundled_program 2026-07-24T19:06:44.8747240Z [ 80%] Built target coremldelegate 2026-07-24T19:06:44.8747510Z [ 22%] Built target steel_conv_general 2026-07-24T19:06:44.8747800Z [ 80%] Built target extension_module_static 2026-07-24T19:06:44.8748090Z [ 23%] Built target quantized_utils 2026-07-24T19:06:44.8748360Z [ 24%] Built target quantized 2026-07-24T19:06:44.8748610Z [ 80%] Built target util 2026-07-24T19:06:44.8748860Z [ 24%] Built target fp_quantized 2026-07-24T19:06:44.8749120Z [ 24%] Built target gemv 2026-07-24T19:06:44.8749370Z [ 82%] Built target xnnpack-operators 2026-07-24T19:06:44.8749650Z [ 25%] Built target gemv_masked 2026-07-24T19:06:44.8749920Z [ 26%] Built target steel_attention 2026-07-24T19:06:44.8750190Z [ 82%] Built target bundled_module 2026-07-24T19:06:44.8750450Z [ 82%] Built target optimized_kernels 2026-07-24T19:06:44.8750720Z [ 27%] Built target gemm_nax 2026-07-24T19:06:44.8751000Z [ 82%] Built target xnnpack-fingerprint-check 2026-07-24T19:06:44.8751300Z [ 27%] Built target steel_gemm_fused_nax 2026-07-24T19:06:44.8751590Z [ 27%] Built target steel_gemm_gather_nax 2026-07-24T19:06:44.8751880Z [ 83%] Built target xnnpack-subgraph 2026-07-24T19:06:44.8752160Z [ 28%] Built target steel_gemm_splitk_nax 2026-07-24T19:06:44.8752450Z [ 29%] Built target steel_gemm_segmented_nax 2026-07-24T19:06:44.8752740Z [ 29%] Built target quantized_nax 2026-07-24T19:06:44.8753020Z [ 30%] Built target fp_quantized_nax 2026-07-24T19:06:44.8753290Z [ 85%] Built target XNNPACK 2026-07-24T19:06:44.8753680Z [ 30%] Built target steel_attention_nax 2026-07-24T19:06:44.8753960Z [ 85%] Built target xnnpack_backend 2026-07-24T19:06:44.8754250Z [ 98%] Built target optimized_portable_kernels 2026-07-24T19:06:44.8754560Z [100%] Built target optimized_native_cpu_ops_lib 2026-07-24T19:06:44.8754860Z [100%] Built target mlx 2026-07-24T19:06:44.8755110Z [100%] No install step for 'mlx_external' 2026-07-24T19:06:44.8755390Z [100%] Completed 'mlx_external' 2026-07-24T19:06:44.8755650Z [100%] Built target mlx_external 2026-07-24T19:06:44.8755920Z [100%] Built target mlxdelegate 2026-07-24T19:06:44.8756180Z [100%] Built target portable_lib 2026-07-24T19:06:44.8756600Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2026-07-24T19:06:44.8757190Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2026-07-24T19:06:44.8757800Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2026-07-24T19:06:44.8758430Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2026-07-24T19:06:44.8762530Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2026-07-24T19:06:44.8763280Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2026-07-24T19:06:44.8763920Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2026-07-24T19:06:44.8764690Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2026-07-24T19:06:44.8765350Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2026-07-24T19:06:44.8765950Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2026-07-24T19:06:44.8766450Z [100%] Linking CXX shared library libcustom_ops_aot_lib.dylib 2026-07-24T19:06:44.8766790Z [100%] Built target custom_ops_aot_lib 2026-07-24T19:06:44.8767060Z [ 0%] Built target flatbuffers_ep 2026-07-24T19:06:44.8767330Z [ 0%] Built target pthreadpool 2026-07-24T19:06:44.8767590Z [ 0%] Built target flatcc_ep 2026-07-24T19:06:44.8767850Z [ 0%] Built target cpuinfo 2026-07-24T19:06:44.8768110Z [ 1%] Built target mlx_generate_code 2026-07-24T19:06:44.8768600Z [ 1%] Performing build step for 'mlx_external' 2026-07-24T19:06:44.8768900Z [ 3%] Built target xnnpack_schema 2026-07-24T19:06:44.8769170Z [ 4%] Built target eigen_blas 2026-07-24T19:06:44.8769430Z [ 4%] Built target coreml_util 2026-07-24T19:06:44.8769700Z [ 4%] Built target xnnpack-sanitizers 2026-07-24T19:06:44.8769980Z [ 4%] Built target mlx-metallib 2026-07-24T19:06:44.8770250Z [ 4%] Built target xnnpack-fingerprint-id 2026-07-24T19:06:44.8770550Z [ 4%] Built target common_schema 2026-07-24T19:06:44.8770810Z [ 5%] Built target mlx_version 2026-07-24T19:06:44.8771070Z [ 4%] Built target scalar_type_schema 2026-07-24T19:06:44.8771340Z [ 6%] Built target utils 2026-07-24T19:06:44.8771590Z [ 6%] Built target flatccrt 2026-07-24T19:06:44.8771840Z [ 7%] Built target unary_ops 2026-07-24T19:06:44.8786910Z [ 6%] Built target program_schema 2026-07-24T19:06:44.8796370Z [ 22%] Built target kleidiai 2026-07-24T19:06:44.8826080Z [ 7%] Built target binary_ops 2026-07-24T19:06:44.8830320Z [ 22%] Built target coreml_inmemoryfs 2026-07-24T19:06:44.8858110Z [ 22%] Built target flat_tensor_schema 2026-07-24T19:06:44.8863190Z [ 8%] Built target ternary_ops 2026-07-24T19:06:44.8886320Z [ 23%] Built target xnnpack-logging 2026-07-24T19:06:44.8890770Z [ 9%] Built target reduce_utils 2026-07-24T19:06:44.8910780Z [ 23%] Built target xnnpack-indirection 2026-07-24T19:06:44.8914340Z [ 10%] Built target scatter 2026-07-24T19:06:44.8935420Z [ 25%] Built target executorch_core 2026-07-24T19:06:44.8939620Z [ 10%] Built target masked_scatter 2026-07-24T19:06:44.8956580Z [ 10%] Built target gather 2026-07-24T19:06:44.8956990Z [ 25%] Built target xnnpack-microparams-init 2026-07-24T19:06:44.8957330Z [ 11%] Built target gather_front 2026-07-24T19:06:44.8957620Z [ 12%] Built target gather_axis 2026-07-24T19:06:44.8957920Z [ 12%] Built target scatter_axis 2026-07-24T19:06:44.8958220Z [ 25%] Built target xnnpack-normalization 2026-07-24T19:06:44.8958530Z [ 12%] Built target hadamard 2026-07-24T19:06:44.8958810Z [ 12%] Built target arange 2026-07-24T19:06:44.8959110Z [ 25%] Built target xnnpack-pack-lh 2026-07-24T19:06:44.8959410Z [ 13%] Built target copy 2026-07-24T19:06:44.8959680Z [ 13%] Built target unary 2026-07-24T19:06:44.8959940Z [ 14%] Built target binary 2026-07-24T19:06:44.8960210Z [ 15%] Built target binary_two 2026-07-24T19:06:44.8960500Z [ 25%] Built target xnnpack-packing 2026-07-24T19:06:44.8960800Z [ 15%] Built target fft 2026-07-24T19:06:44.8961050Z [ 16%] Built target logsumexp 2026-07-24T19:06:44.8961330Z [ 16%] Built target ternary 2026-07-24T19:06:44.8961760Z [ 25%] Built target xnnpack-allocator 2026-07-24T19:06:44.8962090Z [ 17%] Built target softmax 2026-07-24T19:06:44.8962360Z [ 17%] Built target scan 2026-07-24T19:06:44.8962640Z [ 25%] Built target xnnpack-cache 2026-07-24T19:06:44.8962920Z [ 17%] Built target sort 2026-07-24T19:06:44.8963190Z [ 17%] Built target reduce 2026-07-24T19:06:44.8963470Z [ 17%] Built target gemm 2026-07-24T19:06:44.8963730Z [ 18%] Built target steel_gemm_fused 2026-07-24T19:06:44.8964420Z [ 19%] Built target steel_gemm_masked 2026-07-24T19:06:44.8964750Z [ 20%] Built target steel_gemm_gather 2026-07-24T19:06:44.8991500Z [ 20%] Built target steel_gemm_splitk 2026-07-24T19:06:44.8998290Z [ 20%] Built target steel_gemm_segmented 2026-07-24T19:06:44.8998630Z [ 20%] Built target conv 2026-07-24T19:06:44.8998930Z [ 21%] Built target steel_conv 2026-07-24T19:06:44.8999240Z [ 73%] Built target xnnpack-microkernels-prod 2026-07-24T19:06:44.8999570Z [ 21%] Built target steel_conv_3d 2026-07-24T19:06:44.8999870Z [ 22%] Built target steel_conv_general 2026-07-24T19:06:44.9000170Z [ 23%] Built target quantized_utils 2026-07-24T19:06:44.9000470Z [ 73%] Built target xnnpack-datatype 2026-07-24T19:06:44.9000770Z [ 24%] Built target quantized 2026-07-24T19:06:44.9001070Z [ 73%] Built target xnnpack-operator-delete 2026-07-24T19:06:44.9001380Z [ 24%] Built target fp_quantized 2026-07-24T19:06:44.9001660Z [ 74%] Built target xnnpack-mutex 2026-07-24T19:06:44.9001960Z [ 24%] Built target gemv 2026-07-24T19:06:44.9002230Z [ 25%] Built target gemv_masked 2026-07-24T19:06:44.9002510Z [ 26%] Built target steel_attention 2026-07-24T19:06:44.9002800Z [ 27%] Built target gemm_nax 2026-07-24T19:06:44.9003090Z [ 74%] Built target xnnpack-operator-utils 2026-07-24T19:06:44.9003400Z [ 27%] Built target steel_gemm_fused_nax 2026-07-24T19:06:44.9003720Z [ 27%] Built target steel_gemm_gather_nax 2026-07-24T19:06:44.9004030Z [ 28%] Built target steel_gemm_splitk_nax 2026-07-24T19:06:44.9004350Z [ 29%] Built target steel_gemm_segmented_nax 2026-07-24T19:06:44.9004680Z [ 29%] Built target quantized_nax 2026-07-24T19:06:44.9004990Z [ 74%] Built target xnnpack-reference-ukernels 2026-07-24T19:06:44.9005310Z [ 30%] Built target fp_quantized_nax 2026-07-24T19:06:44.9005610Z [ 30%] Built target steel_attention_nax 2026-07-24T19:06:44.9005910Z [ 74%] Built target xnnpack-memory 2026-07-24T19:06:44.9006210Z [ 74%] Built target xnnpack-operator-run 2026-07-24T19:06:44.9006520Z [ 74%] Built target executorch 2026-07-24T19:06:44.9006810Z [ 74%] Built target extension_data_loader 2026-07-24T19:06:44.9007120Z [ 74%] Built target extension_flat_tensor 2026-07-24T19:06:44.9007430Z [ 74%] Built target extension_named_data_map 2026-07-24T19:06:44.9007750Z [ 76%] Built target kernels_util_all_deps 2026-07-24T19:06:44.9008510Z [ 76%] Built target extension_tensor 2026-07-24T19:06:44.9008830Z [ 76%] Built target grid_sampler_2d_fp16_hw_impl 2026-07-24T19:06:44.9009160Z [ 77%] Built target extension_threadpool 2026-07-24T19:06:44.9009500Z [ 77%] Built target xnnpack-hardware-config 2026-07-24T19:06:44.9009830Z [ 77%] Built target xnnpack-fingerprint-cache 2026-07-24T19:06:44.9010160Z [ 77%] Built target bundled_program 2026-07-24T19:06:44.9010450Z [ 77%] Built target etdump 2026-07-24T19:06:44.9010730Z [ 77%] Built target extension_module_static 2026-07-24T19:06:44.9011030Z [ 77%] Built target util 2026-07-24T19:06:44.9011320Z [ 79%] Built target coremldelegate 2026-07-24T19:06:44.9011610Z [ 79%] Built target cpublas 2026-07-24T19:06:44.9011900Z [ 79%] Built target xnnpack-microkernel-utils 2026-07-24T19:06:44.9012220Z [ 79%] Built target bundled_module 2026-07-24T19:06:44.9012500Z [100%] Built target mlx 2026-07-24T19:06:44.9012790Z [ 79%] No install step for 'mlx_external' 2026-07-24T19:06:44.9013100Z [ 80%] Built target xnnpack-operators 2026-07-24T19:06:44.9013400Z [ 80%] Completed 'mlx_external' 2026-07-24T19:06:44.9013700Z [ 80%] Built target xnnpack-fingerprint-check 2026-07-24T19:06:44.9014020Z [ 80%] Built target optimized_kernels 2026-07-24T19:06:44.9014320Z [ 80%] Built target mlx_external 2026-07-24T19:06:44.9014610Z [ 82%] Built target xnnpack-subgraph 2026-07-24T19:06:44.9014910Z [ 82%] Built target mlxdelegate 2026-07-24T19:06:44.9015200Z [ 84%] Built target XNNPACK 2026-07-24T19:06:44.9015470Z [ 84%] Built target xnnpack_backend 2026-07-24T19:06:44.9016290Z [ 96%] Built target optimized_portable_kernels 2026-07-24T19:06:44.9016930Z [ 98%] Built target optimized_native_cpu_ops_lib 2026-07-24T19:06:44.9017260Z [ 98%] Built target portable_lib 2026-07-24T19:06:44.9017730Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2026-07-24T19:06:44.9018380Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2026-07-24T19:06:44.9019030Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2026-07-24T19:06:44.9019710Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2026-07-24T19:06:44.9020380Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2026-07-24T19:06:44.9021050Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2026-07-24T19:06:44.9021720Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2026-07-24T19:06:44.9022380Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2026-07-24T19:06:44.9023040Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2026-07-24T19:06:44.9023700Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2026-07-24T19:06:44.9024250Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2026-07-24T19:06:44.9024630Z [ 98%] Built target quantized_pybind_kernels_lib 2026-07-24T19:06:44.9025030Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2026-07-24T19:06:44.9025430Z [ 98%] Generating code for kernel registration 2026-07-24T19:06:44.9026050Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2026-07-24T19:06:44.9026710Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2026-07-24T19:06:44.9033780Z [ 98%] Built target quantized_ops_pybind_lib 2026-07-24T19:06:44.9034170Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2026-07-24T19:06:44.9036200Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2026-07-24T19:06:44.9037980Z [ 98%] Generating code for kernel registration 2026-07-24T19:06:44.9038520Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2026-07-24T19:06:44.9039260Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2026-07-24T19:06:44.9039910Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2026-07-24T19:06:44.9040520Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2026-07-24T19:06:44.9041140Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2026-07-24T19:06:44.9042090Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:75:66: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9043020Z weight.dim() == 2, "weight must be 2D but got() %zd dims", weight.dim()); 2026-07-24T19:06:44.9043440Z ~~~ ^~~~~~~~~~~~ 2026-07-24T19:06:44.9043790Z %lld 2026-07-24T19:06:44.9044380Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9045130Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9045600Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9046220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9046800Z ##__VA_ARGS__) 2026-07-24T19:06:44.9047050Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9047760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9048360Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9048680Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9049390Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:80:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9050160Z weight_scales.dim()); 2026-07-24T19:06:44.9050420Z ^~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9050980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9051630Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9052020Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9052630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9053230Z ##__VA_ARGS__) 2026-07-24T19:06:44.9053480Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9053990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9054710Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9055050Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9055760Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:86:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9056570Z weight_scales.size(0), 2026-07-24T19:06:44.9056850Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9057410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9058050Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9058440Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9059060Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9059640Z ##__VA_ARGS__) 2026-07-24T19:06:44.9059890Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9060400Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9061000Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9061330Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9062130Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:87:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9062890Z weight.size(0)); 2026-07-24T19:06:44.9063140Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:44.9063680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9064320Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9064720Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9065340Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9065930Z ##__VA_ARGS__) 2026-07-24T19:06:44.9066180Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9066700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9067300Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9067630Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9068350Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:96:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9069110Z weight.size(1), 2026-07-24T19:06:44.9069370Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:44.9069930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9070590Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9070970Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9071590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9072180Z ##__VA_ARGS__) 2026-07-24T19:06:44.9072420Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9073090Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9073770Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9074090Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9074800Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:97:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9075540Z num_groups); 2026-07-24T19:06:44.9075780Z ^~~~~~~~~~ 2026-07-24T19:06:44.9076310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9080330Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9080780Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9081410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9081990Z ##__VA_ARGS__) 2026-07-24T19:06:44.9082240Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9082740Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9083340Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9083660Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9084460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:140:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9085260Z opt_weight_zero_points.value().size(i), 2026-07-24T19:06:44.9085580Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9086160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9086800Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9087180Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9087790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9088380Z ##__VA_ARGS__) 2026-07-24T19:06:44.9088630Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9089140Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9089730Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9090060Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9090780Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/embeddingxb.cpp:141:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9091540Z weight_scales.size(i)); 2026-07-24T19:06:44.9091820Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9092370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9093010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9093400Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9094030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9094610Z ##__VA_ARGS__) 2026-07-24T19:06:44.9094970Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9095480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9096070Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9096390Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9097120Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:68:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9097880Z scale_out.size(i)); 2026-07-24T19:06:44.9098150Z ^~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9098690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9099330Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9099710Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9100330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9100910Z ##__VA_ARGS__) 2026-07-24T19:06:44.9101150Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9101820Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9102500Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9102830Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9103560Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:73:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9104330Z zero_point_out.size(i)); 2026-07-24T19:06:44.9104620Z ^~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9105170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9105820Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9106200Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9106810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9107390Z ##__VA_ARGS__) 2026-07-24T19:06:44.9107640Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9108140Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9108730Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9109050Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9109780Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:78:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9110670Z input.dim() - 1, 2026-07-24T19:06:44.9111020Z ^~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9111550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9112200Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9112580Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9113200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9113910Z ##__VA_ARGS__) 2026-07-24T19:06:44.9114150Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9114660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9115250Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9115570Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9116300Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:79:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9117080Z scale_out.size(input.dim() - 1)); 2026-07-24T19:06:44.9117370Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9117940Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9118580Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9118950Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9119570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9123010Z ##__VA_ARGS__) 2026-07-24T19:06:44.9123300Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9123810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9124500Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9124830Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9125550Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:83:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9126320Z input.dim() - 1, 2026-07-24T19:06:44.9126580Z ^~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9127110Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9127750Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9128140Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9128840Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9129410Z ##__VA_ARGS__) 2026-07-24T19:06:44.9129650Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9130320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9130900Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9131220Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9131930Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_choose_qparams.cpp:84:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9132700Z zero_point_out.size(input.dim() - 1)); 2026-07-24T19:06:44.9133000Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9133570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9134190Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9134570Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9135200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9135960Z ##__VA_ARGS__) 2026-07-24T19:06:44.9136650Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9137260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9137860Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9138180Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9138590Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2026-07-24T19:06:44.9139230Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2026-07-24T19:06:44.9139670Z 8 warnings generated. 2026-07-24T19:06:44.9140090Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2026-07-24T19:06:44.9140540Z 6 warnings generated. 2026-07-24T19:06:44.9140950Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2026-07-24T19:06:44.9141870Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:37:66: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9142940Z weight.dim() == 2, "weight must be 2D but got() %zd dims", weight.dim()); 2026-07-24T19:06:44.9143340Z ~~~ ^~~~~~~~~~~~ 2026-07-24T19:06:44.9143980Z %lld 2026-07-24T19:06:44.9144600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9145230Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9145610Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9146210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9146790Z ##__VA_ARGS__) 2026-07-24T19:06:44.9147020Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9147510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9148080Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9148390Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9149100Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:42:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9149840Z weight_scales.dim()); 2026-07-24T19:06:44.9150100Z ^~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9150620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9151250Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9151610Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9152210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9152790Z ##__VA_ARGS__) 2026-07-24T19:06:44.9153010Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9153510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9154080Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9154560Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9156620Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:48:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9157390Z weight_scales.size(0), 2026-07-24T19:06:44.9157650Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9158180Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9158810Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9159180Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9159780Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9160350Z ##__VA_ARGS__) 2026-07-24T19:06:44.9160580Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9161080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9161650Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9161960Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9162660Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:49:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9163500Z weight.size(0)); 2026-07-24T19:06:44.9163760Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:44.9168180Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9168870Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9169250Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9169850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9170420Z ##__VA_ARGS__) 2026-07-24T19:06:44.9170650Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9171130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9173650Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9174440Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9176070Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:57:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9177780Z weight.size(1), 2026-07-24T19:06:44.9178340Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:44.9179540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9180930Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9181740Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9183080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9184380Z ##__VA_ARGS__) 2026-07-24T19:06:44.9184860Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9185960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9187250Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9188690Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9190260Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:58:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9191910Z num_groups); 2026-07-24T19:06:44.9192400Z ^~~~~~~~~~ 2026-07-24T19:06:44.9193530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9194940Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9195720Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9197040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9198320Z ##__VA_ARGS__) 2026-07-24T19:06:44.9198810Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9199900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9201170Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9201820Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9203520Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:102:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9205620Z opt_weight_zero_points.value().size(i), 2026-07-24T19:06:44.9206290Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9207540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9208930Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9209710Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9211040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9212320Z ##__VA_ARGS__) 2026-07-24T19:06:44.9212790Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9213880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9215160Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9215810Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9217390Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:103:11: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9219060Z weight_scales.size(i)); 2026-07-24T19:06:44.9219610Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:44.9220790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9222170Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9222940Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9224270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9225550Z ##__VA_ARGS__) 2026-07-24T19:06:44.9226020Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9227110Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9228360Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9229240Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9230810Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:88:27: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9232470Z ET_CHECK_VALID_DIM(dim, in.dim()); 2026-07-24T19:06:44.9233040Z ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9234350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9235800Z UPPER_BOUND, \ 2026-07-24T19:06:44.9236430Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9237670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9239090Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9239860Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9241210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9242490Z ##__VA_ARGS__) 2026-07-24T19:06:44.9242960Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9244240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9245540Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9246190Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9248750Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:217:3: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::apply_over_unpacked_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:218:7)>' requested here 2026-07-24T19:06:44.9251370Z apply_over_unpacked_dim( 2026-07-24T19:06:44.9251900Z ^ 2026-07-24T19:06:44.9262130Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:88:27: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9264100Z ET_CHECK_VALID_DIM(dim, in.dim()); 2026-07-24T19:06:44.9264710Z ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9266170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9267510Z UPPER_BOUND) 2026-07-24T19:06:44.9267990Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9269160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9270560Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9271340Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9273000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9273680Z ##__VA_ARGS__) 2026-07-24T19:06:44.9273980Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9274510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9275090Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9275410Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9275880Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9277330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9278160Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9278480Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9279130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9279800Z UPPER_BOUND, \ 2026-07-24T19:06:44.9280110Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9280630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9281290Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9281650Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9282260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9282840Z ##__VA_ARGS__) 2026-07-24T19:06:44.9283060Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9283720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9284330Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9284630Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9285690Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9286770Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9287070Z ^ 2026-07-24T19:06:44.9287540Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9288550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9289350Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9289650Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9290250Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9290860Z UPPER_BOUND) 2026-07-24T19:06:44.9291090Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9291590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9292220Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9292580Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9293190Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9293760Z ##__VA_ARGS__) 2026-07-24T19:06:44.9293990Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9294480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9295240Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9295540Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9296010Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9297010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9297810Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9298110Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9298720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9299360Z UPPER_BOUND, \ 2026-07-24T19:06:44.9299660Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9300170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9300800Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9301160Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9301760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9302390Z ##__VA_ARGS__) 2026-07-24T19:06:44.9302630Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9303120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9303690Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9304000Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9305020Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9306080Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9306370Z ^ 2026-07-24T19:06:44.9306840Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9307820Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9308610Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9308910Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9309510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9310120Z UPPER_BOUND) 2026-07-24T19:06:44.9315360Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9315970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9316600Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9316980Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9317570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9318140Z ##__VA_ARGS__) 2026-07-24T19:06:44.9318720Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9319210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9319780Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9320080Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9320540Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9321550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9322330Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9322630Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9323230Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9323870Z UPPER_BOUND, \ 2026-07-24T19:06:44.9324200Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9324700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9325320Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9325780Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9326390Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9326960Z ##__VA_ARGS__) 2026-07-24T19:06:44.9327180Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9327670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9328250Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9328550Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9329550Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9330610Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9330900Z ^ 2026-07-24T19:06:44.9331370Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9332360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9333150Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9333440Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9334040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9334640Z UPPER_BOUND) 2026-07-24T19:06:44.9334860Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9335370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9335990Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9336350Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9337020Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9337590Z ##__VA_ARGS__) 2026-07-24T19:06:44.9337820Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9338300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9338880Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9339180Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9339640Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9340630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9341430Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9341720Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9342310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9342950Z UPPER_BOUND, \ 2026-07-24T19:06:44.9343240Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9343790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9344420Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9344790Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9345380Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9345950Z ##__VA_ARGS__) 2026-07-24T19:06:44.9346170Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9346660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9347240Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9347540Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9348570Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9349630Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9349910Z ^ 2026-07-24T19:06:44.9350370Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9351370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9352150Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9352440Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9353050Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9353650Z UPPER_BOUND) 2026-07-24T19:06:44.9353870Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9354370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9355060Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9355420Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9356310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9360260Z ##__VA_ARGS__) 2026-07-24T19:06:44.9360540Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9361050Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9361630Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9361950Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9362410Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9363440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9364260Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9364550Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9365150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9365910Z UPPER_BOUND, \ 2026-07-24T19:06:44.9366210Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9366710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9367330Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9367690Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9368290Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9368850Z ##__VA_ARGS__) 2026-07-24T19:06:44.9369070Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9369570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9370150Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9370460Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9371500Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9372770Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9373050Z ^ 2026-07-24T19:06:44.9373530Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9374530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9375320Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9375650Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9376260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9376860Z UPPER_BOUND) 2026-07-24T19:06:44.9377170Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9377670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9378290Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9378650Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9379240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9379810Z ##__VA_ARGS__) 2026-07-24T19:06:44.9380040Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9380520Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9381100Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9381400Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9381880Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9382870Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9383660Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9383960Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9384600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9385240Z UPPER_BOUND, \ 2026-07-24T19:06:44.9385530Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9386030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9386660Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9387020Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9387620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9388190Z ##__VA_ARGS__) 2026-07-24T19:06:44.9388410Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9388900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9389470Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9389780Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9390780Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9391850Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9392130Z ^ 2026-07-24T19:06:44.9392600Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9393600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9394400Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9394700Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9395310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9396040Z UPPER_BOUND) 2026-07-24T19:06:44.9396260Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9396800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9397420Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9397800Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9398390Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9398960Z ##__VA_ARGS__) 2026-07-24T19:06:44.9399190Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9399710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9400300Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9400600Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9403940Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9404940Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9405980Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9406300Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9406900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9407550Z UPPER_BOUND, \ 2026-07-24T19:06:44.9407840Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9408350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9408970Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9409330Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9409930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9410500Z ##__VA_ARGS__) 2026-07-24T19:06:44.9410720Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9411200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9411770Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9412080Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9413080Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9414140Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9414430Z ^ 2026-07-24T19:06:44.9414900Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9415910Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9416790Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9417080Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9417690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9418300Z UPPER_BOUND) 2026-07-24T19:06:44.9418530Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9419040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9419680Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9420050Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9420650Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9421240Z ##__VA_ARGS__) 2026-07-24T19:06:44.9421470Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9421960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9422540Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9422850Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9423310Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9424380Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9425180Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9425480Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9426110Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9426750Z UPPER_BOUND, \ 2026-07-24T19:06:44.9427040Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9427560Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9428190Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9428560Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9429160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9429720Z ##__VA_ARGS__) 2026-07-24T19:06:44.9429950Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9430440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9431030Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9431340Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9432350Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9433400Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9433690Z ^ 2026-07-24T19:06:44.9434160Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9435150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9436000Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9436290Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9436890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9437480Z UPPER_BOUND) 2026-07-24T19:06:44.9437710Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9438210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9438840Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9439190Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9439790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9440360Z ##__VA_ARGS__) 2026-07-24T19:06:44.9440590Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9441070Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9441660Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9442020Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9442500Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9443510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9444300Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9444600Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9445220Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9448630Z UPPER_BOUND, \ 2026-07-24T19:06:44.9448930Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9449440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9450060Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9450420Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9451010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9451590Z ##__VA_ARGS__) 2026-07-24T19:06:44.9451810Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9452300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9452890Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9453200Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9454230Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9455300Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9455680Z ^ 2026-07-24T19:06:44.9456150Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9457160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9457950Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9458250Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9458880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9459520Z UPPER_BOUND) 2026-07-24T19:06:44.9460200Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9460840Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9461510Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9461880Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9462490Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9463070Z ##__VA_ARGS__) 2026-07-24T19:06:44.9463300Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9463950Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9464550Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9464850Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9465340Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9466360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9467180Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9467480Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9468080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9468740Z UPPER_BOUND, \ 2026-07-24T19:06:44.9469040Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9469550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9470190Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9470570Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9471160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9471730Z ##__VA_ARGS__) 2026-07-24T19:06:44.9471960Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9472450Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9473030Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9473340Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9474390Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9475650Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9475950Z ^ 2026-07-24T19:06:44.9476410Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9477460Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9478250Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9478550Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9479170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9479780Z UPPER_BOUND) 2026-07-24T19:06:44.9480010Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9480520Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9481160Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9481530Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9482230Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9482810Z ##__VA_ARGS__) 2026-07-24T19:06:44.9483040Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9483550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9484120Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9484430Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9484900Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9485910Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9486710Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9487010Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9487630Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9488270Z UPPER_BOUND, \ 2026-07-24T19:06:44.9488570Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9489080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9489700Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9490070Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9494410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9494990Z ##__VA_ARGS__) 2026-07-24T19:06:44.9495220Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9495710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9496280Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9496580Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9497610Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9498780Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9499070Z ^ 2026-07-24T19:06:44.9499550Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9500540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9501330Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9501620Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9502230Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9502990Z UPPER_BOUND) 2026-07-24T19:06:44.9503250Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9503790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9504430Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9504940Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9505580Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9506160Z ##__VA_ARGS__) 2026-07-24T19:06:44.9506390Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9506880Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9507460Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9507760Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9508230Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9509240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9510050Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9510350Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9510960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9511610Z UPPER_BOUND, \ 2026-07-24T19:06:44.9511920Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9512420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9513050Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9513420Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9514030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9514590Z ##__VA_ARGS__) 2026-07-24T19:06:44.9514820Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9515300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9515960Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9516270Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9517280Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9518350Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9518640Z ^ 2026-07-24T19:06:44.9519100Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9520100Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9520890Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9521190Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9521790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9522640Z UPPER_BOUND) 2026-07-24T19:06:44.9522970Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9523700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9524360Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9524750Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9525370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9525950Z ##__VA_ARGS__) 2026-07-24T19:06:44.9526180Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9526680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9527250Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9527560Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9528030Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9529030Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9529830Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9530140Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9530790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9531430Z UPPER_BOUND, \ 2026-07-24T19:06:44.9531740Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9532250Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9532860Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9533230Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9533830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9534400Z ##__VA_ARGS__) 2026-07-24T19:06:44.9534710Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9535210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9535790Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9539400Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9540450Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9541500Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9541790Z ^ 2026-07-24T19:06:44.9542250Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9543260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9544050Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9544340Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9544950Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9545610Z UPPER_BOUND) 2026-07-24T19:06:44.9545840Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9546340Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9546970Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9547330Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9547930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9548500Z ##__VA_ARGS__) 2026-07-24T19:06:44.9548730Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9549210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9549790Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9550100Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9550560Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9551560Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9552350Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9552650Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9553250Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9553880Z UPPER_BOUND, \ 2026-07-24T19:06:44.9554170Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9554670Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9555300Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9555670Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9556390Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9556960Z ##__VA_ARGS__) 2026-07-24T19:06:44.9557190Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9557710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9558280Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9558580Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9559590Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9560660Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9560950Z ^ 2026-07-24T19:06:44.9561420Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9562410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9563200Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9563590Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9564200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9564800Z UPPER_BOUND) 2026-07-24T19:06:44.9565030Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9565530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9566150Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9566520Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9567120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9567690Z ##__VA_ARGS__) 2026-07-24T19:06:44.9567920Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9568410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9568980Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9569280Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9569750Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9570740Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9571530Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9571830Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9572510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9573140Z UPPER_BOUND, \ 2026-07-24T19:06:44.9573440Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9573940Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9574630Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9575000Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9575590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9576160Z ##__VA_ARGS__) 2026-07-24T19:06:44.9576390Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9576890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9577470Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9577770Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9578770Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:25: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:504:5)>' requested here 2026-07-24T19:06:44.9579850Z ET_FORALL_INT_TYPES(CALCULATE_FLOAT_TYPE); 2026-07-24T19:06:44.9580140Z ^ 2026-07-24T19:06:44.9584010Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9585170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9585970Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9586270Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9586870Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9587480Z UPPER_BOUND) 2026-07-24T19:06:44.9587690Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9588200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9588830Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9589200Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9589790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9590370Z ##__VA_ARGS__) 2026-07-24T19:06:44.9590610Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9591090Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9591670Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9591970Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9592440Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9593440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9594230Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9594520Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9595130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9595770Z UPPER_BOUND, \ 2026-07-24T19:06:44.9596120Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9596620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9597240Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9597610Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9598210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9598780Z ##__VA_ARGS__) 2026-07-24T19:06:44.9599000Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9599480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9600050Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9600370Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9601370Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5)>' requested here 2026-07-24T19:06:44.9602420Z CALCULATE_INT_TYPE(uint16_t, Bits16); 2026-07-24T19:06:44.9602690Z ^ 2026-07-24T19:06:44.9603250Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:44.9603890Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:44.9604220Z ^ 2026-07-24T19:06:44.9604710Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9605710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9606500Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9606800Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9607400Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9608010Z UPPER_BOUND) 2026-07-24T19:06:44.9608240Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9608760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9609390Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9609760Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9610350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9610910Z ##__VA_ARGS__) 2026-07-24T19:06:44.9611140Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9611620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9612200Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9612500Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9612970Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9613970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9614810Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9615110Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9615720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9616360Z UPPER_BOUND, \ 2026-07-24T19:06:44.9616650Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9617160Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9617790Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9618150Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9618750Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9619310Z ##__VA_ARGS__) 2026-07-24T19:06:44.9619530Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9620020Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9620590Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9620890Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9621930Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5)>' requested here 2026-07-24T19:06:44.9622990Z CALCULATE_INT_TYPE(uint16_t, Bits16); 2026-07-24T19:06:44.9623260Z ^ 2026-07-24T19:06:44.9623770Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:44.9624400Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:44.9627290Z ^ 2026-07-24T19:06:44.9627850Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9628860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9629650Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9629950Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9630550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:44.9631140Z UPPER_BOUND) 2026-07-24T19:06:44.9631360Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9631860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:44.9632490Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:44.9632850Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:44.9633450Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:44.9633590Z ##__VA_ARGS__) 2026-07-24T19:06:44.9633720Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9634140Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:44.9634660Z ##__VA_ARGS__); \ 2026-07-24T19:06:44.9634800Z ^~~~~~~~~~~ 2026-07-24T19:06:44.9635170Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:44.9635810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:44.9635980Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:44.9636130Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:44.9636600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.0627640Z UPPER_BOUND, \ 2026-07-24T19:06:55.0728070Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0830330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.0911140Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.0936630Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.0949640Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.0963150Z ##__VA_ARGS__) 2026-07-24T19:06:55.0965060Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0965700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.0969260Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.0969660Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0970780Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:505:5)>' requested here 2026-07-24T19:06:55.0971970Z CALCULATE_INT_TYPE(uint16_t, Bits16); 2026-07-24T19:06:55.0972310Z ^ 2026-07-24T19:06:55.0972880Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:55.0973570Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:55.0973930Z ^ 2026-07-24T19:06:55.0974610Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.0978170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.0979550Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.0979880Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.0980590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.0981320Z UPPER_BOUND) 2026-07-24T19:06:55.0981580Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0982110Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.0982980Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.0985250Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.0991400Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.0992370Z ##__VA_ARGS__) 2026-07-24T19:06:55.0992620Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0993120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.0993720Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.0994040Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0994510Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.0995550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.0996320Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.0996520Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.0997070Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.0997630Z UPPER_BOUND, \ 2026-07-24T19:06:55.0997970Z ^~~~~~~~~~~ 2026-07-24T19:06:55.0998420Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.0998990Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.0999300Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.0999840Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1000320Z ##__VA_ARGS__) 2026-07-24T19:06:55.1000460Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1000850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1001330Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1001550Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1002510Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5)>' requested here 2026-07-24T19:06:55.1003490Z CALCULATE_INT_TYPE(uint16_t, UInt16); 2026-07-24T19:06:55.1003670Z ^ 2026-07-24T19:06:55.1004090Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:55.1004630Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:55.1004870Z ^ 2026-07-24T19:06:55.1005310Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.1006340Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1007400Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.1007600Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1008500Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1009020Z UPPER_BOUND) 2026-07-24T19:06:55.1009150Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1009580Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1010290Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1010610Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1011130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1012030Z ##__VA_ARGS__) 2026-07-24T19:06:55.1012210Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1012690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1013220Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1013450Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1013850Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.1015130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1016060Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.1016290Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1016830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1017460Z UPPER_BOUND, \ 2026-07-24T19:06:55.1017690Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1018140Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1018800Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1019100Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1019680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1020990Z ##__VA_ARGS__) 2026-07-24T19:06:55.1021140Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1021570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1022290Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1022520Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1023760Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5)>' requested here 2026-07-24T19:06:55.1024800Z CALCULATE_INT_TYPE(uint16_t, UInt16); 2026-07-24T19:06:55.1024990Z ^ 2026-07-24T19:06:55.1032500Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:55.1033090Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:55.1033350Z ^ 2026-07-24T19:06:55.1033990Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.1035930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1036840Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.1037070Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1037640Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1038170Z UPPER_BOUND) 2026-07-24T19:06:55.1038310Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1038740Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1039380Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1039670Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1040240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1040820Z ##__VA_ARGS__) 2026-07-24T19:06:55.1040970Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1041530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1042130Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1042350Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1042730Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.1043760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1044560Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.1044770Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1045320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1045890Z UPPER_BOUND, \ 2026-07-24T19:06:55.1046230Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1046660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1047210Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1047510Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1048130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1048630Z ##__VA_ARGS__) 2026-07-24T19:06:55.1048780Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1049260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1049750Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1049970Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1051110Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5: note: in instantiation of function template specialization 'torch::executor::apply_over_dim<(lambda at /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:506:5)>' requested here 2026-07-24T19:06:55.1052310Z CALCULATE_INT_TYPE(uint16_t, UInt16); 2026-07-24T19:06:55.1052490Z ^ 2026-07-24T19:06:55.1052940Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:294:45: note: expanded from macro 'CALCULATE_INT_TYPE' 2026-07-24T19:06:55.1053570Z ET_FORALL_FLOATH_TYPES_WITH(IN_CTYPE, DEQUANTIZE_IMPL); \ 2026-07-24T19:06:55.1053830Z ^ 2026-07-24T19:06:55.1054260Z In file included from /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_dequantize.cpp:9: 2026-07-24T19:06:55.1055300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/kernels/portable/cpu/util/reduce_util.h:226:37: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1056020Z ET_CHECK_VALID_DIM(dim.value(), in.dim()); 2026-07-24T19:06:55.1056230Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1056850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1057370Z UPPER_BOUND) 2026-07-24T19:06:55.1057540Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1057980Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1058860Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1059190Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1059720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1060310Z ##__VA_ARGS__) 2026-07-24T19:06:55.1060470Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1060900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1061530Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1061750Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1062400Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1063090Z weight.size(0)); 2026-07-24T19:06:55.1063260Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1063810Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1064360Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1064660Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1065200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1065720Z ##__VA_ARGS__) 2026-07-24T19:06:55.1065860Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1066300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1066930Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1067150Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1068100Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1069210Z embedding_byte_per_channel( 2026-07-24T19:06:55.1069450Z ^ 2026-07-24T19:06:55.1070070Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1070830Z weight_scales.size(0)); 2026-07-24T19:06:55.1071010Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1071480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1072060Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1072450Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1073020Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1073520Z ##__VA_ARGS__) 2026-07-24T19:06:55.1073740Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1074760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1075350Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1075640Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1076600Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1077340Z weight.size(0)); 2026-07-24T19:06:55.1077510Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1078080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1078640Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1078920Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1079460Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1079970Z ##__VA_ARGS__) 2026-07-24T19:06:55.1080120Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1080550Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1081050Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1081280Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1082280Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1083240Z embedding_byte_per_channel( 2026-07-24T19:06:55.1083490Z ^ 2026-07-24T19:06:55.1084100Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1084800Z weight_scales.size(0)); 2026-07-24T19:06:55.1084980Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1085440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1086000Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1086290Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1087040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1087550Z ##__VA_ARGS__) 2026-07-24T19:06:55.1087710Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1088130Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1088630Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1088860Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1089520Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1090210Z weight.size(0)); 2026-07-24T19:06:55.1090370Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1090820Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1091380Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1091660Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1092180Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1092660Z ##__VA_ARGS__) 2026-07-24T19:06:55.1092930Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1093340Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1093830Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1094040Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1095890Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1097660Z embedding_byte_per_channel( 2026-07-24T19:06:55.1098000Z ^ 2026-07-24T19:06:55.1098810Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1102160Z weight_scales.size(0)); 2026-07-24T19:06:55.1102530Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1103200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1103830Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1104310Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1105150Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1105760Z ##__VA_ARGS__) 2026-07-24T19:06:55.1106050Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1106710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1107380Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1107780Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1108820Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1109820Z weight.size(0)); 2026-07-24T19:06:55.1110110Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1110720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1111400Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1111830Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1112530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1113110Z ##__VA_ARGS__) 2026-07-24T19:06:55.1113410Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1114050Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1114640Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1115060Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1116120Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1117140Z embedding_byte_per_channel( 2026-07-24T19:06:55.1117530Z ^ 2026-07-24T19:06:55.1118380Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1119150Z weight_scales.size(0)); 2026-07-24T19:06:55.1119470Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1120090Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1120900Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1121310Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1122000Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1122570Z ##__VA_ARGS__) 2026-07-24T19:06:55.1122740Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1123200Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1123700Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1123940Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1124570Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1125290Z weight.size(0)); 2026-07-24T19:06:55.1125450Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1125890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1126470Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1126770Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1127300Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1127830Z ##__VA_ARGS__) 2026-07-24T19:06:55.1127980Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1128410Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1129030Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1129320Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1130200Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1131150Z embedding_byte_per_channel( 2026-07-24T19:06:55.1131390Z ^ 2026-07-24T19:06:55.1132020Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1132810Z weight_scales.size(0)); 2026-07-24T19:06:55.1132990Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1133440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1133990Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1134290Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1134960Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1135530Z ##__VA_ARGS__) 2026-07-24T19:06:55.1135680Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1136100Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1136600Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1136830Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1137450Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1138100Z weight.size(0)); 2026-07-24T19:06:55.1138260Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1138760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1139320Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1139600Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1140120Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1140620Z ##__VA_ARGS__) 2026-07-24T19:06:55.1140760Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1141180Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1141780Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1146650Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1147480Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:266:11: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1148390Z embedding_byte_per_channel( 2026-07-24T19:06:55.1148620Z ^ 2026-07-24T19:06:55.1149220Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1149980Z weight_scales.size(0)); 2026-07-24T19:06:55.1150150Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1150590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1151120Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1151390Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1151910Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1152390Z ##__VA_ARGS__) 2026-07-24T19:06:55.1152520Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1152920Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1153400Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1153620Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1154220Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1154870Z weight.size(0)); 2026-07-24T19:06:55.1155020Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1155540Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1156100Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1156380Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1156900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1157390Z ##__VA_ARGS__) 2026-07-24T19:06:55.1157530Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1157930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1158410Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1158630Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1159460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1160380Z embedding_byte_per_channel( 2026-07-24T19:06:55.1160620Z ^ 2026-07-24T19:06:55.1161220Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1161870Z weight_scales.size(0)); 2026-07-24T19:06:55.1162030Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1162470Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1163010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1163270Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1163790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1164380Z ##__VA_ARGS__) 2026-07-24T19:06:55.1164520Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1164930Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1165410Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1165630Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1166240Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1166900Z weight.size(0)); 2026-07-24T19:06:55.1167050Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1167480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1168010Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1168290Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1168800Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1169290Z ##__VA_ARGS__) 2026-07-24T19:06:55.1169430Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1169830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1170410Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1170640Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1171460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1172420Z embedding_byte_per_channel( 2026-07-24T19:06:55.1172670Z ^ 2026-07-24T19:06:55.1173280Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1173940Z weight_scales.size(0)); 2026-07-24T19:06:55.1174110Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1174560Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1175100Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1175450Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1175970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1176460Z ##__VA_ARGS__) 2026-07-24T19:06:55.1176600Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1177010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1177500Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1177720Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1178330Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1179000Z weight.size(0)); 2026-07-24T19:06:55.1179170Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1179590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1180220Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1180570Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1184060Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1184560Z ##__VA_ARGS__) 2026-07-24T19:06:55.1184700Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1185100Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1185580Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1185790Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1186600Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1187490Z embedding_byte_per_channel( 2026-07-24T19:06:55.1187730Z ^ 2026-07-24T19:06:55.1188320Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1189050Z weight_scales.size(0)); 2026-07-24T19:06:55.1189230Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1189660Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1190190Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1190470Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1190970Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1191450Z ##__VA_ARGS__) 2026-07-24T19:06:55.1191590Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1191990Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1192480Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1192690Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1193290Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1193960Z weight.size(0)); 2026-07-24T19:06:55.1194110Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1194530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1195060Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1195330Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1195830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1196310Z ##__VA_ARGS__) 2026-07-24T19:06:55.1196440Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1196830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1197320Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1197630Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1198980Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1200020Z embedding_byte_per_channel( 2026-07-24T19:06:55.1200270Z ^ 2026-07-24T19:06:55.1200900Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1201550Z weight_scales.size(0)); 2026-07-24T19:06:55.1201720Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1202170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1202720Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1203000Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1203510Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1204010Z ##__VA_ARGS__) 2026-07-24T19:06:55.1204150Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1204790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1205390Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1205620Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1206230Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1206890Z weight.size(0)); 2026-07-24T19:06:55.1207130Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1207560Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1208170Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1208460Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1209010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1209570Z ##__VA_ARGS__) 2026-07-24T19:06:55.1209710Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1210110Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1210630Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1210850Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1211760Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1212800Z embedding_byte_per_channel( 2026-07-24T19:06:55.1213050Z ^ 2026-07-24T19:06:55.1213660Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1214310Z weight_scales.size(0)); 2026-07-24T19:06:55.1214640Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1215080Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1215710Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1216080Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1216590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1217100Z ##__VA_ARGS__) 2026-07-24T19:06:55.1217240Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1217850Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1218320Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1218560Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1219160Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1219900Z weight.size(0)); 2026-07-24T19:06:55.1224330Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1224790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1225550Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1225840Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1226350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1227040Z ##__VA_ARGS__) 2026-07-24T19:06:55.1227180Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1227590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1228160Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1228370Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1229230Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1230370Z embedding_byte_per_channel( 2026-07-24T19:06:55.1230620Z ^ 2026-07-24T19:06:55.1231330Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1232010Z weight_scales.size(0)); 2026-07-24T19:06:55.1232180Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1232730Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1233280Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1233580Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1234100Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1234680Z ##__VA_ARGS__) 2026-07-24T19:06:55.1234820Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1235240Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1235980Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1236210Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1236820Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1237580Z weight.size(0)); 2026-07-24T19:06:55.1237740Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1238190Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1238950Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1239240Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1239760Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1240330Z ##__VA_ARGS__) 2026-07-24T19:06:55.1240460Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1240860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1241430Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1241640Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1242670Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1243580Z embedding_byte_per_channel( 2026-07-24T19:06:55.1243820Z ^ 2026-07-24T19:06:55.1244520Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1245190Z weight_scales.size(0)); 2026-07-24T19:06:55.1245450Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1245910Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1246450Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1246910Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1247430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1247930Z ##__VA_ARGS__) 2026-07-24T19:06:55.1248080Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1248570Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1249080Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1249290Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1249980Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1250650Z weight.size(0)); 2026-07-24T19:06:55.1250800Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1251310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1251850Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1252240Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1252870Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1253360Z ##__VA_ARGS__) 2026-07-24T19:06:55.1253490Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1253890Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1254440Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1254670Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1255640Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1256550Z embedding_byte_per_channel( 2026-07-24T19:06:55.1256780Z ^ 2026-07-24T19:06:55.1257460Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1258130Z weight_scales.size(0)); 2026-07-24T19:06:55.1258390Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1258920Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1259460Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1259810Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1260330Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1260810Z ##__VA_ARGS__) 2026-07-24T19:06:55.1261020Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1261430Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1265010Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1265230Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1265860Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1266600Z weight.size(0)); 2026-07-24T19:06:55.1266750Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1267270Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1267920Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1268200Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1268720Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1269290Z ##__VA_ARGS__) 2026-07-24T19:06:55.1269430Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1269840Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1270320Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1270530Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1271390Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1272900Z embedding_byte_per_channel( 2026-07-24T19:06:55.1273130Z ^ 2026-07-24T19:06:55.1273730Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1274390Z weight_scales.size(0)); 2026-07-24T19:06:55.1274560Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1275310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1275850Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1276130Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1276640Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1277120Z ##__VA_ARGS__) 2026-07-24T19:06:55.1277260Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1277650Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1278140Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1278360Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1280040Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1281230Z weight.size(0)); 2026-07-24T19:06:55.1281380Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1281840Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1282380Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1282660Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1283170Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1283660Z ##__VA_ARGS__) 2026-07-24T19:06:55.1283810Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1284210Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1284710Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1284920Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1285760Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1286670Z embedding_byte_per_channel( 2026-07-24T19:06:55.1286910Z ^ 2026-07-24T19:06:55.1287520Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1288180Z weight_scales.size(0)); 2026-07-24T19:06:55.1288350Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1288790Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1289490Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1289780Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1290290Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1290770Z ##__VA_ARGS__) 2026-07-24T19:06:55.1290910Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1291310Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1291800Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1292020Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1292630Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1293280Z weight.size(0)); 2026-07-24T19:06:55.1293430Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1293860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1294390Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1294670Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1295260Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1295750Z ##__VA_ARGS__) 2026-07-24T19:06:55.1295880Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1296280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1296800Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1297080Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1297890Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1298770Z embedding_byte_per_channel( 2026-07-24T19:06:55.1299010Z ^ 2026-07-24T19:06:55.1299610Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1300280Z weight_scales.size(0)); 2026-07-24T19:06:55.1300450Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1300900Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1301500Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1305500Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1306040Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1306520Z ##__VA_ARGS__) 2026-07-24T19:06:55.1306660Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1307280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1307830Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1308050Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1308790Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:165:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1309700Z weight.size(0)); 2026-07-24T19:06:55.1309850Z ^~~~~~~~~~~~~~ 2026-07-24T19:06:55.1310280Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1310810Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1311100Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1311690Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1312210Z ##__VA_ARGS__) 2026-07-24T19:06:55.1312350Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1312750Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1313380Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1313590Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1314510Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:334:17: note: in instantiation of function template specialization 'torch::executor::native::(anonymous namespace)::embedding_byte_per_channel' requested here 2026-07-24T19:06:55.1315530Z embedding_byte_per_channel( 2026-07-24T19:06:55.1315810Z ^ 2026-07-24T19:06:55.1316570Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_embedding.cpp:172:9: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1317270Z weight_scales.size(0)); 2026-07-24T19:06:55.1317450Z ^~~~~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1318010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1318540Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1318820Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1319370Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1319930Z ##__VA_ARGS__) 2026-07-24T19:06:55.1320090Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1320490Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1321110Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1321400Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1321760Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2026-07-24T19:06:55.1322150Z 44 warnings generated. 2026-07-24T19:06:55.1322560Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2026-07-24T19:06:55.1322900Z 44 warnings generated. 2026-07-24T19:06:55.1323220Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2026-07-24T19:06:55.1323820Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2026-07-24T19:06:55.1324750Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:435:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1325470Z scale.numel(), 2026-07-24T19:06:55.1325600Z ^~~~~~~~~~~~~ 2026-07-24T19:06:55.1326020Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1326630Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1326980Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1327490Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1327960Z ##__VA_ARGS__) 2026-07-24T19:06:55.1328100Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1328620Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1329100Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1329330Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1330000Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:436:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1330700Z input.size(axis)); 2026-07-24T19:06:55.1330850Z ^~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1331350Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1332110Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1332410Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1332920Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1333410Z ##__VA_ARGS__) 2026-07-24T19:06:55.1333540Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1333950Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1335270Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1335490Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1336100Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:446:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1336740Z zero_point.numel(), 2026-07-24T19:06:55.1336890Z ^~~~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1337320Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1337900Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1338250Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1338830Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1339310Z ##__VA_ARGS__) 2026-07-24T19:06:55.1339450Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1339860Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1340340Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1340550Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1341280Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/quantized/cpu/op_quantize.cpp:447:7: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1345010Z input.size(axis)); 2026-07-24T19:06:55.1345220Z ^~~~~~~~~~~~~~~~ 2026-07-24T19:06:55.1345710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1346290Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1346750Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1347440Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1348010Z ##__VA_ARGS__) 2026-07-24T19:06:55.1348140Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1348600Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1349180Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1349470Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1350120Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:123:35: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1350910Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2026-07-24T19:06:55.1351110Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1351820Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1352490Z UPPER_BOUND, \ 2026-07-24T19:06:55.1352690Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1353140Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1353780Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1354120Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1354700Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1355180Z ##__VA_ARGS__) 2026-07-24T19:06:55.1355310Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1355710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1356190Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1356400Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1357010Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:123:35: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1357820Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2026-07-24T19:06:55.1358020Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1358530Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1359180Z UPPER_BOUND) 2026-07-24T19:06:55.1359310Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1359750Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1360410Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1360700Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1361360Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1362040Z ##__VA_ARGS__) 2026-07-24T19:06:55.1362180Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1362590Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1363190Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1363400Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1364040Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:168:33: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1364860Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2026-07-24T19:06:55.1365110Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1365680Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:54:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1366330Z UPPER_BOUND, \ 2026-07-24T19:06:55.1366530Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1366940Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1367470Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1367820Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1368450Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1369080Z ##__VA_ARGS__) 2026-07-24T19:06:55.1369260Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1369710Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1370190Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1370450Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1371250Z /Users/runner/work/executorch/executorch/pytorch/executorch/kernels/portable/cpu/util/reduce_util.cpp:168:33: warning: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int64_t' (aka 'long long') [-Wformat] 2026-07-24T19:06:55.1372050Z ET_CHECK_VALID_DIM(dim_val, in.dim()); 2026-07-24T19:06:55.1372300Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2026-07-24T19:06:55.1372940Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/core/exec_aten/util/tensor_util.h:55:7: note: expanded from macro 'ET_CHECK_VALID_DIM' 2026-07-24T19:06:55.1373460Z UPPER_BOUND) 2026-07-24T19:06:55.1373590Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1374010Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:39:59: note: expanded from macro 'ET_CHECK_MSG' 2026-07-24T19:06:55.1374540Z ET_ASSERT_MESSAGE_EMIT(" (%s): " _format, #_cond, ##__VA_ARGS__); \ 2026-07-24T19:06:55.1374870Z ~~~~~~~ ^~~~~~~~~~~ 2026-07-24T19:06:55.1375480Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/assert.h:26:9: note: expanded from macro 'ET_ASSERT_MESSAGE_EMIT' 2026-07-24T19:06:55.1375960Z ##__VA_ARGS__) 2026-07-24T19:06:55.1376100Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1376500Z /Users/runner/work/executorch/executorch/pytorch/executorch/../executorch/runtime/platform/log.h:181:13: note: expanded from macro 'ET_LOG' 2026-07-24T19:06:55.1377010Z ##__VA_ARGS__); \ 2026-07-24T19:06:55.1377260Z ^~~~~~~~~~~ 2026-07-24T19:06:55.1377760Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2026-07-24T19:06:55.1378370Z 4 warnings generated. 2026-07-24T19:06:55.1378540Z 4 warnings generated. 2026-07-24T19:06:55.1378750Z [100%] Linking CXX shared library libquantized_ops_aot_lib.dylib 2026-07-24T19:06:55.1379080Z [100%] Built target quantized_ops_aot_lib 2026-07-24T19:06:55.1379390Z 2026-07-24 19:06:54,952 [INFO] running build_py 2026-07-24T19:06:55.1382750Z 2026-07-24 19:06:54,953 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util 2026-07-24T19:06:55.1383410Z 2026-07-24 19:06:54,953 [INFO] copying src/executorch/util/python_profiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util 2026-07-24T19:06:55.1384060Z 2026-07-24 19:06:54,953 [INFO] copying src/executorch/util/collect_env.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util 2026-07-24T19:06:55.1384870Z 2026-07-24 19:06:54,954 [INFO] copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util 2026-07-24T19:06:55.1385470Z 2026-07-24 19:06:54,954 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends 2026-07-24T19:06:55.1386070Z 2026-07-24 19:06:54,954 [INFO] copying src/executorch/backends/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends 2026-07-24T19:06:55.1386760Z 2026-07-24 19:06:54,954 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime 2026-07-24T19:06:55.1387400Z 2026-07-24 19:06:54,954 [INFO] copying src/executorch/runtime/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime 2026-07-24T19:06:55.1388160Z 2026-07-24 19:06:54,954 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen 2026-07-24T19:06:55.1388810Z 2026-07-24 19:06:54,955 [INFO] copying src/executorch/codegen/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen 2026-07-24T19:06:55.1389480Z 2026-07-24 19:06:54,955 [INFO] copying src/executorch/codegen/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen 2026-07-24T19:06:55.1390200Z 2026-07-24 19:06:54,955 [INFO] copying src/executorch/codegen/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen 2026-07-24T19:06:55.1390900Z 2026-07-24 19:06:54,955 [INFO] copying src/executorch/codegen/parse.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen 2026-07-24T19:06:55.1391560Z 2026-07-24 19:06:54,956 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools 2026-07-24T19:06:55.1392170Z 2026-07-24 19:06:54,956 [INFO] copying src/executorch/devtools/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools 2026-07-24T19:06:55.1392740Z 2026-07-24 19:06:54,956 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1393290Z 2026-07-24 19:06:54,956 [INFO] copying src/executorch/exir/graph_module.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1394010Z 2026-07-24 19:06:54,956 [INFO] copying src/executorch/exir/debug_handle_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1394730Z 2026-07-24 19:06:54,957 [INFO] copying src/executorch/exir/print_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1395490Z 2026-07-24 19:06:54,957 [INFO] copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1396210Z 2026-07-24 19:06:54,957 [INFO] copying src/executorch/exir/version.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1396960Z 2026-07-24 19:06:54,957 [INFO] copying src/executorch/exir/error.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1397590Z 2026-07-24 19:06:54,957 [INFO] copying src/executorch/exir/memory.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1398310Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/graph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1398990Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/_program_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1399770Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/memory_planning.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1400520Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/control_flow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1401130Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1401860Z 2026-07-24 19:06:54,958 [INFO] copying src/executorch/exir/_warnings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1402600Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1403230Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/pass_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1403980Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1404740Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/delegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1405430Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1406180Z 2026-07-24 19:06:54,959 [INFO] copying src/executorch/exir/tensor_layout.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1406850Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1407640Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1408340Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/scalar_type.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1409170Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/wrap.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1409840Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/sym_util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1410620Z 2026-07-24 19:06:54,960 [INFO] copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1411380Z 2026-07-24 19:06:54,961 [INFO] copying src/executorch/exir/tracer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1411980Z 2026-07-24 19:06:54,961 [INFO] copying src/executorch/exir/schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:55.1412510Z 2026-07-24 19:06:54,961 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1413200Z 2026-07-24 19:06:54,961 [INFO] copying src/executorch/export/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1413900Z 2026-07-24 19:06:54,962 [INFO] copying src/executorch/export/types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1414590Z 2026-07-24 19:06:54,962 [INFO] copying src/executorch/export/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1415380Z 2026-07-24 19:06:54,962 [INFO] copying src/executorch/export/stages.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1416100Z 2026-07-24 19:06:54,962 [INFO] copying src/executorch/export/recipe_provider.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1416980Z 2026-07-24 19:06:54,963 [INFO] copying src/executorch/export/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1417600Z 2026-07-24 19:06:54,963 [INFO] copying src/executorch/export/recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1418360Z 2026-07-24 19:06:54,963 [INFO] copying src/executorch/export/target_recipes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1419180Z 2026-07-24 19:06:54,964 [INFO] copying src/executorch/export/recipe_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export 2026-07-24T19:06:55.1419850Z 2026-07-24 19:06:54,964 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized 2026-07-24T19:06:55.1420660Z 2026-07-24 19:06:54,964 [INFO] copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized 2026-07-24T19:06:55.1421290Z 2026-07-24 19:06:54,964 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable 2026-07-24T19:06:55.1421970Z 2026-07-24 19:06:54,964 [INFO] copying src/executorch/kernels/portable/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable 2026-07-24T19:06:55.1422680Z 2026-07-24 19:06:54,965 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test 2026-07-24T19:06:55.1423540Z 2026-07-24 19:06:54,965 [INFO] copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test 2026-07-24T19:06:55.1424630Z 2026-07-24 19:06:54,965 [INFO] copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test 2026-07-24T19:06:55.1425340Z 2026-07-24 19:06:54,965 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1426200Z 2026-07-24 19:06:54,965 [INFO] copying src/executorch/kernels/portable/test/test_grid_sampler_2d_executorch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1427130Z 2026-07-24 19:06:54,965 [INFO] copying src/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1428200Z 2026-07-24 19:06:54,966 [INFO] copying src/executorch/kernels/portable/test/op_upsample_nearest2d_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1429200Z 2026-07-24 19:06:54,966 [INFO] copying src/executorch/kernels/portable/test/op_grid_sampler_2d_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1430080Z 2026-07-24 19:06:54,966 [INFO] copying src/executorch/kernels/portable/test/op_upsample_bilinear2d_aa_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:55.1430800Z 2026-07-24 19:06:54,967 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree 2026-07-24T19:06:55.1431420Z 2026-07-24 19:06:54,967 [INFO] copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree 2026-07-24T19:06:55.1432040Z 2026-07-24 19:06:54,967 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training 2026-07-24T19:06:55.1432780Z 2026-07-24 19:06:54,967 [INFO] copying src/executorch/extension/training/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training 2026-07-24T19:06:55.1433500Z 2026-07-24 19:06:54,968 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util 2026-07-24T19:06:55.1434230Z 2026-07-24 19:06:54,968 [INFO] copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util 2026-07-24T19:06:55.1435210Z 2026-07-24 19:06:54,968 [INFO] copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util 2026-07-24T19:06:55.1435990Z 2026-07-24 19:06:54,968 [INFO] copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util 2026-07-24T19:06:55.1436760Z 2026-07-24 19:06:54,969 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:55.1437580Z 2026-07-24 19:06:54,969 [INFO] copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:55.1448380Z 2026-07-24 19:06:54,969 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/audio 2026-07-24T19:06:55.1450590Z 2026-07-24 19:06:54,969 [INFO] copying src/executorch/extension/audio/mel_spectrogram.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/audio 2026-07-24T19:06:55.1452340Z 2026-07-24 19:06:54,970 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor 2026-07-24T19:06:55.1454370Z 2026-07-24 19:06:54,970 [INFO] copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor 2026-07-24T19:06:55.1456830Z 2026-07-24 19:06:54,970 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/export_util 2026-07-24T19:06:55.1458590Z 2026-07-24 19:06:54,970 [INFO] copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/export_util 2026-07-24T19:06:55.1460660Z 2026-07-24 19:06:54,970 [INFO] copying src/executorch/extension/export_util/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/export_util 2026-07-24T19:06:55.1463080Z 2026-07-24 19:06:54,971 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/apple/ExecuTorch/__tests__/resources 2026-07-24T19:06:55.1465500Z 2026-07-24 19:06:54,971 [INFO] copying src/executorch/extension/apple/ExecuTorch/__tests__/resources/generate_coreml_test_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/apple/ExecuTorch/__tests__/resources 2026-07-24T19:06:55.1467350Z 2026-07-24 19:06:54,973 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree/test 2026-07-24T19:06:55.1468360Z 2026-07-24 19:06:54,973 [INFO] copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree/test 2026-07-24T19:06:55.1469150Z 2026-07-24 19:06:54,973 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers 2026-07-24T19:06:55.1470120Z 2026-07-24 19:06:54,973 [INFO] copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers 2026-07-24T19:06:55.1470930Z 2026-07-24 19:06:54,974 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1471770Z 2026-07-24 19:06:54,974 [INFO] copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1472900Z 2026-07-24 19:06:54,974 [INFO] copying src/executorch/extension/llm/custom_ops/op_fallback.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1473900Z 2026-07-24 19:06:54,974 [INFO] copying src/executorch/extension/llm/custom_ops/test_update_cross_attn_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1475040Z 2026-07-24 19:06:54,974 [INFO] copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1476150Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1477240Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1478430Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1479490Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1480600Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1481620Z 2026-07-24 19:06:54,975 [INFO] copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1482680Z 2026-07-24 19:06:54,976 [INFO] copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1483960Z 2026-07-24 19:06:54,976 [INFO] copying src/executorch/extension/llm/custom_ops/bench_channelwise_gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:55.1484850Z 2026-07-24 19:06:54,976 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache 2026-07-24T19:06:55.1485650Z 2026-07-24 19:06:54,976 [INFO] copying src/executorch/extension/llm/cache/update_and_attend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache 2026-07-24T19:06:55.1486570Z 2026-07-24 19:06:54,976 [INFO] copying src/executorch/extension/llm/cache/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache 2026-07-24T19:06:55.1487660Z 2026-07-24 19:06:54,976 [INFO] copying src/executorch/extension/llm/cache/reference_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache 2026-07-24T19:06:55.1488750Z 2026-07-24 19:06:54,977 [INFO] copying src/executorch/extension/llm/cache/test_update_and_attend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache 2026-07-24T19:06:55.1489540Z 2026-07-24 19:06:54,977 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner 2026-07-24T19:06:55.1490400Z 2026-07-24 19:06:54,977 [INFO] copying src/executorch/extension/llm/runner/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner 2026-07-24T19:06:55.1491170Z 2026-07-24 19:06:54,977 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1492010Z 2026-07-24 19:06:54,977 [INFO] copying src/executorch/extension/llm/export/mx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1492770Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/gguf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1493790Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1494580Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/int4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1495500Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1496550Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/export_llm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1497840Z 2026-07-24 19:06:54,978 [INFO] copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1498730Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/nvfp4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1499690Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1500820Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1501750Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1502710Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1503780Z 2026-07-24 19:06:54,979 [INFO] copying src/executorch/extension/llm/export/load.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export 2026-07-24T19:06:55.1504450Z 2026-07-24 19:06:54,980 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules 2026-07-24T19:06:55.1505230Z 2026-07-24 19:06:54,980 [INFO] copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules 2026-07-24T19:06:55.1506210Z 2026-07-24 19:06:54,980 [INFO] copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules 2026-07-24T19:06:55.1507240Z 2026-07-24 19:06:54,980 [INFO] copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules 2026-07-24T19:06:55.1508130Z 2026-07-24 19:06:54,980 [INFO] copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules 2026-07-24T19:06:55.1508900Z 2026-07-24 19:06:54,981 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:55.1509860Z 2026-07-24 19:06:54,981 [INFO] copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:55.1511010Z 2026-07-24 19:06:54,982 [INFO] copying src/executorch/extension/llm/tokenizers/test/test_tekken_python.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:55.1512040Z 2026-07-24 19:06:54,982 [INFO] copying src/executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:55.1513210Z 2026-07-24 19:06:54,982 [INFO] copying src/executorch/extension/llm/tokenizers/test/test_python_bindings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:55.1514270Z 2026-07-24 19:06:54,983 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1515270Z 2026-07-24 19:06:54,983 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1516700Z 2026-07-24 19:06:54,983 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1517980Z 2026-07-24 19:06:54,983 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1519370Z 2026-07-24 19:06:54,983 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1521100Z 2026-07-24 19:06:54,983 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:55.1521990Z 2026-07-24 19:06:54,984 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2026-07-24T19:06:55.1523230Z 2026-07-24 19:06:54,984 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2026-07-24T19:06:55.1524390Z 2026-07-24 19:06:54,984 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:55.1525470Z 2026-07-24 19:06:54,984 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:55.1526830Z 2026-07-24 19:06:54,984 [INFO] copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:55.1527780Z 2026-07-24 19:06:54,985 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:55.1528680Z 2026-07-24 19:06:54,985 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:55.1529900Z 2026-07-24 19:06:54,985 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:55.1530930Z 2026-07-24 19:06:54,986 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2026-07-24T19:06:55.1532040Z 2026-07-24 19:06:54,986 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2026-07-24T19:06:55.1533130Z 2026-07-24 19:06:54,987 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:55.1534150Z 2026-07-24 19:06:54,987 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:55.1540120Z 2026-07-24 19:06:54,987 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:55.1541230Z 2026-07-24 19:06:54,992 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2026-07-24T19:06:55.1542530Z 2026-07-24 19:06:54,992 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2026-07-24T19:06:55.1543590Z 2026-07-24 19:06:54,994 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:55.1544790Z 2026-07-24 19:06:54,994 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:55.1546240Z 2026-07-24 19:06:54,995 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:55.1547560Z 2026-07-24 19:06:54,996 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:55.1548730Z 2026-07-24 19:06:54,996 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:55.1550640Z 2026-07-24 19:06:54,997 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:55.1552350Z 2026-07-24 19:06:54,997 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:55.1553920Z 2026-07-24 19:06:54,998 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:55.1555250Z 2026-07-24 19:06:55,001 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2026-07-24T19:06:55.1556460Z 2026-07-24 19:06:55,002 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2026-07-24T19:06:55.1557570Z 2026-07-24 19:06:55,002 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2026-07-24T19:06:55.1558700Z 2026-07-24 19:06:55,002 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2026-07-24T19:06:55.1559810Z 2026-07-24 19:06:55,003 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2026-07-24T19:06:55.1561320Z 2026-07-24 19:06:55,003 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2026-07-24T19:06:55.1562640Z 2026-07-24 19:06:55,003 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2026-07-24T19:06:55.1564150Z 2026-07-24 19:06:55,003 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2026-07-24T19:06:55.1565400Z 2026-07-24 19:06:55,006 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2026-07-24T19:06:55.1566590Z 2026-07-24 19:06:55,006 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2026-07-24T19:06:55.1567750Z 2026-07-24 19:06:55,007 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2026-07-24T19:06:55.1569020Z 2026-07-24 19:06:55,007 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2026-07-24T19:06:55.1570220Z 2026-07-24 19:06:55,010 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:55.1571190Z 2026-07-24 19:06:55,010 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:55.1572640Z 2026-07-24 19:06:55,010 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:55.1573920Z 2026-07-24 19:06:55,010 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:55.1575010Z 2026-07-24 19:06:55,011 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2026-07-24T19:06:55.1575990Z 2026-07-24 19:06:55,011 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2026-07-24T19:06:55.1577160Z 2026-07-24 19:06:55,011 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:55.1578300Z 2026-07-24 19:06:55,011 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:55.1579540Z 2026-07-24 19:06:55,011 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:55.1580870Z 2026-07-24 19:06:55,012 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:55.1582120Z 2026-07-24 19:06:55,012 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2026-07-24T19:06:55.1583330Z 2026-07-24 19:06:55,012 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2026-07-24T19:06:55.1584420Z 2026-07-24 19:06:55,013 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1585720Z 2026-07-24 19:06:55,013 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1587430Z 2026-07-24 19:06:55,013 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1589020Z 2026-07-24 19:06:55,013 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1590440Z 2026-07-24 19:06:55,014 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1591820Z 2026-07-24 19:06:55,014 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1593150Z 2026-07-24 19:06:55,014 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1594570Z 2026-07-24 19:06:55,014 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1596000Z 2026-07-24 19:06:55,014 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:55.1597040Z 2026-07-24 19:06:55,016 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant 2026-07-24T19:06:55.1598100Z 2026-07-24 19:06:55,016 [INFO] copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant 2026-07-24T19:06:55.1598960Z 2026-07-24 19:06:55,016 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:55.1599990Z 2026-07-24 19:06:55,016 [INFO] copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:55.1601510Z 2026-07-24 19:06:55,016 [INFO] copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:55.1602350Z 2026-07-24 19:06:55,017 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/test 2026-07-24T19:06:55.1603100Z 2026-07-24 19:06:55,017 [INFO] copying src/executorch/extension/llm/runner/test/test_runner_pybindings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/test 2026-07-24T19:06:55.1603990Z 2026-07-24 19:06:55,017 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant 2026-07-24T19:06:55.1604960Z 2026-07-24 19:06:55,017 [INFO] copying src/executorch/extension/llm/export/quant/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant 2026-07-24T19:06:55.1605920Z 2026-07-24 19:06:55,017 [INFO] copying src/executorch/extension/llm/export/quant/convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant 2026-07-24T19:06:55.1607070Z 2026-07-24 19:06:55,018 [INFO] copying src/executorch/extension/llm/export/quant/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant 2026-07-24T19:06:55.1608020Z 2026-07-24 19:06:55,018 [INFO] copying src/executorch/extension/llm/export/quant/recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant 2026-07-24T19:06:55.1608930Z 2026-07-24 19:06:55,018 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1609780Z 2026-07-24 19:06:55,018 [INFO] copying src/executorch/extension/llm/export/test/test_gguf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1610650Z 2026-07-24 19:06:55,018 [INFO] copying src/executorch/extension/llm/export/test/test_int4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1611620Z 2026-07-24 19:06:55,019 [INFO] copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1612680Z 2026-07-24 19:06:55,019 [INFO] copying src/executorch/extension/llm/export/test/test_export_llm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1613600Z 2026-07-24 19:06:55,019 [INFO] copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test 2026-07-24T19:06:55.1614570Z 2026-07-24 19:06:55,019 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/config 2026-07-24T19:06:55.1615500Z 2026-07-24 19:06:55,019 [INFO] copying src/executorch/extension/llm/export/config/llm_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/config 2026-07-24T19:06:55.1616350Z 2026-07-24 19:06:55,019 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test 2026-07-24T19:06:55.1617130Z 2026-07-24 19:06:55,019 [INFO] copying src/executorch/extension/llm/export/quant/test/test_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test 2026-07-24T19:06:55.1618090Z 2026-07-24 19:06:55,020 [INFO] copying src/executorch/extension/llm/export/quant/test/test_safetensors_roundtrip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test 2026-07-24T19:06:55.1619370Z 2026-07-24 19:06:55,020 [INFO] copying src/executorch/extension/llm/export/quant/test/test_quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test 2026-07-24T19:06:55.1620490Z 2026-07-24 19:06:55,021 [INFO] copying src/executorch/extension/llm/export/quant/test/test_convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test 2026-07-24T19:06:55.1621350Z 2026-07-24 19:06:55,022 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1622270Z 2026-07-24 19:06:55,022 [INFO] copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1623390Z 2026-07-24 19:06:55,022 [INFO] copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1624570Z 2026-07-24 19:06:55,023 [INFO] copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1625710Z 2026-07-24 19:06:55,023 [INFO] copying src/executorch/extension/llm/modules/test/test_turboquant_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1626750Z 2026-07-24 19:06:55,024 [INFO] copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test 2026-07-24T19:06:55.1631540Z 2026-07-24 19:06:55,024 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant 2026-07-24T19:06:55.1632560Z 2026-07-24 19:06:55,025 [INFO] copying src/executorch/extension/llm/modules/turboquant/codebook.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant 2026-07-24T19:06:55.1633610Z 2026-07-24 19:06:55,025 [INFO] copying src/executorch/extension/llm/modules/turboquant/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant 2026-07-24T19:06:55.1634550Z 2026-07-24 19:06:55,025 [INFO] copying src/executorch/extension/llm/modules/turboquant/kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant 2026-07-24T19:06:55.1635600Z 2026-07-24 19:06:55,026 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings 2026-07-24T19:06:55.1636430Z 2026-07-24 19:06:55,026 [INFO] copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings 2026-07-24T19:06:55.1637370Z 2026-07-24 19:06:55,027 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/test 2026-07-24T19:06:55.1638400Z 2026-07-24 19:06:55,027 [INFO] copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/test 2026-07-24T19:06:55.1639290Z 2026-07-24 19:06:55,027 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR 2026-07-24T19:06:55.1640050Z 2026-07-24 19:06:55,027 [INFO] copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR 2026-07-24T19:06:55.1640960Z 2026-07-24 19:06:55,028 [INFO] copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR 2026-07-24T19:06:55.1641900Z 2026-07-24 19:06:55,028 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1642890Z 2026-07-24 19:06:55,028 [INFO] copying src/executorch/extension/training/examples/CIFAR/train_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1644520Z 2026-07-24 19:06:55,028 [INFO] copying src/executorch/extension/training/examples/CIFAR/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1645690Z 2026-07-24 19:06:55,028 [INFO] copying src/executorch/extension/training/examples/CIFAR/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1646640Z 2026-07-24 19:06:55,028 [INFO] copying src/executorch/extension/training/examples/CIFAR/data_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1647980Z 2026-07-24 19:06:55,029 [INFO] copying src/executorch/extension/training/examples/CIFAR/main.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:55.1649000Z 2026-07-24 19:06:55,029 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR/test 2026-07-24T19:06:55.1649900Z 2026-07-24 19:06:55,029 [INFO] copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR/test 2026-07-24T19:06:55.1650880Z 2026-07-24 19:06:55,029 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/module/test/resources 2026-07-24T19:06:55.1651970Z 2026-07-24 19:06:55,029 [INFO] copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/module/test/resources 2026-07-24T19:06:55.1652840Z 2026-07-24 19:06:55,030 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/wasm/test 2026-07-24T19:06:55.1653620Z 2026-07-24 19:06:55,030 [INFO] copying src/executorch/extension/wasm/test/test_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/wasm/test 2026-07-24T19:06:55.1654470Z 2026-07-24 19:06:55,030 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/converters 2026-07-24T19:06:55.1655390Z 2026-07-24 19:06:55,030 [INFO] copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/converters 2026-07-24T19:06:55.1656310Z 2026-07-24 19:06:55,030 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/image/benchmark 2026-07-24T19:06:55.1657170Z 2026-07-24 19:06:55,031 [INFO] copying src/executorch/extension/image/benchmark/compare_benchmarks.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/image/benchmark 2026-07-24T19:06:55.1658020Z 2026-07-24 19:06:55,031 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test 2026-07-24T19:06:55.1658870Z 2026-07-24 19:06:55,031 [INFO] copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test 2026-07-24T19:06:55.1660000Z 2026-07-24 19:06:55,031 [INFO] copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test 2026-07-24T19:06:55.1660900Z 2026-07-24 19:06:55,031 [INFO] copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test 2026-07-24T19:06:55.1661630Z 2026-07-24 19:06:55,033 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/test 2026-07-24T19:06:55.1662340Z 2026-07-24 19:06:55,033 [INFO] copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/test 2026-07-24T19:06:55.1663060Z 2026-07-24 19:06:55,033 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:55.1663810Z 2026-07-24 19:06:55,034 [INFO] copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:55.1664730Z 2026-07-24 19:06:55,034 [INFO] copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:55.1665640Z 2026-07-24 19:06:55,034 [INFO] copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:55.1666340Z 2026-07-24 19:06:55,034 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp 2026-07-24T19:06:55.1666980Z 2026-07-24 19:06:55,034 [INFO] copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp 2026-07-24T19:06:55.1667720Z 2026-07-24 19:06:55,034 [INFO] copying src/executorch/backends/nxp/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp 2026-07-24T19:06:55.1668440Z 2026-07-24 19:06:55,035 [INFO] copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp 2026-07-24T19:06:55.1669410Z 2026-07-24 19:06:55,035 [INFO] copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp 2026-07-24T19:06:55.1670210Z 2026-07-24 19:06:55,035 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test 2026-07-24T19:06:55.1670900Z 2026-07-24 19:06:55,035 [INFO] copying src/executorch/backends/test/program_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test 2026-07-24T19:06:55.1671730Z 2026-07-24 19:06:55,035 [INFO] copying src/executorch/backends/test/graph_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test 2026-07-24T19:06:55.1672950Z 2026-07-24 19:06:55,036 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm 2026-07-24T19:06:55.1673310Z 2026-07-24 19:06:55,036 [INFO] copying src/executorch/backends/qualcomm/export_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm 2026-07-24T19:06:55.1673890Z 2026-07-24 19:06:55,036 [INFO] copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm 2026-07-24T19:06:55.1674370Z 2026-07-24 19:06:55,036 [INFO] copying src/executorch/backends/qualcomm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm 2026-07-24T19:06:55.1674660Z 2026-07-24 19:06:55,036 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example 2026-07-24T19:06:55.1675050Z 2026-07-24 19:06:55,036 [INFO] copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example 2026-07-24T19:06:55.1675660Z 2026-07-24 19:06:55,037 [INFO] copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example 2026-07-24T19:06:55.1676150Z 2026-07-24 19:06:55,037 [INFO] copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example 2026-07-24T19:06:55.1676560Z 2026-07-24 19:06:55,037 [INFO] copying src/executorch/backends/example/example_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example 2026-07-24T19:06:55.1676770Z 2026-07-24 19:06:55,037 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1677320Z 2026-07-24 19:06:55,037 [INFO] copying src/executorch/backends/cuda/coalesced_int4_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1677660Z 2026-07-24 19:06:55,037 [INFO] copying src/executorch/backends/cuda/cuda_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1678020Z 2026-07-24 19:06:55,038 [INFO] copying src/executorch/backends/cuda/dp4a_planar_int6_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1678320Z 2026-07-24 19:06:55,038 [INFO] copying src/executorch/backends/cuda/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1678770Z 2026-07-24 19:06:55,038 [INFO] copying src/executorch/backends/cuda/dp4a_planar_int5_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1679130Z 2026-07-24 19:06:55,038 [INFO] copying src/executorch/backends/cuda/cuda_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda 2026-07-24T19:06:55.1679350Z 2026-07-24 19:06:55,039 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu 2026-07-24T19:06:55.1679670Z 2026-07-24 19:06:55,039 [INFO] copying src/executorch/backends/webgpu/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu 2026-07-24T19:06:55.1679960Z 2026-07-24 19:06:55,039 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino 2026-07-24T19:06:55.1680360Z 2026-07-24 19:06:55,039 [INFO] copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino 2026-07-24T19:06:55.1680870Z 2026-07-24 19:06:55,039 [INFO] copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino 2026-07-24T19:06:55.1681490Z 2026-07-24 19:06:55,039 [INFO] copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino 2026-07-24T19:06:55.1681750Z 2026-07-24 19:06:55,040 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung 2026-07-24T19:06:55.1682100Z 2026-07-24 19:06:55,040 [INFO] copying src/executorch/backends/samsung/enn_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung 2026-07-24T19:06:55.1682500Z 2026-07-24 19:06:55,040 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek 2026-07-24T19:06:55.1682870Z 2026-07-24 19:06:55,040 [INFO] copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek 2026-07-24T19:06:55.1683240Z 2026-07-24 19:06:55,040 [INFO] copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek 2026-07-24T19:06:55.1683570Z 2026-07-24 19:06:55,040 [INFO] copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek 2026-07-24T19:06:55.1684020Z 2026-07-24 19:06:55,041 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1684640Z 2026-07-24 19:06:55,041 [INFO] copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1685020Z 2026-07-24 19:06:55,041 [INFO] copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1685520Z 2026-07-24 19:06:55,041 [INFO] copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1686000Z 2026-07-24 19:06:55,041 [INFO] copying src/executorch/backends/transforms/decompose_channels_last_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1686400Z 2026-07-24 19:06:55,042 [INFO] copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1687000Z 2026-07-24 19:06:55,042 [INFO] copying src/executorch/backends/transforms/aten_to_dialect_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1687550Z 2026-07-24 19:06:55,042 [INFO] copying src/executorch/backends/transforms/fuse_cascaded_transpose_or_permute_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1687980Z 2026-07-24 19:06:55,043 [INFO] copying src/executorch/backends/transforms/channels_last_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1688390Z 2026-07-24 19:06:55,043 [INFO] copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1688910Z 2026-07-24 19:06:55,044 [INFO] copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1689390Z 2026-07-24 19:06:55,044 [INFO] copying src/executorch/backends/transforms/quantize_fused_convbn_bias_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1689780Z 2026-07-24 19:06:55,045 [INFO] copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1690490Z 2026-07-24 19:06:55,045 [INFO] copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1690950Z 2026-07-24 19:06:55,046 [INFO] copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1691400Z 2026-07-24 19:06:55,046 [INFO] copying src/executorch/backends/transforms/remove_permutes_around_elementwise_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1691920Z 2026-07-24 19:06:55,047 [INFO] copying src/executorch/backends/transforms/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1692300Z 2026-07-24 19:06:55,047 [INFO] copying src/executorch/backends/transforms/fuse_cascaded_view_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1692690Z 2026-07-24 19:06:55,047 [INFO] copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1693250Z 2026-07-24 19:06:55,047 [INFO] copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1693820Z 2026-07-24 19:06:55,047 [INFO] copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1694200Z 2026-07-24 19:06:55,048 [INFO] copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1694640Z 2026-07-24 19:06:55,048 [INFO] copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1695200Z 2026-07-24 19:06:55,048 [INFO] copying src/executorch/backends/transforms/fuse_transpose_or_permute_op_pairs_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1695660Z 2026-07-24 19:06:55,048 [INFO] copying src/executorch/backends/transforms/replace_nop_transpose_or_permute_with_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1696040Z 2026-07-24 19:06:55,048 [INFO] copying src/executorch/backends/transforms/permute_pass_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1696570Z 2026-07-24 19:06:55,049 [INFO] copying src/executorch/backends/transforms/postpone_permute_below_squeeze_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms 2026-07-24T19:06:55.1696860Z 2026-07-24 19:06:55,049 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1697260Z 2026-07-24 19:06:55,049 [INFO] copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1697590Z 2026-07-24 19:06:55,049 [INFO] copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1702450Z 2026-07-24 19:06:55,050 [INFO] copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1702800Z 2026-07-24 19:06:55,050 [INFO] copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1703140Z 2026-07-24 19:06:55,050 [INFO] copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan 2026-07-24T19:06:55.1703490Z 2026-07-24 19:06:55,050 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack 2026-07-24T19:06:55.1703830Z 2026-07-24 19:06:55,050 [INFO] copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack 2026-07-24T19:06:55.1704190Z 2026-07-24 19:06:55,051 [INFO] copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack 2026-07-24T19:06:55.1704400Z 2026-07-24 19:06:55,051 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm 2026-07-24T19:06:55.1704720Z 2026-07-24 19:06:55,051 [INFO] copying src/executorch/backends/arm/constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm 2026-07-24T19:06:55.1705140Z 2026-07-24 19:06:55,051 [INFO] copying src/executorch/backends/arm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm 2026-07-24T19:06:55.1705470Z 2026-07-24 19:06:55,051 [INFO] copying src/executorch/backends/arm/process_node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm 2026-07-24T19:06:55.1705780Z 2026-07-24 19:06:55,052 [INFO] copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm 2026-07-24T19:06:55.1705990Z 2026-07-24 19:06:55,052 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1706290Z 2026-07-24 19:06:55,052 [INFO] copying src/executorch/backends/mlx/_logging.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1706690Z 2026-07-24 19:06:55,052 [INFO] copying src/executorch/backends/mlx/patterns.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1707030Z 2026-07-24 19:06:55,052 [INFO] copying src/executorch/backends/mlx/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1707350Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1707660Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1707970Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1708260Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1708590Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/pte_inspector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1708910Z 2026-07-24 19:06:55,053 [INFO] copying src/executorch/backends/mlx/pattern_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1709270Z 2026-07-24 19:06:55,054 [INFO] copying src/executorch/backends/mlx/_generated_inspector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1709580Z 2026-07-24 19:06:55,054 [INFO] copying src/executorch/backends/mlx/passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx 2026-07-24T19:06:55.1709800Z 2026-07-24 19:06:55,054 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m 2026-07-24T19:06:55.1710190Z 2026-07-24 19:06:55,054 [INFO] copying src/executorch/backends/cortex_m/quantizer_reporter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m 2026-07-24T19:06:55.1710540Z 2026-07-24 19:06:55,054 [INFO] copying src/executorch/backends/cortex_m/target_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m 2026-07-24T19:06:55.1710750Z 2026-07-24 19:06:55,055 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti 2026-07-24T19:06:55.1711150Z 2026-07-24 19:06:55,055 [INFO] copying src/executorch/backends/aoti/aoti_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti 2026-07-24T19:06:55.1711470Z 2026-07-24 19:06:55,055 [INFO] copying src/executorch/backends/aoti/aoti_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti 2026-07-24T19:06:55.1711690Z 2026-07-24 19:06:55,055 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps 2026-07-24T19:06:55.1712060Z 2026-07-24 19:06:55,055 [INFO] copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps 2026-07-24T19:06:55.1712400Z 2026-07-24 19:06:55,055 [INFO] copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps 2026-07-24T19:06:55.1712620Z 2026-07-24 19:06:55,056 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal 2026-07-24T19:06:55.1713000Z 2026-07-24 19:06:55,056 [INFO] copying src/executorch/backends/apple/metal/metal_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal 2026-07-24T19:06:55.1713370Z 2026-07-24 19:06:55,056 [INFO] copying src/executorch/backends/apple/metal/metal_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal 2026-07-24T19:06:55.1713600Z 2026-07-24 19:06:55,056 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml 2026-07-24T19:06:55.1714020Z 2026-07-24 19:06:55,057 [INFO] copying src/executorch/backends/apple/coreml/logging.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml 2026-07-24T19:06:55.1714270Z 2026-07-24 19:06:55,057 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1714640Z 2026-07-24 19:06:55,057 [INFO] copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1715020Z 2026-07-24 19:06:55,057 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1715420Z 2026-07-24 19:06:55,057 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_deprecation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1715820Z 2026-07-24 19:06:55,058 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1716200Z 2026-07-24 19:06:55,058 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1716600Z 2026-07-24 19:06:55,058 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1716990Z 2026-07-24 19:06:55,058 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1717380Z 2026-07-24 19:06:55,058 [INFO] copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test 2026-07-24T19:06:55.1717630Z 2026-07-24 19:06:55,059 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1718050Z 2026-07-24 19:06:55,059 [INFO] copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1718470Z 2026-07-24 19:06:55,059 [INFO] copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1718980Z 2026-07-24 19:06:55,059 [INFO] copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1719390Z 2026-07-24 19:06:55,059 [INFO] copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1719790Z 2026-07-24 19:06:55,060 [INFO] copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1720190Z 2026-07-24 19:06:55,060 [INFO] copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1720600Z 2026-07-24 19:06:55,060 [INFO] copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1721010Z 2026-07-24 19:06:55,060 [INFO] copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1721410Z 2026-07-24 19:06:55,060 [INFO] copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1721890Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1722290Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1722680Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1723100Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1723500Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1723890Z 2026-07-24 19:06:55,061 [INFO] copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1724360Z 2026-07-24 19:06:55,062 [INFO] copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1724760Z 2026-07-24 19:06:55,062 [INFO] copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1725190Z 2026-07-24 19:06:55,062 [INFO] copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1725590Z 2026-07-24 19:06:55,062 [INFO] copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1726010Z 2026-07-24 19:06:55,062 [INFO] copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators 2026-07-24T19:06:55.1726270Z 2026-07-24 19:06:55,063 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization 2026-07-24T19:06:55.1726820Z 2026-07-24 19:06:55,063 [INFO] copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization 2026-07-24T19:06:55.1727260Z 2026-07-24 19:06:55,063 [INFO] copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization 2026-07-24T19:06:55.1727500Z 2026-07-24 19:06:55,063 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/utils 2026-07-24T19:06:55.1727890Z 2026-07-24 19:06:55,063 [INFO] copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/utils 2026-07-24T19:06:55.1728260Z 2026-07-24 19:06:55,063 [INFO] copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/utils 2026-07-24T19:06:55.1728540Z 2026-07-24 19:06:55,064 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/partition 2026-07-24T19:06:55.1729060Z 2026-07-24 19:06:55,064 [INFO] copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/partition 2026-07-24T19:06:55.1729740Z 2026-07-24 19:06:55,064 [INFO] copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/partition 2026-07-24T19:06:55.1729990Z 2026-07-24 19:06:55,064 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/passes 2026-07-24T19:06:55.1730420Z 2026-07-24 19:06:55,064 [INFO] copying src/executorch/backends/apple/metal/passes/decompose_linear_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/passes 2026-07-24T19:06:55.1730830Z 2026-07-24 19:06:55,064 [INFO] copying src/executorch/backends/apple/metal/passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/passes 2026-07-24T19:06:55.1731070Z 2026-07-24 19:06:55,065 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests 2026-07-24T19:06:55.1731490Z 2026-07-24 19:06:55,065 [INFO] copying src/executorch/backends/apple/metal/tests/test_metal_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests 2026-07-24T19:06:55.1731880Z 2026-07-24 19:06:55,065 [INFO] copying src/executorch/backends/apple/metal/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests 2026-07-24T19:06:55.1732270Z 2026-07-24 19:06:55,065 [INFO] copying src/executorch/backends/apple/metal/tests/test_modules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests 2026-07-24T19:06:55.1732700Z 2026-07-24 19:06:55,065 [INFO] copying src/executorch/backends/apple/metal/tests/test_metal_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests 2026-07-24T19:06:55.1733020Z 2026-07-24 19:06:55,065 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops 2026-07-24T19:06:55.1733440Z 2026-07-24 19:06:55,065 [INFO] copying src/executorch/backends/apple/metal/ops/gather_qmv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops 2026-07-24T19:06:55.1733930Z 2026-07-24 19:06:55,066 [INFO] copying src/executorch/backends/apple/metal/ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops 2026-07-24T19:06:55.1734340Z 2026-07-24 19:06:55,066 [INFO] copying src/executorch/backends/apple/metal/ops/gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops 2026-07-24T19:06:55.1734640Z 2026-07-24 19:06:55,066 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1735170Z 2026-07-24 19:06:55,066 [INFO] copying src/executorch/backends/apple/coreml/test/test_torch_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1735690Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/test_coreml_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1736100Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1736550Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1737080Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/test_enumerated_shapes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1737500Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/test_coreml_recipes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1737930Z 2026-07-24 19:06:55,067 [INFO] copying src/executorch/backends/apple/coreml/test/test_coreml_multifunction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1738530Z 2026-07-24 19:06:55,068 [INFO] copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test 2026-07-24T19:06:55.1738860Z 2026-07-24 19:06:55,068 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes 2026-07-24T19:06:55.1739340Z 2026-07-24 19:06:55,068 [INFO] copying src/executorch/backends/apple/coreml/recipes/coreml_recipe_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes 2026-07-24T19:06:55.1739830Z 2026-07-24 19:06:55,068 [INFO] copying src/executorch/backends/apple/coreml/recipes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes 2026-07-24T19:06:55.1740310Z 2026-07-24 19:06:55,068 [INFO] copying src/executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes 2026-07-24T19:06:55.1740580Z 2026-07-24 19:06:55,069 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/partition 2026-07-24T19:06:55.1741000Z 2026-07-24 19:06:55,069 [INFO] copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/partition 2026-07-24T19:06:55.1741540Z 2026-07-24 19:06:55,069 [INFO] copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/partition 2026-07-24T19:06:55.1741820Z 2026-07-24 19:06:55,069 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1742280Z 2026-07-24 19:06:55,069 [INFO] copying src/executorch/backends/apple/coreml/quantizer/_coreml_quantizer_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1742870Z 2026-07-24 19:06:55,069 [INFO] copying src/executorch/backends/apple/coreml/quantizer/_coreml_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1743410Z 2026-07-24 19:06:55,070 [INFO] copying src/executorch/backends/apple/coreml/quantizer/_annotation_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1743950Z 2026-07-24 19:06:55,070 [INFO] copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1744390Z 2026-07-24 19:06:55,070 [INFO] copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:55.1744730Z 2026-07-24 19:06:55,070 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:55.1745200Z 2026-07-24 19:06:55,070 [INFO] copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:55.1745740Z 2026-07-24 19:06:55,070 [INFO] copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:55.1746160Z 2026-07-24 19:06:55,071 [INFO] copying src/executorch/backends/apple/coreml/compiler/torch_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:55.1746710Z 2026-07-24 19:06:55,071 [INFO] copying src/executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:55.1746990Z 2026-07-24 19:06:55,071 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/runtime/test 2026-07-24T19:06:55.1747570Z 2026-07-24 19:06:55,071 [INFO] copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/runtime/test 2026-07-24T19:06:55.1747870Z 2026-07-24 19:06:55,072 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1748300Z 2026-07-24 19:06:55,072 [INFO] copying src/executorch/backends/nxp/tests/outputs_dir.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1748720Z 2026-07-24 19:06:55,072 [INFO] copying src/executorch/backends/nxp/tests/config_importer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1749070Z 2026-07-24 19:06:55,072 [INFO] copying src/executorch/backends/nxp/tests/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1749480Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1749870Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1750330Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/dataset_creator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1750740Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/model_output_comparator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1751130Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1751510Z 2026-07-24 19:06:55,073 [INFO] copying src/executorch/backends/nxp/tests/test_fold_redundant_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1755250Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/calibration_dataset.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1755680Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/test_convert_1d_conv_to_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1756190Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1756560Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/graph_verifier.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1756990Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/test_fuse_batch_norm_single_user.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1757440Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1757890Z 2026-07-24 19:06:55,074 [INFO] copying src/executorch/backends/nxp/tests/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1758230Z 2026-07-24 19:06:55,075 [INFO] copying src/executorch/backends/nxp/tests/use_qat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1758590Z 2026-07-24 19:06:55,075 [INFO] copying src/executorch/backends/nxp/tests/ops_aliases.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1759050Z 2026-07-24 19:06:55,075 [INFO] copying src/executorch/backends/nxp/tests/nsys_testing.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1759510Z 2026-07-24 19:06:55,075 [INFO] copying src/executorch/backends/nxp/tests/outputs_dir_importer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests 2026-07-24T19:06:55.1759750Z 2026-07-24 19:06:55,075 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1760180Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/graph_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1760680Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1761150Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/neutron_operator_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1761520Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/data_format.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1761910Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1762270Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/neutron_map.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1762800Z 2026-07-24 19:06:55,076 [INFO] copying src/executorch/backends/nxp/backend/custom_delegation_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1763210Z 2026-07-24 19:06:55,077 [INFO] copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1763710Z 2026-07-24 19:06:55,077 [INFO] copying src/executorch/backends/nxp/backend/neutron_target_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1764140Z 2026-07-24 19:06:55,077 [INFO] copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend 2026-07-24T19:06:55.1764500Z 2026-07-24 19:06:55,077 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1764950Z 2026-07-24 19:06:55,077 [INFO] copying src/executorch/backends/nxp/edge_passes/remove_as_strided_copy_nodes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1765450Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/fold_redundant_qdq_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1765970Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/remove_io_quant_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1766530Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1766950Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/neutron_edge_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1767550Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/remove_additional_quantize_dequantize_nodes_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1768160Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/convert_reshaping_nodes_to_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1768610Z 2026-07-24 19:06:55,078 [INFO] copying src/executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes 2026-07-24T19:06:55.1768930Z 2026-07-24 19:06:55,079 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1769500Z 2026-07-24 19:06:55,079 [INFO] copying src/executorch/backends/nxp/aten_passes/move_activation_before_concat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1769940Z 2026-07-24 19:06:55,079 [INFO] copying src/executorch/backends/nxp/aten_passes/split_group_convolution.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1770440Z 2026-07-24 19:06:55,079 [INFO] copying src/executorch/backends/nxp/aten_passes/split_gru_based_on_num_layers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1771000Z 2026-07-24 19:06:55,079 [INFO] copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1771440Z 2026-07-24 19:06:55,080 [INFO] copying src/executorch/backends/nxp/aten_passes/convert_div_to_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1771860Z 2026-07-24 19:06:55,080 [INFO] copying src/executorch/backends/nxp/aten_passes/fuse_linear_and_add_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1772420Z 2026-07-24 19:06:55,080 [INFO] copying src/executorch/backends/nxp/aten_passes/remove_nodes_with_known_outputs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1772980Z 2026-07-24 19:06:55,080 [INFO] copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1773370Z 2026-07-24 19:06:55,080 [INFO] copying src/executorch/backends/nxp/aten_passes/convert_1d_conv_to_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1773840Z 2026-07-24 19:06:55,081 [INFO] copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1774340Z 2026-07-24 19:06:55,081 [INFO] copying src/executorch/backends/nxp/aten_passes/decompose_split_to_slices_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes 2026-07-24T19:06:55.1774580Z 2026-07-24 19:06:55,081 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer 2026-07-24T19:06:55.1775010Z 2026-07-24 19:06:55,081 [INFO] copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer 2026-07-24T19:06:55.1775480Z 2026-07-24 19:06:55,081 [INFO] copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer 2026-07-24T19:06:55.1775930Z 2026-07-24 19:06:55,081 [INFO] copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer 2026-07-24T19:06:55.1776180Z 2026-07-24 19:06:55,082 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir 2026-07-24T19:06:55.1776580Z 2026-07-24 19:06:55,082 [INFO] copying src/executorch/backends/nxp/tests/ir/test_model_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir 2026-07-24T19:06:55.1777120Z 2026-07-24 19:06:55,082 [INFO] copying src/executorch/backends/nxp/tests/ir/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir 2026-07-24T19:06:55.1777470Z 2026-07-24 19:06:55,082 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1777930Z 2026-07-24 19:06:55,082 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_qdq_clustering_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1778460Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_gru_splitting.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1778920Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1779370Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_batch_norm_fusion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1779880Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_operator_selector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1780380Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_aot_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1780830Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_profiling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1781410Z 2026-07-24 19:06:55,083 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_neutron_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1781940Z 2026-07-24 19:06:55,084 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1782880Z 2026-07-24 19:06:55,084 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_node_format_inference.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1783410Z 2026-07-24 19:06:55,084 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_debug_results.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1783990Z 2026-07-24 19:06:55,084 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_per_channel_conversion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1784460Z 2026-07-24 19:06:55,085 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_split_group_convolution.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1785050Z 2026-07-24 19:06:55,085 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_kernel_selection.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1785600Z 2026-07-24 19:06:55,085 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_cifarnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1786170Z 2026-07-24 19:06:55,085 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_convert_div_to_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1786680Z 2026-07-24 19:06:55,085 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_neutron_backend_executor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1787190Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_linear_and_add_fusion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1787770Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_move_activation_before_concatenation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1788400Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_removing_nodes_with_known_outputs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1788890Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_context_sensitive_delegation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1789500Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_neutron_converter_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1789930Z 2026-07-24 19:06:55,086 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1790390Z 2026-07-24 19:06:55,087 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_integration.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1790990Z 2026-07-24 19:06:55,087 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_decompose_split_to_slices.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1791450Z 2026-07-24 19:06:55,087 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_quantized_input_data.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1791920Z 2026-07-24 19:06:55,087 [INFO] copying src/executorch/backends/nxp/tests/generic_tests/test_removing_dead_code.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:55.1792450Z 2026-07-24 19:06:55,087 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter 2026-07-24T19:06:55.1792900Z 2026-07-24 19:06:55,087 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter 2026-07-24T19:06:55.1793170Z 2026-07-24 19:06:55,088 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1793640Z 2026-07-24 19:06:55,088 [INFO] copying src/executorch/backends/nxp/tests/ir/edge_passes/test_linear_bn_fusing.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1794090Z 2026-07-24 19:06:55,088 [INFO] copying src/executorch/backends/nxp/tests/ir/edge_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1794730Z 2026-07-24 19:06:55,088 [INFO] copying src/executorch/backends/nxp/tests/ir/edge_passes/test_convert_reshaping_nodes_to_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1795290Z 2026-07-24 19:06:55,088 [INFO] copying src/executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1795870Z 2026-07-24 19:06:55,088 [INFO] copying src/executorch/backends/nxp/tests/ir/edge_passes/test_edge_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:55.1796250Z 2026-07-24 19:06:55,089 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1796940Z 2026-07-24 19:06:55,089 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1797490Z 2026-07-24 19:06:55,089 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_mul_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1798030Z 2026-07-24 19:06:55,089 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1798560Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1799650Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1800260Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1800880Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1801480Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1802010Z 2026-07-24 19:06:55,090 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1802670Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1803290Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_bmm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1803960Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1804540Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_slice_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1805170Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1805860Z 2026-07-24 19:06:55,091 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_amax_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1806410Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_amin_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1807020Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1807700Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_clamp_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1808250Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_mm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1808780Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_sub_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1809340Z 2026-07-24 19:06:55,092 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1809880Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1810510Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_addmm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1811120Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_minimum_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1811740Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_leaky_relu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1812400Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_prelu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1813030Z 2026-07-24 19:06:55,093 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_sum_dim_int_list_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1813550Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_exp_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1814210Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1814780Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_neg_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1815460Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1816110Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_log_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1816650Z 2026-07-24 19:06:55,094 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1817300Z 2026-07-24 19:06:55,095 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1817880Z 2026-07-24 19:06:55,095 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_maximum_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1818500Z 2026-07-24 19:06:55,095 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1819150Z 2026-07-24 19:06:55,095 [INFO] copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:55.1819440Z 2026-07-24 19:06:55,095 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir 2026-07-24T19:06:55.1819920Z 2026-07-24 19:06:55,095 [INFO] copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir 2026-07-24T19:06:55.1820280Z 2026-07-24 19:06:55,096 [INFO] copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir 2026-07-24T19:06:55.1820730Z 2026-07-24 19:06:55,096 [INFO] copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir 2026-07-24T19:06:55.1821150Z 2026-07-24 19:06:55,096 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:55.1821650Z 2026-07-24 19:06:55,096 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:55.1822200Z 2026-07-24 19:06:55,096 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:55.1822500Z 2026-07-24 19:06:55,097 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:55.1823210Z 2026-07-24 19:06:55,097 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:55.1823720Z 2026-07-24 19:06:55,097 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:55.1824370Z 2026-07-24 19:06:55,097 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:55.1824900Z 2026-07-24 19:06:55,097 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:55.1825220Z 2026-07-24 19:06:55,097 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1825900Z 2026-07-24 19:06:55,097 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/pattern_matcher.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1826440Z 2026-07-24 19:06:55,098 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/operator_rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1826970Z 2026-07-24 19:06:55,098 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/graph_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1827480Z 2026-07-24 19:06:55,098 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1828000Z 2026-07-24 19:06:55,098 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/tensor_rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1828520Z 2026-07-24 19:06:55,098 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:55.1828780Z 2026-07-24 19:06:55,098 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib 2026-07-24T19:06:55.1829180Z 2026-07-24 19:06:55,099 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib 2026-07-24T19:06:55.1829510Z 2026-07-24 19:06:55,099 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2026-07-24T19:06:55.1830100Z 2026-07-24 19:06:55,099 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2026-07-24T19:06:55.1830530Z 2026-07-24 19:06:55,100 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1831110Z 2026-07-24 19:06:55,100 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1831670Z 2026-07-24 19:06:55,100 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1832260Z 2026-07-24 19:06:55,100 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1832830Z 2026-07-24 19:06:55,100 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1833610Z 2026-07-24 19:06:55,100 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1834200Z 2026-07-24 19:06:55,101 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1834780Z 2026-07-24 19:06:55,101 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1835360Z 2026-07-24 19:06:55,101 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1836000Z 2026-07-24 19:06:55,101 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1836560Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1837140Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1837710Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1838290Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1838890Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1839520Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1840130Z 2026-07-24 19:06:55,102 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1840830Z 2026-07-24 19:06:55,103 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1841450Z 2026-07-24 19:06:55,103 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1842020Z 2026-07-24 19:06:55,103 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1842710Z 2026-07-24 19:06:55,103 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1843320Z 2026-07-24 19:06:55,103 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1843990Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1844590Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1845950Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1846710Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1847430Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1848040Z 2026-07-24 19:06:55,104 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1848670Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1849360Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1850080Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1850660Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1851280Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1851870Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1852550Z 2026-07-24 19:06:55,105 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1853200Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1854420Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1855030Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1855630Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1856230Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1856820Z 2026-07-24 19:06:55,106 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1857450Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1858080Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1858680Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1859300Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1859940Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1860560Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1861190Z 2026-07-24 19:06:55,107 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1861810Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1862530Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1863210Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1865040Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1866060Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1866700Z 2026-07-24 19:06:55,108 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1867460Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1868080Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1868750Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1869380Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1869980Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1870580Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1871480Z 2026-07-24 19:06:55,109 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1872190Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1872800Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1873540Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1874240Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1874950Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1875640Z 2026-07-24 19:06:55,110 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1876340Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1876900Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1877510Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1878250Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1878860Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1879470Z 2026-07-24 19:06:55,111 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1880180Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1880970Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1881620Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1882240Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1882840Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1883550Z 2026-07-24 19:06:55,112 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1884300Z 2026-07-24 19:06:55,113 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1885090Z 2026-07-24 19:06:55,113 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1885730Z 2026-07-24 19:06:55,113 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1886430Z 2026-07-24 19:06:55,113 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:55.1886790Z 2026-07-24 19:06:55,114 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:55.1887320Z 2026-07-24 19:06:55,115 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:55.1887890Z 2026-07-24 19:06:55,115 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:55.1888460Z 2026-07-24 19:06:55,116 [INFO] copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:55.1888800Z 2026-07-24 19:06:55,116 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters 2026-07-24T19:06:55.1889430Z 2026-07-24 19:06:55,117 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters 2026-07-24T19:06:55.1889760Z 2026-07-24 19:06:55,117 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:55.1890400Z 2026-07-24 19:06:55,118 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:55.1891000Z 2026-07-24 19:06:55,118 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:55.1891660Z 2026-07-24 19:06:55,118 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:55.1892320Z 2026-07-24 19:06:55,118 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:55.1892630Z 2026-07-24 19:06:55,119 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:55.1893320Z 2026-07-24 19:06:55,119 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:55.1893970Z 2026-07-24 19:06:55,119 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:55.1894570Z 2026-07-24 19:06:55,119 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:55.1895250Z 2026-07-24 19:06:55,119 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:55.1895740Z 2026-07-24 19:06:55,120 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1896420Z 2026-07-24 19:06:55,120 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1897080Z 2026-07-24 19:06:55,120 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1897930Z 2026-07-24 19:06:55,120 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1898630Z 2026-07-24 19:06:55,120 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/leaky_relu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1899400Z 2026-07-24 19:06:55,120 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/prelu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1900090Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_nearest2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1900830Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1901730Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_bilinear2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1902410Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clamp_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1903250Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1903980Z 2026-07-24 19:06:55,121 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/minimum_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1905010Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sub_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1905820Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sum_dim_int_list_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1906570Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1907270Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1907950Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/getitem_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1908750Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/maximum_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1909400Z 2026-07-24 19:06:55,122 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1910140Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1910850Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1911760Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool2d_with_indices_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1912620Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/bmm_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1913440Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1914130Z 2026-07-24 19:06:55,123 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/exp_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1914940Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1915880Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1916550Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1917220Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1917990Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1918640Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mul_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1919280Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amax_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1919950Z 2026-07-24 19:06:55,124 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amin_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1920740Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1921360Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1922110Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1922780Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1923580Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/slice_tensor_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1924260Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1925010Z 2026-07-24 19:06:55,125 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/neg_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1925720Z 2026-07-24 19:06:55,126 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/log_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:55.1926090Z 2026-07-24 19:06:55,126 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1926660Z 2026-07-24 19:06:55,126 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1927240Z 2026-07-24 19:06:55,126 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1927980Z 2026-07-24 19:06:55,126 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1928710Z 2026-07-24 19:06:55,126 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1929360Z 2026-07-24 19:06:55,127 [INFO] copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:55.1929880Z 2026-07-24 19:06:55,127 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:55.1930660Z 2026-07-24 19:06:55,127 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:55.1931410Z 2026-07-24 19:06:55,127 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:55.1932220Z 2026-07-24 19:06:55,127 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/prune_transpose_operators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:55.1933070Z 2026-07-24 19:06:55,127 [INFO] copying src/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/base_optimization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:55.1933400Z 2026-07-24 19:06:55,129 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1933970Z 2026-07-24 19:06:55,129 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1934580Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1935190Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1935770Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1936400Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1936940Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1937520Z 2026-07-24 19:06:55,130 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1937990Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1938550Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1939070Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1939640Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1940280Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1940900Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1941380Z 2026-07-24 19:06:55,131 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1941930Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1942670Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1943140Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1943660Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1944230Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1945060Z 2026-07-24 19:06:55,132 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1945630Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1946160Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1946710Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1947190Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1947770Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1948260Z 2026-07-24 19:06:55,133 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1948880Z 2026-07-24 19:06:55,134 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1949520Z 2026-07-24 19:06:55,134 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1950090Z 2026-07-24 19:06:55,134 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1950580Z 2026-07-24 19:06:55,134 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1951050Z 2026-07-24 19:06:55,134 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1951490Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1951980Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1952870Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1953340Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1953890Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1954490Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1954990Z 2026-07-24 19:06:55,135 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1955510Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1956200Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1956690Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1957160Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1957630Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1962120Z 2026-07-24 19:06:55,136 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1962600Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1963220Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1963760Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1964230Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1964860Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1965500Z 2026-07-24 19:06:55,137 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1965990Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1966690Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1967170Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1967630Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1968100Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1968580Z 2026-07-24 19:06:55,138 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1969040Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1969580Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1970030Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1970510Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1971020Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1971620Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1972060Z 2026-07-24 19:06:55,139 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1972560Z 2026-07-24 19:06:55,140 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1973020Z 2026-07-24 19:06:55,140 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1973490Z 2026-07-24 19:06:55,140 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1974120Z 2026-07-24 19:06:55,140 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1974630Z 2026-07-24 19:06:55,140 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1975290Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1975820Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1976300Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1976840Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1977330Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1977840Z 2026-07-24 19:06:55,141 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1978400Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1979020Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1979680Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1980260Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1980970Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1981670Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1982330Z 2026-07-24 19:06:55,142 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1982840Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1983310Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1983900Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1984500Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1985110Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1985730Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1986270Z 2026-07-24 19:06:55,143 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1986740Z 2026-07-24 19:06:55,144 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1987270Z 2026-07-24 19:06:55,144 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1987790Z 2026-07-24 19:06:55,144 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1988260Z 2026-07-24 19:06:55,144 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1988760Z 2026-07-24 19:06:55,144 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1989210Z 2026-07-24 19:06:55,145 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1989730Z 2026-07-24 19:06:55,145 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1990200Z 2026-07-24 19:06:55,145 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1990660Z 2026-07-24 19:06:55,145 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1991100Z 2026-07-24 19:06:55,145 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1991570Z 2026-07-24 19:06:55,146 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1992100Z 2026-07-24 19:06:55,146 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1992670Z 2026-07-24 19:06:55,146 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1993170Z 2026-07-24 19:06:55,146 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1993750Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1994360Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1994980Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1995600Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1996050Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1996530Z 2026-07-24 19:06:55,147 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1997140Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1997720Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1998500Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1999000Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.1999630Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2000110Z 2026-07-24 19:06:55,148 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2000740Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2001360Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2001890Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2002350Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2002820Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2003380Z 2026-07-24 19:06:55,149 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2003970Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2004610Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2005110Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2005570Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2006100Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2006730Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2007290Z 2026-07-24 19:06:55,150 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2007880Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2008490Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2008950Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2009450Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2010040Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2010560Z 2026-07-24 19:06:55,151 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2011110Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2011630Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2012130Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2012690Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2013220Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2013700Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2014330Z 2026-07-24 19:06:55,152 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2014800Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2015400Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2015910Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2016450Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2016920Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2017550Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2018040Z 2026-07-24 19:06:55,153 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2018660Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2019120Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2019570Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2020080Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2020740Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2021270Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2021750Z 2026-07-24 19:06:55,154 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2022350Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2022930Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2023420Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2023940Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2024400Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2025810Z 2026-07-24 19:06:55,155 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2026440Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2026880Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2027560Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2028250Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2028900Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2029540Z 2026-07-24 19:06:55,156 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2030020Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2030560Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2031150Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2031670Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2032430Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2032980Z 2026-07-24 19:06:55,157 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2033950Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2035470Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2036320Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2036860Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2037490Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2037980Z 2026-07-24 19:06:55,158 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2038500Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2039110Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2039560Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2040230Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2040850Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2041350Z 2026-07-24 19:06:55,159 [INFO] copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:55.2041780Z 2026-07-24 19:06:55,160 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:55.2042550Z 2026-07-24 19:06:55,160 [INFO] copying src/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/remove_simulated_linear_bn_fusion_qat_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:55.2043110Z 2026-07-24 19:06:55,160 [INFO] copying src/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:55.2043790Z 2026-07-24 19:06:55,160 [INFO] copying src/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/add_simulated_linear_bn_fusion_qat_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:55.2044100Z 2026-07-24 19:06:55,160 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness 2026-07-24T19:06:55.2044450Z 2026-07-24 19:06:55,161 [INFO] copying src/executorch/backends/test/harness/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness 2026-07-24T19:06:55.2047840Z 2026-07-24 19:06:55,161 [INFO] copying src/executorch/backends/test/harness/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness 2026-07-24T19:06:55.3007600Z 2026-07-24 19:06:55,161 [INFO] copying src/executorch/backends/test/harness/error_statistics.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness 2026-07-24T19:06:55.3008130Z 2026-07-24 19:06:55,161 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3008500Z 2026-07-24 19:06:55,161 [INFO] copying src/executorch/backends/test/suite/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3008860Z 2026-07-24 19:06:55,161 [INFO] copying src/executorch/backends/test/suite/runner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3009250Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/discovery.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3009630Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3009990Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/flow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3010430Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/generate_markdown_summary_json.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3010800Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/context.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3011350Z 2026-07-24 19:06:55,162 [INFO] copying src/executorch/backends/test/suite/generate_markdown_summary.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3011720Z 2026-07-24 19:06:55,163 [INFO] copying src/executorch/backends/test/suite/reporting.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite 2026-07-24T19:06:55.3011950Z 2026-07-24 19:06:55,163 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto 2026-07-24T19:06:55.3012340Z 2026-07-24 19:06:55,163 [INFO] copying src/executorch/backends/test/facto/facto_specs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto 2026-07-24T19:06:55.3012690Z 2026-07-24 19:06:55,163 [INFO] copying src/executorch/backends/test/facto/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto 2026-07-24T19:06:55.3013060Z 2026-07-24 19:06:55,163 [INFO] copying src/executorch/backends/test/facto/test_facto.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto 2026-07-24T19:06:55.3013340Z 2026-07-24 19:06:55,163 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3013750Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3014160Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/to_edge.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3014580Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/run_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3015010Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/partition.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3015430Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3015860Z 2026-07-24 19:06:55,164 [INFO] copying src/executorch/backends/test/harness/stages/to_executorch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3016380Z 2026-07-24 19:06:55,165 [INFO] copying src/executorch/backends/test/harness/stages/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3016790Z 2026-07-24 19:06:55,165 [INFO] copying src/executorch/backends/test/harness/stages/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3017350Z 2026-07-24 19:06:55,165 [INFO] copying src/executorch/backends/test/harness/stages/to_edge_transform_and_lower.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3017790Z 2026-07-24 19:06:55,165 [INFO] copying src/executorch/backends/test/harness/stages/stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages 2026-07-24T19:06:55.3018050Z 2026-07-24 19:06:55,165 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/tests 2026-07-24T19:06:55.3018500Z 2026-07-24 19:06:55,165 [INFO] copying src/executorch/backends/test/harness/tests/test_error_statistics.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/tests 2026-07-24T19:06:55.3018770Z 2026-07-24 19:06:55,166 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3019220Z 2026-07-24 19:06:55,166 [INFO] copying src/executorch/backends/test/suite/operators/test_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3019720Z 2026-07-24 19:06:55,166 [INFO] copying src/executorch/backends/test/suite/operators/test_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3020140Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_log10.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3020550Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3020970Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_conv1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3021380Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3021920Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_amin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3022340Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3022770Z 2026-07-24 19:06:55,167 [INFO] copying src/executorch/backends/test/suite/operators/test_conv3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3023180Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_split.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3023610Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_prelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3024030Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3024450Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_round.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3024950Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3025380Z 2026-07-24 19:06:55,168 [INFO] copying src/executorch/backends/test/suite/operators/test_median.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3025850Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_stack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3026280Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3026750Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3027190Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_threshold.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3027610Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3028140Z 2026-07-24 19:06:55,169 [INFO] copying src/executorch/backends/test/suite/operators/test_convtranspose2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3028570Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_square.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3028990Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3029410Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_ceil.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3029880Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_convtranspose3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3030330Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_convtranspose1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3030770Z 2026-07-24 19:06:55,170 [INFO] copying src/executorch/backends/test/suite/operators/test_embedding_bag.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3031180Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_glu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3031570Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3032000Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_log1p.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3032510Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_neg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3033000Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_index_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3033570Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3033990Z 2026-07-24 19:06:55,171 [INFO] copying src/executorch/backends/test/suite/operators/test_expand.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3034420Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_masked_fill.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3034850Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3035270Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3035700Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_floor_divide.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3036110Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_argmin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3036600Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3037010Z 2026-07-24 19:06:55,172 [INFO] copying src/executorch/backends/test/suite/operators/test_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3037410Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3037830Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_index_put.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3038260Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3038710Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_trunc.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3039190Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_elu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3039610Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3040120Z 2026-07-24 19:06:55,173 [INFO] copying src/executorch/backends/test/suite/operators/test_amax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3040690Z 2026-07-24 19:06:55,174 [INFO] copying src/executorch/backends/test/suite/operators/test_logsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3041120Z 2026-07-24 19:06:55,174 [INFO] copying src/executorch/backends/test/suite/operators/test_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3041530Z 2026-07-24 19:06:55,174 [INFO] copying src/executorch/backends/test/suite/operators/test_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3042060Z 2026-07-24 19:06:55,174 [INFO] copying src/executorch/backends/test/suite/operators/test_mean.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3042610Z 2026-07-24 19:06:55,174 [INFO] copying src/executorch/backends/test/suite/operators/test_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3043070Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3043570Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3044030Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_avgpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3044480Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_maxpool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3045060Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_maxpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3045470Z 2026-07-24 19:06:55,175 [INFO] copying src/executorch/backends/test/suite/operators/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3045920Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3047050Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_avgpool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3048560Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_avgpool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3049860Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3050930Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_maxpool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3051540Z 2026-07-24 19:06:55,176 [INFO] copying src/executorch/backends/test/suite/operators/test_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3052090Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_silu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3052660Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3053240Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_lstm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3053780Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3054420Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3054900Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3055390Z 2026-07-24 19:06:55,177 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3055920Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3056450Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3056870Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3057330Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3057830Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3058290Z 2026-07-24 19:06:55,178 [INFO] copying src/executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3058700Z 2026-07-24 19:06:55,179 [INFO] copying src/executorch/backends/test/suite/operators/test_log2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3059160Z 2026-07-24 19:06:55,179 [INFO] copying src/executorch/backends/test/suite/operators/test_hardsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3059580Z 2026-07-24 19:06:55,179 [INFO] copying src/executorch/backends/test/suite/operators/test_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators 2026-07-24T19:06:55.3059910Z 2026-07-24 19:06:55,179 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/tests 2026-07-24T19:06:55.3060420Z 2026-07-24 19:06:55,179 [INFO] copying src/executorch/backends/test/suite/tests/test_reporting.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/tests 2026-07-24T19:06:55.3060840Z 2026-07-24 19:06:55,179 [INFO] copying src/executorch/backends/test/suite/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/tests 2026-07-24T19:06:55.3061120Z 2026-07-24 19:06:55,180 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models 2026-07-24T19:06:55.3061540Z 2026-07-24 19:06:55,180 [INFO] copying src/executorch/backends/test/suite/models/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models 2026-07-24T19:06:55.3062070Z 2026-07-24 19:06:55,180 [INFO] copying src/executorch/backends/test/suite/models/test_torchvision.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models 2026-07-24T19:06:55.3062650Z 2026-07-24 19:06:55,180 [INFO] copying src/executorch/backends/test/suite/models/test_torchaudio.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models 2026-07-24T19:06:55.3062950Z 2026-07-24 19:06:55,180 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3063410Z 2026-07-24 19:06:55,180 [INFO] copying src/executorch/backends/test/suite/flows/webgpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3063800Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/qualcomm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3064190Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/vulkan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3070230Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/openvino.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3070650Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3071010Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3071400Z 2026-07-24 19:06:55,181 [INFO] copying src/executorch/backends/test/suite/flows/portable.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3071870Z 2026-07-24 19:06:55,182 [INFO] copying src/executorch/backends/test/suite/flows/coreml.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3072260Z 2026-07-24 19:06:55,182 [INFO] copying src/executorch/backends/test/suite/flows/xnnpack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3072640Z 2026-07-24 19:06:55,182 [INFO] copying src/executorch/backends/test/suite/flows/mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows 2026-07-24T19:06:55.3072890Z 2026-07-24 19:06:55,184 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3073390Z 2026-07-24 19:06:55,184 [INFO] copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3073790Z 2026-07-24 19:06:55,184 [INFO] copying src/executorch/backends/qualcomm/builders/op_rand.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3074210Z 2026-07-24 19:06:55,184 [INFO] copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3074680Z 2026-07-24 19:06:55,184 [INFO] copying src/executorch/backends/qualcomm/builders/op_randn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3075190Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_scatter_elements.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3075590Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3075990Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3076400Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3076930Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_is_inf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3077640Z 2026-07-24 19:06:55,185 [INFO] copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3078040Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_is_nan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3078560Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3078960Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3079390Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3079930Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3080320Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_xor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3080750Z 2026-07-24 19:06:55,186 [INFO] copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3081400Z 2026-07-24 19:06:55,187 [INFO] copying src/executorch/backends/qualcomm/builders/op_channel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3081850Z 2026-07-24 19:06:55,187 [INFO] copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3082260Z 2026-07-24 19:06:55,187 [INFO] copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3082750Z 2026-07-24 19:06:55,187 [INFO] copying src/executorch/backends/qualcomm/builders/op_binary.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3083180Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3083570Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3083970Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3084460Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3084920Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3085330Z 2026-07-24 19:06:55,188 [INFO] copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3085760Z 2026-07-24 19:06:55,189 [INFO] copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3086170Z 2026-07-24 19:06:55,189 [INFO] copying src/executorch/backends/qualcomm/builders/op_flip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3086790Z 2026-07-24 19:06:55,189 [INFO] copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3087250Z 2026-07-24 19:06:55,189 [INFO] copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3087710Z 2026-07-24 19:06:55,189 [INFO] copying src/executorch/backends/qualcomm/builders/op_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3088210Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3088700Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3089230Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3089640Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3090150Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_index_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3090550Z 2026-07-24 19:06:55,190 [INFO] copying src/executorch/backends/qualcomm/builders/op_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3090970Z 2026-07-24 19:06:55,191 [INFO] copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3091390Z 2026-07-24 19:06:55,191 [INFO] copying src/executorch/backends/qualcomm/builders/op_sign.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3091790Z 2026-07-24 19:06:55,191 [INFO] copying src/executorch/backends/qualcomm/builders/op_avg_pool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3092200Z 2026-07-24 19:06:55,191 [INFO] copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3092610Z 2026-07-24 19:06:55,191 [INFO] copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3093030Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3093660Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_grid_sampler_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3094100Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3094510Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3094980Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3095660Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3096100Z 2026-07-24 19:06:55,192 [INFO] copying src/executorch/backends/qualcomm/builders/op_atan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3096500Z 2026-07-24 19:06:55,193 [INFO] copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3096880Z 2026-07-24 19:06:55,193 [INFO] copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3097300Z 2026-07-24 19:06:55,193 [INFO] copying src/executorch/backends/qualcomm/builders/op_slice_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3097690Z 2026-07-24 19:06:55,193 [INFO] copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3098090Z 2026-07-24 19:06:55,193 [INFO] copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3098510Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3099030Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3099520Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3099910Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3100320Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3100730Z 2026-07-24 19:06:55,194 [INFO] copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3101120Z 2026-07-24 19:06:55,195 [INFO] copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3101500Z 2026-07-24 19:06:55,195 [INFO] copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3101890Z 2026-07-24 19:06:55,195 [INFO] copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3102290Z 2026-07-24 19:06:55,195 [INFO] copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3102800Z 2026-07-24 19:06:55,195 [INFO] copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3103230Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3103600Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3104190Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3104580Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3105000Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3105370Z 2026-07-24 19:06:55,196 [INFO] copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3105750Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3106260Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3106640Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3108180Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3109160Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3109620Z 2026-07-24 19:06:55,197 [INFO] copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3110060Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3110470Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_round.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3110920Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3111390Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3111890Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3112320Z 2026-07-24 19:06:55,198 [INFO] copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3112720Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3113140Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3113620Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3114100Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3114690Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3115080Z 2026-07-24 19:06:55,199 [INFO] copying src/executorch/backends/qualcomm/builders/op_amin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3115490Z 2026-07-24 19:06:55,200 [INFO] copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3115890Z 2026-07-24 19:06:55,200 [INFO] copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3116400Z 2026-07-24 19:06:55,200 [INFO] copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3116780Z 2026-07-24 19:06:55,200 [INFO] copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3117220Z 2026-07-24 19:06:55,200 [INFO] copying src/executorch/backends/qualcomm/builders/node_visitor_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3118010Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_asin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3118390Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3118800Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3119290Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3119710Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_min_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3120130Z 2026-07-24 19:06:55,201 [INFO] copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3120540Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3120930Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3121390Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3121850Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_max_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3122250Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3122650Z 2026-07-24 19:06:55,202 [INFO] copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3123180Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3123590Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3123970Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3124390Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3124820Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_adaptive_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3125220Z 2026-07-24 19:06:55,203 [INFO] copying src/executorch/backends/qualcomm/builders/op_custom_op.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3125600Z 2026-07-24 19:06:55,204 [INFO] copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3126090Z 2026-07-24 19:06:55,204 [INFO] copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3126490Z 2026-07-24 19:06:55,204 [INFO] copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3126890Z 2026-07-24 19:06:55,204 [INFO] copying src/executorch/backends/qualcomm/builders/op_unary.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders 2026-07-24T19:06:55.3127160Z 2026-07-24 19:06:55,204 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization 2026-07-24T19:06:55.3128310Z 2026-07-24 19:06:55,204 [INFO] copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization 2026-07-24T19:06:55.3129140Z 2026-07-24 19:06:55,205 [INFO] copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization 2026-07-24T19:06:55.3129470Z 2026-07-24 19:06:55,205 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3129980Z 2026-07-24 19:06:55,205 [INFO] copying src/executorch/backends/qualcomm/tests/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3130440Z 2026-07-24 19:06:55,205 [INFO] copying src/executorch/backends/qualcomm/tests/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3131170Z 2026-07-24 19:06:55,205 [INFO] copying src/executorch/backends/qualcomm/tests/test_qnn_delegate_x86.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3131680Z 2026-07-24 19:06:55,206 [INFO] copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3132130Z 2026-07-24 19:06:55,206 [INFO] copying src/executorch/backends/qualcomm/tests/test_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3132550Z 2026-07-24 19:06:55,206 [INFO] copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3133090Z 2026-07-24 19:06:55,206 [INFO] copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests 2026-07-24T19:06:55.3133330Z 2026-07-24 19:06:55,207 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils 2026-07-24T19:06:55.3133820Z 2026-07-24 19:06:55,207 [INFO] copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils 2026-07-24T19:06:55.3134270Z 2026-07-24 19:06:55,207 [INFO] copying src/executorch/backends/qualcomm/utils/check_qnn_version.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils 2026-07-24T19:06:55.3134670Z 2026-07-24 19:06:55,207 [INFO] copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils 2026-07-24T19:06:55.3135170Z 2026-07-24 19:06:55,207 [INFO] copying src/executorch/backends/qualcomm/utils/qnn_manager_lifecycle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils 2026-07-24T19:06:55.3135480Z 2026-07-24 19:06:55,208 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3135960Z 2026-07-24 19:06:55,208 [INFO] copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3136560Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/annotate_avg_pool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3136980Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3137400Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3137810Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_glu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3138280Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/insert_cast_for_fp_act_quantized_weight.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3138710Z 2026-07-24 19:06:55,209 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_log_variants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3139140Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_col_im.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3139570Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_atan2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3140010Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3140390Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3140800Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_diagonal.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3141210Z 2026-07-24 19:06:55,210 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_triu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3141730Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_threshold.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3142220Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3142660Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_reciprocal.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3143120Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/canonicalize_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3143570Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_tan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3143990Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3144380Z 2026-07-24 19:06:55,211 [INFO] copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3144840Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/convert_mha_to_sha.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3145240Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_trunc.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3145610Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3146100Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3146560Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3146960Z 2026-07-24 19:06:55,212 [INFO] copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3147410Z 2026-07-24 19:06:55,213 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_fill.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3147780Z 2026-07-24 19:06:55,213 [INFO] copying src/executorch/backends/qualcomm/_passes/seq_mse.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3148210Z 2026-07-24 19:06:55,213 [INFO] copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3148610Z 2026-07-24 19:06:55,213 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_var.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3149010Z 2026-07-24 19:06:55,213 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_addmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3149460Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3150020Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3150500Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3150900Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_div_mode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3151310Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3151810Z 2026-07-24 19:06:55,214 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_minmaxdim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3152260Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3152680Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3153200Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/resolve_debug_handle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3153610Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_acos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3156190Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3156790Z 2026-07-24 19:06:55,215 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_hardsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3157240Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3157650Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_maxpool3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3158080Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3158490Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_binary_alpha.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3158940Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_hyperbolic_variants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3159370Z 2026-07-24 19:06:55,216 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3159820Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/lpai_partition_fallback_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3160240Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/recompose_pad_maxpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3160740Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3161150Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3161580Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3161980Z 2026-07-24 19:06:55,217 [INFO] copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3162380Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3162780Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3163190Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3163670Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3164060Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3164460Z 2026-07-24 19:06:55,218 [INFO] copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3164860Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3165410Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_select_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3165860Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/insert_reshape_for_reduce_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3166280Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_floor_divide.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3166690Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/decompose_remainder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3167200Z 2026-07-24 19:06:55,219 [INFO] copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes 2026-07-24T19:06:55.3167470Z 2026-07-24 19:06:55,220 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3167920Z 2026-07-24 19:06:55,220 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/pipeline_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3168360Z 2026-07-24 19:06:55,220 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/engine_proxy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3168780Z 2026-07-24 19:06:55,220 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3169310Z 2026-07-24 19:06:55,220 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/pipeline_context.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3169740Z 2026-07-24 19:06:55,221 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/pipeline_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3170180Z 2026-07-24 19:06:55,221 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/exceptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:55.3170430Z 2026-07-24 19:06:55,221 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes 2026-07-24T19:06:55.3170840Z 2026-07-24 19:06:55,221 [INFO] copying src/executorch/backends/qualcomm/recipes/qnn_recipe_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes 2026-07-24T19:06:55.3171210Z 2026-07-24 19:06:55,221 [INFO] copying src/executorch/backends/qualcomm/recipes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes 2026-07-24T19:06:55.3171630Z 2026-07-24 19:06:55,222 [INFO] copying src/executorch/backends/qualcomm/recipes/qnn_recipe_provider.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes 2026-07-24T19:06:55.3171970Z 2026-07-24 19:06:55,222 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/scripts 2026-07-24T19:06:55.3173610Z 2026-07-24 19:06:55,222 [INFO] copying src/executorch/backends/qualcomm/scripts/download_qnn_sdk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/scripts 2026-07-24T19:06:55.3174640Z 2026-07-24 19:06:55,222 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3176040Z 2026-07-24 19:06:55,222 [INFO] copying src/executorch/backends/qualcomm/debugger/qcom_numerical_comparator_sample.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3177450Z 2026-07-24 19:06:55,222 [INFO] copying src/executorch/backends/qualcomm/debugger/qnn_intermediate_debugger.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3178570Z 2026-07-24 19:06:55,223 [INFO] copying src/executorch/backends/qualcomm/debugger/format_outputs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3179640Z 2026-07-24 19:06:55,223 [INFO] copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3180720Z 2026-07-24 19:06:55,223 [INFO] copying src/executorch/backends/qualcomm/debugger/qcom_numerical_comparator_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger 2026-07-24T19:06:55.3181570Z 2026-07-24 19:06:55,223 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition 2026-07-24T19:06:55.3183100Z 2026-07-24 19:06:55,223 [INFO] copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition 2026-07-24T19:06:55.3184400Z 2026-07-24 19:06:55,224 [INFO] copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition 2026-07-24T19:06:55.3185410Z 2026-07-24 19:06:55,224 [INFO] copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition 2026-07-24T19:06:55.3186000Z 2026-07-24 19:06:55,224 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/custom_op 2026-07-24T19:06:55.3187430Z 2026-07-24 19:06:55,224 [INFO] copying src/executorch/backends/qualcomm/custom_op/interface.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/custom_op 2026-07-24T19:06:55.3188390Z 2026-07-24 19:06:55,224 [INFO] copying src/executorch/backends/qualcomm/custom_op/annotator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/custom_op 2026-07-24T19:06:55.3188980Z 2026-07-24 19:06:55,224 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3189980Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/registry_loader.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3190970Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3191930Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/validators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3192840Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3194140Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3195110Z 2026-07-24 19:06:55,225 [INFO] copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3196340Z 2026-07-24 19:06:55,226 [INFO] copying src/executorch/backends/qualcomm/quantizer/quant_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3196970Z 2026-07-24 19:06:55,226 [INFO] copying src/executorch/backends/qualcomm/quantizer/backend_opinfo_adapter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:55.3197240Z 2026-07-24 19:06:55,227 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework 2026-07-24T19:06:55.3197680Z 2026-07-24 19:06:55,227 [INFO] copying src/executorch/backends/qualcomm/tests/rework/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework 2026-07-24T19:06:55.3198050Z 2026-07-24 19:06:55,228 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp 2026-07-24T19:06:55.3198520Z 2026-07-24 19:06:55,228 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp 2026-07-24T19:06:55.3198790Z 2026-07-24 19:06:55,228 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu 2026-07-24T19:06:55.3199250Z 2026-07-24 19:06:55,228 [INFO] copying src/executorch/backends/qualcomm/tests/rework/gpu/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu 2026-07-24T19:06:55.3199530Z 2026-07-24 19:06:55,228 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai 2026-07-24T19:06:55.3199990Z 2026-07-24 19:06:55,228 [INFO] copying src/executorch/backends/qualcomm/tests/rework/lpai/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai 2026-07-24T19:06:55.3200250Z 2026-07-24 19:06:55,228 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:55.3200780Z 2026-07-24 19:06:55,229 [INFO] copying src/executorch/backends/qualcomm/tests/rework/src/pattern.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:55.3201450Z 2026-07-24 19:06:55,229 [INFO] copying src/executorch/backends/qualcomm/tests/rework/src/feature.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:55.3201870Z 2026-07-24 19:06:55,229 [INFO] copying src/executorch/backends/qualcomm/tests/rework/src/op.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:55.3202200Z 2026-07-24 19:06:55,229 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature 2026-07-24T19:06:55.3202790Z 2026-07-24 19:06:55,229 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature 2026-07-24T19:06:55.3203170Z 2026-07-24 19:06:55,230 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v79 2026-07-24T19:06:55.3203680Z 2026-07-24 19:06:55,230 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v79/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v79 2026-07-24T19:06:55.3203980Z 2026-07-24 19:06:55,230 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v73 2026-07-24T19:06:55.3204690Z 2026-07-24 19:06:55,230 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v73/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v73 2026-07-24T19:06:55.3204980Z 2026-07-24 19:06:55,230 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v81 2026-07-24T19:06:55.3205450Z 2026-07-24 19:06:55,230 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v81/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v81 2026-07-24T19:06:55.3205800Z 2026-07-24 19:06:55,231 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v75 2026-07-24T19:06:55.3206350Z 2026-07-24 19:06:55,231 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v75/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v75 2026-07-24T19:06:55.3206640Z 2026-07-24 19:06:55,231 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v68 2026-07-24T19:06:55.3207100Z 2026-07-24 19:06:55,231 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v68/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v68 2026-07-24T19:06:55.3207390Z 2026-07-24 19:06:55,231 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v69 2026-07-24T19:06:55.3207870Z 2026-07-24 19:06:55,231 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/op/v69/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v69 2026-07-24T19:06:55.3208170Z 2026-07-24 19:06:55,232 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v79 2026-07-24T19:06:55.3208670Z 2026-07-24 19:06:55,232 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v79/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v79 2026-07-24T19:06:55.3208980Z 2026-07-24 19:06:55,232 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v73 2026-07-24T19:06:55.3210480Z 2026-07-24 19:06:55,232 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v73/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v73 2026-07-24T19:06:55.3211910Z 2026-07-24 19:06:55,232 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v81 2026-07-24T19:06:55.3212480Z 2026-07-24 19:06:55,232 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v81/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v81 2026-07-24T19:06:55.3212800Z 2026-07-24 19:06:55,233 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v75 2026-07-24T19:06:55.3213320Z 2026-07-24 19:06:55,233 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v75/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v75 2026-07-24T19:06:55.3213710Z 2026-07-24 19:06:55,233 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v68 2026-07-24T19:06:55.3214270Z 2026-07-24 19:06:55,233 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v68/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v68 2026-07-24T19:06:55.3214620Z 2026-07-24 19:06:55,233 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v69 2026-07-24T19:06:55.3215170Z 2026-07-24 19:06:55,233 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/feature/v69/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v69 2026-07-24T19:06:55.3215550Z 2026-07-24 19:06:55,234 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79 2026-07-24T19:06:55.3216070Z 2026-07-24 19:06:55,234 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79 2026-07-24T19:06:55.3216370Z 2026-07-24 19:06:55,234 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73 2026-07-24T19:06:55.3216960Z 2026-07-24 19:06:55,234 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73 2026-07-24T19:06:55.3217270Z 2026-07-24 19:06:55,234 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81 2026-07-24T19:06:55.3217880Z 2026-07-24 19:06:55,234 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81 2026-07-24T19:06:55.3218210Z 2026-07-24 19:06:55,234 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75 2026-07-24T19:06:55.3218800Z 2026-07-24 19:06:55,235 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75 2026-07-24T19:06:55.3219100Z 2026-07-24 19:06:55,235 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68 2026-07-24T19:06:55.3219700Z 2026-07-24 19:06:55,235 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68 2026-07-24T19:06:55.3219990Z 2026-07-24 19:06:55,235 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69 2026-07-24T19:06:55.3220480Z 2026-07-24 19:06:55,235 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69 2026-07-24T19:06:55.3220870Z 2026-07-24 19:06:55,235 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79 2026-07-24T19:06:55.3221360Z 2026-07-24 19:06:55,235 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79 2026-07-24T19:06:55.3221680Z 2026-07-24 19:06:55,236 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73 2026-07-24T19:06:55.3222170Z 2026-07-24 19:06:55,236 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73 2026-07-24T19:06:55.3222560Z 2026-07-24 19:06:55,236 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81 2026-07-24T19:06:55.3223080Z 2026-07-24 19:06:55,236 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81 2026-07-24T19:06:55.3223400Z 2026-07-24 19:06:55,236 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75 2026-07-24T19:06:55.3224040Z 2026-07-24 19:06:55,236 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75 2026-07-24T19:06:55.3224400Z 2026-07-24 19:06:55,236 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68 2026-07-24T19:06:55.3225010Z 2026-07-24 19:06:55,236 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68 2026-07-24T19:06:55.3225320Z 2026-07-24 19:06:55,237 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69 2026-07-24T19:06:55.3225930Z 2026-07-24 19:06:55,237 [INFO] copying src/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69 2026-07-24T19:06:55.3226300Z 2026-07-24 19:06:55,237 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/op 2026-07-24T19:06:55.3226770Z 2026-07-24 19:06:55,237 [INFO] copying src/executorch/backends/qualcomm/tests/rework/gpu/op/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/op 2026-07-24T19:06:55.3227100Z 2026-07-24 19:06:55,237 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/feature 2026-07-24T19:06:55.3227700Z 2026-07-24 19:06:55,237 [INFO] copying src/executorch/backends/qualcomm/tests/rework/gpu/feature/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/feature 2026-07-24T19:06:55.3228050Z 2026-07-24 19:06:55,238 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/oss 2026-07-24T19:06:55.3228510Z 2026-07-24 19:06:55,238 [INFO] copying src/executorch/backends/qualcomm/tests/rework/gpu/e2e/oss/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/oss 2026-07-24T19:06:55.3228800Z 2026-07-24 19:06:55,238 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/genai 2026-07-24T19:06:55.3229340Z 2026-07-24 19:06:55,238 [INFO] copying src/executorch/backends/qualcomm/tests/rework/gpu/e2e/genai/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/genai 2026-07-24T19:06:55.3229620Z 2026-07-24 19:06:55,238 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/op/v6 2026-07-24T19:06:55.3230070Z 2026-07-24 19:06:55,238 [INFO] copying src/executorch/backends/qualcomm/tests/rework/lpai/op/v6/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/op/v6 2026-07-24T19:06:55.3230380Z 2026-07-24 19:06:55,239 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/feature/v6 2026-07-24T19:06:55.3230860Z 2026-07-24 19:06:55,239 [INFO] copying src/executorch/backends/qualcomm/tests/rework/lpai/feature/v6/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/feature/v6 2026-07-24T19:06:55.3231170Z 2026-07-24 19:06:55,239 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6 2026-07-24T19:06:55.3231660Z 2026-07-24 19:06:55,239 [INFO] copying src/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6 2026-07-24T19:06:55.3231970Z 2026-07-24 19:06:55,239 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/pass 2026-07-24T19:06:55.3232680Z 2026-07-24 19:06:55,239 [INFO] copying src/executorch/backends/qualcomm/tests/rework/common/pass/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/pass 2026-07-24T19:06:55.3233060Z 2026-07-24 19:06:55,240 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/utils 2026-07-24T19:06:55.3233530Z 2026-07-24 19:06:55,240 [INFO] copying src/executorch/backends/qualcomm/tests/rework/common/utils/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/utils 2026-07-24T19:06:55.3233800Z 2026-07-24 19:06:55,240 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends 2026-07-24T19:06:55.3234270Z 2026-07-24 19:06:55,240 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends 2026-07-24T19:06:55.3234630Z 2026-07-24 19:06:55,240 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:55.3235140Z 2026-07-24 19:06:55,240 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/htp/qnn_htp_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:55.3235700Z 2026-07-24 19:06:55,241 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/htp/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:55.3235980Z 2026-07-24 19:06:55,241 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:55.3236510Z 2026-07-24 19:06:55,241 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/gpu/qnn_gpu_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:55.3237070Z 2026-07-24 19:06:55,241 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/gpu/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:55.3237370Z 2026-07-24 19:06:55,241 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:55.3238200Z 2026-07-24 19:06:55,242 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/lpai/qnn_lpai_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:55.3238660Z 2026-07-24 19:06:55,242 [INFO] copying src/executorch/backends/qualcomm/_passes/backends/lpai/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:55.3239020Z 2026-07-24 19:06:55,242 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3239570Z 2026-07-24 19:06:55,242 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/stages/compilation_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3240100Z 2026-07-24 19:06:55,242 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/stages/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3240720Z 2026-07-24 19:06:55,243 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/stages/model_preparation_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3241360Z 2026-07-24 19:06:55,243 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/stages/inference_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3241960Z 2026-07-24 19:06:55,243 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/stages/quantization_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:55.3242300Z 2026-07-24 19:06:55,243 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies 2026-07-24T19:06:55.3242890Z 2026-07-24 19:06:55,243 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies 2026-07-24T19:06:55.3243170Z 2026-07-24 19:06:55,244 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:55.3243790Z 2026-07-24 19:06:55,244 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:55.3244350Z 2026-07-24 19:06:55,244 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/test_pipeline_context.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:55.3244900Z 2026-07-24 19:06:55,244 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/test_exceptions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:55.3245480Z 2026-07-24 19:06:55,244 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/test_engine_proxy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:55.3245810Z 2026-07-24 19:06:55,244 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3246360Z 2026-07-24 19:06:55,244 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3247020Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/compilation_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3247650Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/inference_output_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3248220Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3248880Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/quantization_output_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3249540Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/quantization_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3250100Z 2026-07-24 19:06:55,245 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/inference_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3250790Z 2026-07-24 19:06:55,246 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_output_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3251330Z 2026-07-24 19:06:55,246 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/configs/compilation_output_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:55.3251950Z 2026-07-24 19:06:55,246 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:55.3252660Z 2026-07-24 19:06:55,246 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/model_preparation_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:55.3253350Z 2026-07-24 19:06:55,246 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:55.3253700Z 2026-07-24 19:06:55,246 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:55.3254360Z 2026-07-24 19:06:55,247 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/executorch_quantization_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:55.3254950Z 2026-07-24 19:06:55,247 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:55.3255580Z 2026-07-24 19:06:55,247 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/quantization_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:55.3255920Z 2026-07-24 19:06:55,247 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:55.3256510Z 2026-07-24 19:06:55,247 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/inference/inference_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:55.3257150Z 2026-07-24 19:06:55,248 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/inference/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:55.3257960Z 2026-07-24 19:06:55,248 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/inference/executorch_inference_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:55.3258420Z 2026-07-24 19:06:55,248 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:55.3259040Z 2026-07-24 19:06:55,248 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/compilation_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:55.3259770Z 2026-07-24 19:06:55,248 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:55.3260550Z 2026-07-24 19:06:55,249 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/executorch_compilation_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:55.3260950Z 2026-07-24 19:06:55,249 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:55.3261700Z 2026-07-24 19:06:55,249 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_inference_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:55.3262290Z 2026-07-24 19:06:55,249 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_quantization_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:55.3262980Z 2026-07-24 19:06:55,249 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_compilation_stage.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:55.3263410Z 2026-07-24 19:06:55,250 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies 2026-07-24T19:06:55.3264010Z 2026-07-24 19:06:55,250 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/strategies/test_strategy_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies 2026-07-24T19:06:55.3269610Z 2026-07-24 19:06:55,250 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:55.3270230Z 2026-07-24 19:06:55,250 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_inference_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:55.3270960Z 2026-07-24 19:06:55,250 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_quantization_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:55.3271550Z 2026-07-24 19:06:55,250 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_compilation_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:55.3272280Z 2026-07-24 19:06:55,250 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_model_preparation_input_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:55.3272760Z 2026-07-24 19:06:55,251 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization 2026-07-24T19:06:55.3273650Z 2026-07-24 19:06:55,251 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization/test_executorch_quantization_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization 2026-07-24T19:06:55.3274050Z 2026-07-24 19:06:55,251 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference 2026-07-24T19:06:55.3274840Z 2026-07-24 19:06:55,251 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference/test_executorch_inference_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference 2026-07-24T19:06:55.3275210Z 2026-07-24 19:06:55,252 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation 2026-07-24T19:06:55.3275910Z 2026-07-24 19:06:55,252 [INFO] copying src/executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation/test_executorch_compilation_strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation 2026-07-24T19:06:55.3276290Z 2026-07-24 19:06:55,252 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:55.3276890Z 2026-07-24 19:06:55,252 [INFO] copying src/executorch/backends/qualcomm/quantizer/annotators/lpai_rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:55.3277500Z 2026-07-24 19:06:55,252 [INFO] copying src/executorch/backends/qualcomm/quantizer/annotators/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:55.3278060Z 2026-07-24 19:06:55,252 [INFO] copying src/executorch/backends/qualcomm/quantizer/annotators/htp_rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:55.3278360Z 2026-07-24 19:06:55,253 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:55.3279000Z 2026-07-24 19:06:55,253 [INFO] copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:55.3279570Z 2026-07-24 19:06:55,253 [INFO] copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:55.3280130Z 2026-07-24 19:06:55,253 [INFO] copying src/executorch/backends/qualcomm/quantizer/observers/concat_observer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:55.3280460Z 2026-07-24 19:06:55,254 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:55.3281030Z 2026-07-24 19:06:55,254 [INFO] copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:55.3281600Z 2026-07-24 19:06:55,254 [INFO] copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:55.3281880Z 2026-07-24 19:06:55,254 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3282350Z 2026-07-24 19:06:55,254 [INFO] copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3283020Z 2026-07-24 19:06:55,255 [INFO] copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3283480Z 2026-07-24 19:06:55,255 [INFO] copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3283930Z 2026-07-24 19:06:55,255 [INFO] copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3284510Z 2026-07-24 19:06:55,255 [INFO] copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3284950Z 2026-07-24 19:06:55,255 [INFO] copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3285400Z 2026-07-24 19:06:55,256 [INFO] copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3285830Z 2026-07-24 19:06:55,256 [INFO] copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3286610Z 2026-07-24 19:06:55,256 [INFO] copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3287110Z 2026-07-24 19:06:55,256 [INFO] copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators 2026-07-24T19:06:55.3287430Z 2026-07-24 19:06:55,256 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes 2026-07-24T19:06:55.3287840Z 2026-07-24 19:06:55,256 [INFO] copying src/executorch/backends/cuda/passes/replace_int64_floordiv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes 2026-07-24T19:06:55.3288210Z 2026-07-24 19:06:55,257 [INFO] copying src/executorch/backends/cuda/passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes 2026-07-24T19:06:55.3288750Z 2026-07-24 19:06:55,257 [INFO] copying src/executorch/backends/cuda/passes/move_cond_predicate_to_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes 2026-07-24T19:06:55.3288980Z 2026-07-24 19:06:55,257 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3289400Z 2026-07-24 19:06:55,257 [INFO] copying src/executorch/backends/cuda/tests/test_output_stride_rearrange.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3289810Z 2026-07-24 19:06:55,257 [INFO] copying src/executorch/backends/cuda/tests/test_int5_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3290190Z 2026-07-24 19:06:55,258 [INFO] copying src/executorch/backends/cuda/tests/test_triton_sdpa_nan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3290630Z 2026-07-24 19:06:55,258 [INFO] copying src/executorch/backends/cuda/tests/test_int4_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3291080Z 2026-07-24 19:06:55,258 [INFO] copying src/executorch/backends/cuda/tests/test_int6_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3291490Z 2026-07-24 19:06:55,258 [INFO] copying src/executorch/backends/cuda/tests/test_triton_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3291990Z 2026-07-24 19:06:55,258 [INFO] copying src/executorch/backends/cuda/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3292440Z 2026-07-24 19:06:55,259 [INFO] copying src/executorch/backends/cuda/tests/test_sort_shim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3292840Z 2026-07-24 19:06:55,259 [INFO] copying src/executorch/backends/cuda/tests/test_triton_sdpa_splitk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3293260Z 2026-07-24 19:06:55,259 [INFO] copying src/executorch/backends/cuda/tests/test_cuda_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3293650Z 2026-07-24 19:06:55,259 [INFO] copying src/executorch/backends/cuda/tests/test_int4_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3294110Z 2026-07-24 19:06:55,259 [INFO] copying src/executorch/backends/cuda/tests/test_tq4_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3294560Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_chunk_gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3295050Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_sdpa_splitk_replacement.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3295470Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_fused_deltanet_decode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3295840Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_fused_moe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3296210Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_cuda_export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3296680Z 2026-07-24 19:06:55,260 [INFO] copying src/executorch/backends/cuda/tests/test_topk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests 2026-07-24T19:06:55.3296910Z 2026-07-24 19:06:55,261 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton 2026-07-24T19:06:55.3297260Z 2026-07-24 19:06:55,261 [INFO] copying src/executorch/backends/cuda/triton/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton 2026-07-24T19:06:55.3297650Z 2026-07-24 19:06:55,261 [INFO] copying src/executorch/backends/cuda/triton/replacement_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton 2026-07-24T19:06:55.3297890Z 2026-07-24 19:06:55,261 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/benchmarks 2026-07-24T19:06:55.3298300Z 2026-07-24 19:06:55,261 [INFO] copying src/executorch/backends/cuda/benchmarks/benchmark_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/benchmarks 2026-07-24T19:06:55.3298760Z 2026-07-24 19:06:55,261 [INFO] copying src/executorch/backends/cuda/benchmarks/benchmark_moe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/benchmarks 2026-07-24T19:06:55.3299090Z 2026-07-24 19:06:55,262 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3299620Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/int5_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3300250Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/_library.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3300720Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/int6_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3301150Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3301600Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/int8_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3302060Z 2026-07-24 19:06:55,262 [INFO] copying src/executorch/backends/cuda/quantize_op_dispatch/int4_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:55.3302420Z 2026-07-24 19:06:55,263 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/runtime/shims/tests 2026-07-24T19:06:55.3302940Z 2026-07-24 19:06:55,263 [INFO] copying src/executorch/backends/cuda/runtime/shims/tests/gen_plain_mm_test_vectors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/runtime/shims/tests 2026-07-24T19:06:55.3303200Z 2026-07-24 19:06:55,263 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests 2026-07-24T19:06:55.3303840Z 2026-07-24 19:06:55,264 [INFO] copying src/executorch/backends/cuda/passes/tests/test_move_cond_predicate_to_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests 2026-07-24T19:06:55.3304290Z 2026-07-24 19:06:55,264 [INFO] copying src/executorch/backends/cuda/passes/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests 2026-07-24T19:06:55.3304870Z 2026-07-24 19:06:55,264 [INFO] copying src/executorch/backends/cuda/passes/tests/test_replace_int64_floordiv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests 2026-07-24T19:06:55.3305140Z 2026-07-24 19:06:55,264 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3305600Z 2026-07-24 19:06:55,264 [INFO] copying src/executorch/backends/cuda/triton/kernels/fused_deltanet_decode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3306180Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/chunk_gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3306590Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3307000Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/fused_moe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3307430Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/int4_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3307840Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3308250Z 2026-07-24 19:06:55,265 [INFO] copying src/executorch/backends/cuda/triton/kernels/topk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3308730Z 2026-07-24 19:06:55,266 [INFO] copying src/executorch/backends/cuda/triton/kernels/tq4_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:55.3309100Z 2026-07-24 19:06:55,266 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test 2026-07-24T19:06:55.3309510Z 2026-07-24 19:06:55,266 [INFO] copying src/executorch/backends/webgpu/test/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test 2026-07-24T19:06:55.3309870Z 2026-07-24 19:06:55,267 [INFO] copying src/executorch/backends/webgpu/test/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test 2026-07-24T19:06:55.3310260Z 2026-07-24 19:06:55,267 [INFO] copying src/executorch/backends/webgpu/test/test_wgsl_codegen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test 2026-07-24T19:06:55.3310570Z 2026-07-24 19:06:55,268 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/scripts 2026-07-24T19:06:55.3311010Z 2026-07-24 19:06:55,268 [INFO] copying src/executorch/backends/webgpu/scripts/gen_wgsl_headers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/scripts 2026-07-24T19:06:55.3311270Z 2026-07-24 19:06:55,268 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3311700Z 2026-07-24 19:06:55,269 [INFO] copying src/executorch/backends/webgpu/test/op_tests/test_generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3312150Z 2026-07-24 19:06:55,269 [INFO] copying src/executorch/backends/webgpu/test/op_tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3312560Z 2026-07-24 19:06:55,269 [INFO] copying src/executorch/backends/webgpu/test/op_tests/cases.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3312990Z 2026-07-24 19:06:55,269 [INFO] copying src/executorch/backends/webgpu/test/op_tests/test_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3313530Z 2026-07-24 19:06:55,269 [INFO] copying src/executorch/backends/webgpu/test/op_tests/test_suite.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3314070Z 2026-07-24 19:06:55,270 [INFO] copying src/executorch/backends/webgpu/test/op_tests/generate_op_tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:55.3314330Z 2026-07-24 19:06:55,271 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3314740Z 2026-07-24 19:06:55,271 [INFO] copying src/executorch/backends/webgpu/test/ops/test_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3315120Z 2026-07-24 19:06:55,271 [INFO] copying src/executorch/backends/webgpu/test/ops/test_fill.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3315620Z 2026-07-24 19:06:55,271 [INFO] copying src/executorch/backends/webgpu/test/ops/test_adamw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3316060Z 2026-07-24 19:06:55,272 [INFO] copying src/executorch/backends/webgpu/test/ops/test_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3316630Z 2026-07-24 19:06:55,272 [INFO] copying src/executorch/backends/webgpu/test/ops/test_logical_or.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3317020Z 2026-07-24 19:06:55,272 [INFO] copying src/executorch/backends/webgpu/test/ops/test_bitwise.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3317420Z 2026-07-24 19:06:55,272 [INFO] copying src/executorch/backends/webgpu/test/ops/test_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3317950Z 2026-07-24 19:06:55,272 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_transposed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3318360Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3318870Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_rope_interleaved.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3319260Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_logical_not.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3319760Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_repeat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3320140Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3320650Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3321180Z 2026-07-24 19:06:55,273 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3321600Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_layer_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3322120Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_dim_order.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3322530Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_log_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3323090Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3323500Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear_qcs4w.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3323890Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3324410Z 2026-07-24 19:06:55,274 [INFO] copying src/executorch/backends/webgpu/test/ops/test_view_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3324810Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3325210Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_grid_sampler_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3325600Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3325980Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_quant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3326610Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear_dq8ca_q4gsw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3327010Z 2026-07-24 19:06:55,275 [INFO] copying src/executorch/backends/webgpu/test/ops/test_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3327450Z 2026-07-24 19:06:55,276 [INFO] copying src/executorch/backends/webgpu/test/ops/test_split_with_sizes_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3328060Z 2026-07-24 19:06:55,276 [INFO] copying src/executorch/backends/webgpu/test/ops/test_constant_pad_nd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3328540Z 2026-07-24 19:06:55,276 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3329030Z 2026-07-24 19:06:55,276 [INFO] copying src/executorch/backends/webgpu/test/ops/test_logical_and.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3329420Z 2026-07-24 19:06:55,276 [INFO] copying src/executorch/backends/webgpu/test/ops/test_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3329940Z 2026-07-24 19:06:55,277 [INFO] copying src/executorch/backends/webgpu/test/ops/test_index_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3330420Z 2026-07-24 19:06:55,277 [INFO] copying src/executorch/backends/webgpu/test/ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3330850Z 2026-07-24 19:06:55,277 [INFO] copying src/executorch/backends/webgpu/test/ops/test_expand_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3331320Z 2026-07-24 19:06:55,277 [INFO] copying src/executorch/backends/webgpu/test/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3331710Z 2026-07-24 19:06:55,277 [INFO] copying src/executorch/backends/webgpu/test/ops/test_et_vk_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3332110Z 2026-07-24 19:06:55,278 [INFO] copying src/executorch/backends/webgpu/test/ops/test_conv_with_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3332630Z 2026-07-24 19:06:55,278 [INFO] copying src/executorch/backends/webgpu/test/ops/test_floor_divide.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3333020Z 2026-07-24 19:06:55,278 [INFO] copying src/executorch/backends/webgpu/test/ops/test_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3333450Z 2026-07-24 19:06:55,278 [INFO] copying src/executorch/backends/webgpu/test/ops/test_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3333910Z 2026-07-24 19:06:55,278 [INFO] copying src/executorch/backends/webgpu/test/ops/test_addmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3334330Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_pw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3334720Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_conv1d_dw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3335230Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3335810Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_flip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3336330Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_dw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3336730Z 2026-07-24 19:06:55,279 [INFO] copying src/executorch/backends/webgpu/test/ops/test_conv1d_pw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3337140Z 2026-07-24 19:06:55,280 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_pixel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3340760Z 2026-07-24 19:06:55,280 [INFO] copying src/executorch/backends/webgpu/test/ops/test_gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3341200Z 2026-07-24 19:06:55,280 [INFO] copying src/executorch/backends/webgpu/test/ops/test_grid_priors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3341600Z 2026-07-24 19:06:55,280 [INFO] copying src/executorch/backends/webgpu/test/ops/test_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3342100Z 2026-07-24 19:06:55,280 [INFO] copying src/executorch/backends/webgpu/test/ops/test_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3342500Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_rope.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3342880Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_rms_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3343260Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3343680Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_update_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3344060Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_rope_hf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3344450Z 2026-07-24 19:06:55,281 [INFO] copying src/executorch/backends/webgpu/test/ops/test_group_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3344840Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_reduce.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3345270Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3345680Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_prepack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3346070Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3346460Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3346920Z 2026-07-24 19:06:55,282 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q4gsw_requant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3347320Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_embedding_q4gsw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3347690Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3348080Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3348450Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_compare.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3348840Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3349250Z 2026-07-24 19:06:55,283 [INFO] copying src/executorch/backends/webgpu/test/ops/test_unary_activations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3349640Z 2026-07-24 19:06:55,284 [INFO] copying src/executorch/backends/webgpu/test/ops/test_dispatch_order.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3350100Z 2026-07-24 19:06:55,284 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear_q8ta_q8csw.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3350480Z 2026-07-24 19:06:55,284 [INFO] copying src/executorch/backends/webgpu/test/ops/test_fused_ce.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3350870Z 2026-07-24 19:06:55,284 [INFO] copying src/executorch/backends/webgpu/test/ops/test_linear_dW.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3351270Z 2026-07-24 19:06:55,284 [INFO] copying src/executorch/backends/webgpu/test/ops/test_quantized_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3351660Z 2026-07-24 19:06:55,285 [INFO] copying src/executorch/backends/webgpu/test/ops/test_where.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3352060Z 2026-07-24 19:06:55,285 [INFO] copying src/executorch/backends/webgpu/test/ops/test_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3352460Z 2026-07-24 19:06:55,285 [INFO] copying src/executorch/backends/webgpu/test/ops/test_pixel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3352850Z 2026-07-24 19:06:55,285 [INFO] copying src/executorch/backends/webgpu/test/ops/test_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3353230Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3353630Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3354020Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_q8ta_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3354460Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_quantized_linear_backward.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3354920Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3355320Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.3355690Z 2026-07-24 19:06:55,286 [INFO] copying src/executorch/backends/webgpu/test/ops/test_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops 2026-07-24T19:06:55.4558740Z 2026-07-24 19:06:55,287 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/dynamic_shape 2026-07-24T19:06:55.4560150Z 2026-07-24 19:06:55,287 [INFO] copying src/executorch/backends/webgpu/test/ops/dynamic_shape/test_dynamic_shape_export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/dynamic_shape 2026-07-24T19:06:55.4560820Z 2026-07-24 19:06:55,287 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:55.4562010Z 2026-07-24 19:06:55,287 [INFO] copying src/executorch/backends/webgpu/test/ops/index/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:55.4563900Z 2026-07-24 19:06:55,287 [INFO] copying src/executorch/backends/webgpu/test/ops/index/test_index.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:55.4564550Z 2026-07-24 19:06:55,292 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests 2026-07-24T19:06:55.4565460Z 2026-07-24 19:06:55,292 [INFO] copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests 2026-07-24T19:06:55.4566030Z 2026-07-24 19:06:55,292 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/_passes 2026-07-24T19:06:55.4567030Z 2026-07-24 19:06:55,292 [INFO] copying src/executorch/backends/openvino/_passes/decompose_floor_divide_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/_passes 2026-07-24T19:06:55.4567930Z 2026-07-24 19:06:55,292 [INFO] copying src/executorch/backends/openvino/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/_passes 2026-07-24T19:06:55.4568550Z 2026-07-24 19:06:55,293 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer 2026-07-24T19:06:55.4569490Z 2026-07-24 19:06:55,293 [INFO] copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer 2026-07-24T19:06:55.4570450Z 2026-07-24 19:06:55,293 [INFO] copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer 2026-07-24T19:06:55.4571460Z 2026-07-24 19:06:55,293 [INFO] copying src/executorch/backends/openvino/quantizer/llm_compression.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer 2026-07-24T19:06:55.4572580Z 2026-07-24 19:06:55,293 [INFO] copying src/executorch/backends/openvino/quantizer/observers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer 2026-07-24T19:06:55.4573190Z 2026-07-24 19:06:55,293 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/test/tester 2026-07-24T19:06:55.4574130Z 2026-07-24 19:06:55,293 [INFO] copying src/executorch/backends/openvino/test/tester/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/test/tester 2026-07-24T19:06:55.4575110Z 2026-07-24 19:06:55,294 [INFO] copying src/executorch/backends/openvino/test/tester/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/test/tester 2026-07-24T19:06:55.4576110Z 2026-07-24 19:06:55,294 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/models 2026-07-24T19:06:55.4577190Z 2026-07-24 19:06:55,294 [INFO] copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/models 2026-07-24T19:06:55.4577880Z 2026-07-24 19:06:55,294 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4578890Z 2026-07-24 19:06:55,294 [INFO] copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4580040Z 2026-07-24 19:06:55,294 [INFO] copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4581060Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4582120Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4582910Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4583330Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4583740Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4584350Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4584770Z 2026-07-24 19:06:55,295 [INFO] copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4586210Z 2026-07-24 19:06:55,296 [INFO] copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4586740Z 2026-07-24 19:06:55,296 [INFO] copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops 2026-07-24T19:06:55.4587070Z 2026-07-24 19:06:55,296 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:55.4587650Z 2026-07-24 19:06:55,297 [INFO] copying src/executorch/backends/openvino/tests/quantizer/test_llm_compression.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:55.4588120Z 2026-07-24 19:06:55,297 [INFO] copying src/executorch/backends/openvino/tests/quantizer/synthetic_test_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:55.4588360Z 2026-07-24 19:06:55,298 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4588780Z 2026-07-24 19:06:55,298 [INFO] copying src/executorch/backends/samsung/builders/op_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4589170Z 2026-07-24 19:06:55,298 [INFO] copying src/executorch/backends/samsung/builders/op_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4589730Z 2026-07-24 19:06:55,298 [INFO] copying src/executorch/backends/samsung/builders/op_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4590210Z 2026-07-24 19:06:55,298 [INFO] copying src/executorch/backends/samsung/builders/op_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4590610Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4591010Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_hardsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4591390Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4591760Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4592130Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4592640Z 2026-07-24 19:06:55,299 [INFO] copying src/executorch/backends/samsung/builders/op_constant_pad_nd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4593050Z 2026-07-24 19:06:55,300 [INFO] copying src/executorch/backends/samsung/builders/op_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4593540Z 2026-07-24 19:06:55,300 [INFO] copying src/executorch/backends/samsung/builders/op_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4593930Z 2026-07-24 19:06:55,300 [INFO] copying src/executorch/backends/samsung/builders/op_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4594320Z 2026-07-24 19:06:55,300 [INFO] copying src/executorch/backends/samsung/builders/op_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4594780Z 2026-07-24 19:06:55,300 [INFO] copying src/executorch/backends/samsung/builders/op_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4595160Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4595580Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_slice_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4596130Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4596560Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4597100Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_pixel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4597600Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4598010Z 2026-07-24 19:06:55,301 [INFO] copying src/executorch/backends/samsung/builders/op_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4598500Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4598890Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4599350Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4599790Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_layer_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4600290Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4600670Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4601090Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4601620Z 2026-07-24 19:06:55,302 [INFO] copying src/executorch/backends/samsung/builders/op_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4602000Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4602440Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_expand_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4602950Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4603330Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4603720Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4604100Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4604600Z 2026-07-24 19:06:55,303 [INFO] copying src/executorch/backends/samsung/builders/op_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4604970Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4605340Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4605720Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4606220Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4606730Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_getitem.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4607120Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_dequantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4607510Z 2026-07-24 19:06:55,304 [INFO] copying src/executorch/backends/samsung/builders/op_log_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4607890Z 2026-07-24 19:06:55,305 [INFO] copying src/executorch/backends/samsung/builders/op_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders 2026-07-24T19:06:55.4608230Z 2026-07-24 19:06:55,305 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization 2026-07-24T19:06:55.4608710Z 2026-07-24 19:06:55,305 [INFO] copying src/executorch/backends/samsung/serialization/compile_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization 2026-07-24T19:06:55.4609160Z 2026-07-24 19:06:55,306 [INFO] copying src/executorch/backends/samsung/serialization/enn_graph_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization 2026-07-24T19:06:55.4609390Z 2026-07-24 19:06:55,306 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils 2026-07-24T19:06:55.4615450Z 2026-07-24 19:06:55,306 [INFO] copying src/executorch/backends/samsung/utils/export_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils 2026-07-24T19:06:55.4615860Z 2026-07-24 19:06:55,306 [INFO] copying src/executorch/backends/samsung/utils/constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils 2026-07-24T19:06:55.4616220Z 2026-07-24 19:06:55,306 [INFO] copying src/executorch/backends/samsung/utils/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils 2026-07-24T19:06:55.4616860Z 2026-07-24 19:06:55,307 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4617440Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/annotate_scalar_parameters.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4617940Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/annotate_qparams.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4618370Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/replace_scalar_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4618860Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/fold_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4619280Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/remove_useless_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4619830Z 2026-07-24 19:06:55,307 [INFO] copying src/executorch/backends/samsung/_passes/customized_constant_prop.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4620210Z 2026-07-24 19:06:55,308 [INFO] copying src/executorch/backends/samsung/_passes/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4620620Z 2026-07-24 19:06:55,308 [INFO] copying src/executorch/backends/samsung/_passes/conv1d_to_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4621000Z 2026-07-24 19:06:55,309 [INFO] copying src/executorch/backends/samsung/_passes/fuse_conv_act.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4621500Z 2026-07-24 19:06:55,309 [INFO] copying src/executorch/backends/samsung/_passes/insert_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes 2026-07-24T19:06:55.4621750Z 2026-07-24 19:06:55,309 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/partition 2026-07-24T19:06:55.4622180Z 2026-07-24 19:06:55,309 [INFO] copying src/executorch/backends/samsung/partition/enn_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/partition 2026-07-24T19:06:55.4622440Z 2026-07-24 19:06:55,310 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer 2026-07-24T19:06:55.4622860Z 2026-07-24 19:06:55,310 [INFO] copying src/executorch/backends/samsung/quantizer/qconfig.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer 2026-07-24T19:06:55.4623350Z 2026-07-24 19:06:55,310 [INFO] copying src/executorch/backends/samsung/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer 2026-07-24T19:06:55.4623870Z 2026-07-24 19:06:55,310 [INFO] copying src/executorch/backends/samsung/quantizer/annotator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer 2026-07-24T19:06:55.4624400Z 2026-07-24 19:06:55,310 [INFO] copying src/executorch/backends/samsung/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer 2026-07-24T19:06:55.4624650Z 2026-07-24 19:06:55,310 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/utils 2026-07-24T19:06:55.4625130Z 2026-07-24 19:06:55,310 [INFO] copying src/executorch/backends/samsung/test/utils/runtime_executor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/utils 2026-07-24T19:06:55.4625650Z 2026-07-24 19:06:55,311 [INFO] copying src/executorch/backends/samsung/test/utils/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/utils 2026-07-24T19:06:55.4625930Z 2026-07-24 19:06:55,311 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4626440Z 2026-07-24 19:06:55,311 [INFO] copying src/executorch/backends/samsung/test/models/test_torchvision_vit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4626870Z 2026-07-24 19:06:55,311 [INFO] copying src/executorch/backends/samsung/test/models/test_resnet18.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4627350Z 2026-07-24 19:06:55,311 [INFO] copying src/executorch/backends/samsung/test/models/test_inception_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4627820Z 2026-07-24 19:06:55,311 [INFO] copying src/executorch/backends/samsung/test/models/test_edsr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4628240Z 2026-07-24 19:06:55,312 [INFO] copying src/executorch/backends/samsung/test/models/test_mobilenet_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4628670Z 2026-07-24 19:06:55,312 [INFO] copying src/executorch/backends/samsung/test/models/test_mobilenet_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4629200Z 2026-07-24 19:06:55,312 [INFO] copying src/executorch/backends/samsung/test/models/test_resnet50.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4629740Z 2026-07-24 19:06:55,313 [INFO] copying src/executorch/backends/samsung/test/models/test_inception_v4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4630250Z 2026-07-24 19:06:55,313 [INFO] copying src/executorch/backends/samsung/test/models/test_wav2letter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4630780Z 2026-07-24 19:06:55,313 [INFO] copying src/executorch/backends/samsung/test/models/test_deeplab_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models 2026-07-24T19:06:55.4631030Z 2026-07-24 19:06:55,314 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/tester 2026-07-24T19:06:55.4631420Z 2026-07-24 19:06:55,314 [INFO] copying src/executorch/backends/samsung/test/tester/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/tester 2026-07-24T19:06:55.4631830Z 2026-07-24 19:06:55,314 [INFO] copying src/executorch/backends/samsung/test/tester/samsung_tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/tester 2026-07-24T19:06:55.4632070Z 2026-07-24 19:06:55,314 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4632460Z 2026-07-24 19:06:55,314 [INFO] copying src/executorch/backends/samsung/test/ops/test_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4633000Z 2026-07-24 19:06:55,315 [INFO] copying src/executorch/backends/samsung/test/ops/test_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4633510Z 2026-07-24 19:06:55,315 [INFO] copying src/executorch/backends/samsung/test/ops/test_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4634030Z 2026-07-24 19:06:55,315 [INFO] copying src/executorch/backends/samsung/test/ops/test_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4634430Z 2026-07-24 19:06:55,315 [INFO] copying src/executorch/backends/samsung/test/ops/test_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4634890Z 2026-07-24 19:06:55,316 [INFO] copying src/executorch/backends/samsung/test/ops/test_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4635400Z 2026-07-24 19:06:55,316 [INFO] copying src/executorch/backends/samsung/test/ops/test_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4635790Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4636200Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_log_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4636740Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4637150Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4637550Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4637960Z 2026-07-24 19:06:55,317 [INFO] copying src/executorch/backends/samsung/test/ops/test_constant_pad_nd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4638350Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4638850Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_expand_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4639230Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4639620Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4640000Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4640390Z 2026-07-24 19:06:55,318 [INFO] copying src/executorch/backends/samsung/test/ops/test_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4640780Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4641160Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4641630Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4642060Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4642450Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4642830Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4643330Z 2026-07-24 19:06:55,319 [INFO] copying src/executorch/backends/samsung/test/ops/test_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4643720Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4644110Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4644520Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_pixel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4644910Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_slice_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4645310Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4645680Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4646090Z 2026-07-24 19:06:55,320 [INFO] copying src/executorch/backends/samsung/test/ops/test_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4646580Z 2026-07-24 19:06:55,321 [INFO] copying src/executorch/backends/samsung/test/ops/test_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops 2026-07-24T19:06:55.4646820Z 2026-07-24 19:06:55,321 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/_passes 2026-07-24T19:06:55.4647190Z 2026-07-24 19:06:55,321 [INFO] copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/_passes 2026-07-24T19:06:55.4647660Z 2026-07-24 19:06:55,321 [INFO] copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/_passes 2026-07-24T19:06:55.4647910Z 2026-07-24 19:06:55,322 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer 2026-07-24T19:06:55.4648310Z 2026-07-24 19:06:55,322 [INFO] copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer 2026-07-24T19:06:55.4648710Z 2026-07-24 19:06:55,322 [INFO] copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer 2026-07-24T19:06:55.4649100Z 2026-07-24 19:06:55,322 [INFO] copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer 2026-07-24T19:06:55.4649710Z 2026-07-24 19:06:55,322 [INFO] copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer 2026-07-24T19:06:55.4649960Z 2026-07-24 19:06:55,323 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4650370Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_decompose_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4650770Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4651230Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_quantize_fused_convbn_bias_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4651670Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_permute_optimization_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4652080Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_remove_clone_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4652520Z 2026-07-24 19:06:55,323 [INFO] copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4652890Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4653330Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/test_create_mutable_buffer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4653780Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/test_decompose_channels_last_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4654190Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/test_channels_last_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4654710Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/test_to_contiguous_channels_last_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4655180Z 2026-07-24 19:06:55,324 [INFO] copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4655610Z 2026-07-24 19:06:55,325 [INFO] copying src/executorch/backends/transforms/test/test_aten_to_dialect_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test 2026-07-24T19:06:55.4655850Z 2026-07-24 19:06:55,325 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4656250Z 2026-07-24 19:06:55,325 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4656730Z 2026-07-24 19:06:55,325 [INFO] copying src/executorch/backends/vulkan/patterns/select_as_symint.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4657120Z 2026-07-24 19:06:55,325 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_binary.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4657620Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/weight_packing_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4658000Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4658430Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_convolution.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4658810Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/rope_hf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4659200Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4659580Z 2026-07-24 19:06:55,326 [INFO] copying src/executorch/backends/vulkan/patterns/rope.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4659980Z 2026-07-24 19:06:55,327 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4660380Z 2026-07-24 19:06:55,327 [INFO] copying src/executorch/backends/vulkan/patterns/pattern_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4660820Z 2026-07-24 19:06:55,327 [INFO] copying src/executorch/backends/vulkan/patterns/rms_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4661300Z 2026-07-24 19:06:55,327 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_unary.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4661720Z 2026-07-24 19:06:55,327 [INFO] copying src/executorch/backends/vulkan/patterns/quantized_pixel_shuffle.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns 2026-07-24T19:06:55.4661940Z 2026-07-24 19:06:55,328 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4662330Z 2026-07-24 19:06:55,328 [INFO] copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4662770Z 2026-07-24 19:06:55,328 [INFO] copying src/executorch/backends/vulkan/test/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4663170Z 2026-07-24 19:06:55,328 [INFO] copying src/executorch/backends/vulkan/test/test_vulkan_compile_options.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4663580Z 2026-07-24 19:06:55,328 [INFO] copying src/executorch/backends/vulkan/test/test_vulkan_tensor_repr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4664100Z 2026-07-24 19:06:55,328 [INFO] copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4664470Z 2026-07-24 19:06:55,329 [INFO] copying src/executorch/backends/vulkan/test/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4664840Z 2026-07-24 19:06:55,329 [INFO] copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4665230Z 2026-07-24 19:06:55,329 [INFO] copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test 2026-07-24T19:06:55.4665500Z 2026-07-24 19:06:55,329 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/partitioner 2026-07-24T19:06:55.4666010Z 2026-07-24 19:06:55,329 [INFO] copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/partitioner 2026-07-24T19:06:55.4666270Z 2026-07-24 19:06:55,330 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization 2026-07-24T19:06:55.4666710Z 2026-07-24 19:06:55,330 [INFO] copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization 2026-07-24T19:06:55.4667150Z 2026-07-24 19:06:55,330 [INFO] copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization 2026-07-24T19:06:55.4667610Z 2026-07-24 19:06:55,330 [INFO] copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization 2026-07-24T19:06:55.4667860Z 2026-07-24 19:06:55,330 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime 2026-07-24T19:06:55.4668240Z 2026-07-24 19:06:55,330 [INFO] copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime 2026-07-24T19:06:55.4668470Z 2026-07-24 19:06:55,331 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4668850Z 2026-07-24 19:06:55,331 [INFO] copying src/executorch/backends/vulkan/_passes/fold_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4669260Z 2026-07-24 19:06:55,331 [INFO] copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4669650Z 2026-07-24 19:06:55,331 [INFO] copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4670060Z 2026-07-24 19:06:55,331 [INFO] copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4670460Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4670950Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4671430Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4671810Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/fuse_patterns.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4672200Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4672610Z 2026-07-24 19:06:55,332 [INFO] copying src/executorch/backends/vulkan/_passes/insert_dtype_promotion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes 2026-07-24T19:06:55.4672860Z 2026-07-24 19:06:55,333 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/quantizer 2026-07-24T19:06:55.4673260Z 2026-07-24 19:06:55,333 [INFO] copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/quantizer 2026-07-24T19:06:55.4673770Z 2026-07-24 19:06:55,333 [INFO] copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/quantizer 2026-07-24T19:06:55.4674020Z 2026-07-24 19:06:55,334 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:55.4674480Z 2026-07-24 19:06:55,334 [INFO] copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:55.4674940Z 2026-07-24 19:06:55,334 [INFO] copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:55.4675340Z 2026-07-24 19:06:55,334 [INFO] copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:55.4675610Z 2026-07-24 19:06:55,334 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4676090Z 2026-07-24 19:06:55,334 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4676550Z 2026-07-24 19:06:55,335 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4677040Z 2026-07-24 19:06:55,335 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4677510Z 2026-07-24 19:06:55,335 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4678040Z 2026-07-24 19:06:55,335 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4678520Z 2026-07-24 19:06:55,335 [INFO] copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:55.4678990Z 2026-07-24 19:06:55,336 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/volk 2026-07-24T19:06:55.4679410Z 2026-07-24 19:06:55,337 [INFO] copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/volk 2026-07-24T19:06:55.4679780Z 2026-07-24 19:06:55,338 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2026-07-24T19:06:55.4680450Z 2026-07-24 19:06:55,338 [INFO] copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2026-07-24T19:06:55.4680790Z 2026-07-24 19:06:55,339 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4681340Z 2026-07-24 19:06:55,339 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4681950Z 2026-07-24 19:06:55,339 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4682690Z 2026-07-24 19:06:55,339 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4683240Z 2026-07-24 19:06:55,339 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4683810Z 2026-07-24 19:06:55,340 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4684380Z 2026-07-24 19:06:55,340 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4684920Z 2026-07-24 19:06:55,340 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4685440Z 2026-07-24 19:06:55,340 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4686000Z 2026-07-24 19:06:55,340 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:55.4686350Z 2026-07-24 19:06:55,341 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:55.4686930Z 2026-07-24 19:06:55,341 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:55.4687540Z 2026-07-24 19:06:55,341 [INFO] copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:55.4687880Z 2026-07-24 19:06:55,342 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test 2026-07-24T19:06:55.4688250Z 2026-07-24 19:06:55,342 [INFO] copying src/executorch/backends/xnnpack/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test 2026-07-24T19:06:55.4688630Z 2026-07-24 19:06:55,342 [INFO] copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test 2026-07-24T19:06:55.4689040Z 2026-07-24 19:06:55,342 [INFO] copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test 2026-07-24T19:06:55.4689450Z 2026-07-24 19:06:55,342 [INFO] copying src/executorch/backends/xnnpack/test/test_xnnpack_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test 2026-07-24T19:06:55.4689700Z 2026-07-24 19:06:55,343 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4690080Z 2026-07-24 19:06:55,343 [INFO] copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4690480Z 2026-07-24 19:06:55,343 [INFO] copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4690990Z 2026-07-24 19:06:55,343 [INFO] copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4691390Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4691790Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4692160Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4692550Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4692980Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4693380Z 2026-07-24 19:06:55,344 [INFO] copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4693780Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4694160Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4695140Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4695730Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4696160Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4696770Z 2026-07-24 19:06:55,345 [INFO] copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4697160Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4697600Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4698000Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4698510Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4698890Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/op_sin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4699400Z 2026-07-24 19:06:55,346 [INFO] copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4699920Z 2026-07-24 19:06:55,347 [INFO] copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4700320Z 2026-07-24 19:06:55,347 [INFO] copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4700750Z 2026-07-24 19:06:55,347 [INFO] copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4701170Z 2026-07-24 19:06:55,347 [INFO] copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4701560Z 2026-07-24 19:06:55,347 [INFO] copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4702020Z 2026-07-24 19:06:55,348 [INFO] copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4702560Z 2026-07-24 19:06:55,348 [INFO] copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4702980Z 2026-07-24 19:06:55,348 [INFO] copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4703400Z 2026-07-24 19:06:55,348 [INFO] copying src/executorch/backends/xnnpack/operators/op_view_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4703810Z 2026-07-24 19:06:55,348 [INFO] copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4704240Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4704620Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4705010Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4705490Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4705880Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4706270Z 2026-07-24 19:06:55,349 [INFO] copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4706730Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4707210Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4707610Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4708020Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4708520Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4708960Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4709360Z 2026-07-24 19:06:55,350 [INFO] copying src/executorch/backends/xnnpack/operators/op_clone.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4710970Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_cos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4711440Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4711860Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4712280Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4712690Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4713070Z 2026-07-24 19:06:55,351 [INFO] copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4713480Z 2026-07-24 19:06:55,352 [INFO] copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4713880Z 2026-07-24 19:06:55,352 [INFO] copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4714260Z 2026-07-24 19:06:55,352 [INFO] copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators 2026-07-24T19:06:55.4714670Z 2026-07-24 19:06:55,352 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization 2026-07-24T19:06:55.4715130Z 2026-07-24 19:06:55,352 [INFO] copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization 2026-07-24T19:06:55.4715580Z 2026-07-24 19:06:55,352 [INFO] copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization 2026-07-24T19:06:55.4715840Z 2026-07-24 19:06:55,353 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils 2026-07-24T19:06:55.4716220Z 2026-07-24 19:06:55,353 [INFO] copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils 2026-07-24T19:06:55.4716610Z 2026-07-24 19:06:55,353 [INFO] copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils 2026-07-24T19:06:55.4716980Z 2026-07-24 19:06:55,353 [INFO] copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils 2026-07-24T19:06:55.4717370Z 2026-07-24 19:06:55,353 [INFO] copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils 2026-07-24T19:06:55.4717710Z 2026-07-24 19:06:55,354 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4718160Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4718570Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/decompose_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4718980Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4719400Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4719780Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4720180Z 2026-07-24 19:06:55,354 [INFO] copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4721870Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4722380Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4722760Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4723210Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4723600Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/insert_pad_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4724180Z 2026-07-24 19:06:55,355 [INFO] copying src/executorch/backends/xnnpack/_passes/propagate_custom_meta_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4724610Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/_passes/remove_noop_expand_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4725000Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4725410Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4725810Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes 2026-07-24T19:06:55.4726050Z 2026-07-24 19:06:55,356 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes 2026-07-24T19:06:55.4726480Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes 2026-07-24T19:06:55.4726850Z 2026-07-24 19:06:55,356 [INFO] copying src/executorch/backends/xnnpack/recipes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes 2026-07-24T19:06:55.4727370Z 2026-07-24 19:06:55,357 [INFO] copying src/executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes 2026-07-24T19:06:55.4727630Z 2026-07-24 19:06:55,357 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party 2026-07-24T19:06:55.4728100Z 2026-07-24 19:06:55,357 [INFO] copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party 2026-07-24T19:06:55.4728350Z 2026-07-24 19:06:55,357 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition 2026-07-24T19:06:55.4728770Z 2026-07-24 19:06:55,357 [INFO] copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition 2026-07-24T19:06:55.4729010Z 2026-07-24 19:06:55,357 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/quantizer 2026-07-24T19:06:55.4729430Z 2026-07-24 19:06:55,358 [INFO] copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/quantizer 2026-07-24T19:06:55.4729860Z 2026-07-24 19:06:55,358 [INFO] copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/quantizer 2026-07-24T19:06:55.4731320Z 2026-07-24 19:06:55,358 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/fragments 2026-07-24T19:06:55.4732720Z 2026-07-24 19:06:55,358 [INFO] copying src/executorch/backends/xnnpack/test/fragments/test_dim_order.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/fragments 2026-07-24T19:06:55.4735690Z 2026-07-24 19:06:55,358 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:55.4736180Z 2026-07-24 19:06:55,358 [INFO] copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:55.4736650Z 2026-07-24 19:06:55,359 [INFO] copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:55.4738910Z 2026-07-24 19:06:55,359 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4739370Z 2026-07-24 19:06:55,359 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4739980Z 2026-07-24 19:06:55,359 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4740490Z 2026-07-24 19:06:55,359 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_propagate_custom_meta_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4741170Z 2026-07-24 19:06:55,360 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4741680Z 2026-07-24 19:06:55,360 [INFO] copying src/executorch/backends/xnnpack/test/passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4742450Z 2026-07-24 19:06:55,360 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_insert_pad_qdq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4743480Z 2026-07-24 19:06:55,360 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4743980Z 2026-07-24 19:06:55,361 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4744480Z 2026-07-24 19:06:55,361 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_remove_noop_expand_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4744930Z 2026-07-24 19:06:55,361 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_decompose_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4745380Z 2026-07-24 19:06:55,361 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4745850Z 2026-07-24 19:06:55,361 [INFO] copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:55.4746110Z 2026-07-24 19:06:55,362 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4746530Z 2026-07-24 19:06:55,362 [INFO] copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4746920Z 2026-07-24 19:06:55,362 [INFO] copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4747310Z 2026-07-24 19:06:55,362 [INFO] copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4747760Z 2026-07-24 19:06:55,362 [INFO] copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4748180Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4748680Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4749260Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4749780Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4750200Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4750630Z 2026-07-24 19:06:55,363 [INFO] copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4751030Z 2026-07-24 19:06:55,364 [INFO] copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4751520Z 2026-07-24 19:06:55,364 [INFO] copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4752090Z 2026-07-24 19:06:55,364 [INFO] copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models 2026-07-24T19:06:55.4752350Z 2026-07-24 19:06:55,364 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/recipes 2026-07-24T19:06:55.4752800Z 2026-07-24 19:06:55,364 [INFO] copying src/executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/recipes 2026-07-24T19:06:55.4753060Z 2026-07-24 19:06:55,364 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/tester 2026-07-24T19:06:55.4753450Z 2026-07-24 19:06:55,364 [INFO] copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/tester 2026-07-24T19:06:55.4754050Z 2026-07-24 19:06:55,365 [INFO] copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/tester 2026-07-24T19:06:55.4756140Z 2026-07-24 19:06:55,365 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4756610Z 2026-07-24 19:06:55,365 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4757040Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4757500Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4757890Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4758290Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4758670Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4759260Z 2026-07-24 19:06:55,366 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4759640Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4760020Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_cos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4760400Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4760790Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4761170Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4761560Z 2026-07-24 19:06:55,367 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4762060Z 2026-07-24 19:06:55,368 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4762490Z 2026-07-24 19:06:55,368 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4762880Z 2026-07-24 19:06:55,368 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4763290Z 2026-07-24 19:06:55,368 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4763770Z 2026-07-24 19:06:55,368 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4764180Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4764570Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4764940Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4765330Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_clone.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4765700Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4766080Z 2026-07-24 19:06:55,369 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4766500Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4766990Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4767480Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4767860Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4768240Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4768620Z 2026-07-24 19:06:55,370 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4769110Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4769520Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_sin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4769910Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4770370Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4770780Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4771190Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4771580Z 2026-07-24 19:06:55,371 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4771980Z 2026-07-24 19:06:55,372 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4772370Z 2026-07-24 19:06:55,372 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4772780Z 2026-07-24 19:06:55,372 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4773180Z 2026-07-24 19:06:55,372 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4773560Z 2026-07-24 19:06:55,372 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4773950Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4774360Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4774760Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4775190Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4775590Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4775970Z 2026-07-24 19:06:55,373 [INFO] copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:55.4776220Z 2026-07-24 19:06:55,374 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:55.4776700Z 2026-07-24 19:06:55,374 [INFO] copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:55.4777170Z 2026-07-24 19:06:55,374 [INFO] copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:55.4777630Z 2026-07-24 19:06:55,374 [INFO] copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:55.4777930Z 2026-07-24 19:06:55,374 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:55.4778460Z 2026-07-24 19:06:55,374 [INFO] copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:55.4778740Z 2026-07-24 19:06:55,375 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:55.4779180Z 2026-07-24 19:06:55,375 [INFO] copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:55.4779460Z 2026-07-24 19:06:55,375 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:55.4779910Z 2026-07-24 19:06:55,375 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:55.4780250Z 2026-07-24 19:06:55,375 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:55.4780700Z 2026-07-24 19:06:55,375 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:55.4781010Z 2026-07-24 19:06:55,377 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4781510Z 2026-07-24 19:06:55,377 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4782080Z 2026-07-24 19:06:55,377 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4782770Z 2026-07-24 19:06:55,378 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4783320Z 2026-07-24 19:06:55,378 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4783960Z 2026-07-24 19:06:55,378 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4784490Z 2026-07-24 19:06:55,378 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4785070Z 2026-07-24 19:06:55,378 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4785570Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4786340Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4786880Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4787500Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4788030Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4788640Z 2026-07-24 19:06:55,379 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4789130Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4789680Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4790330Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4790990Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4791620Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4792260Z 2026-07-24 19:06:55,380 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4792840Z 2026-07-24 19:06:55,381 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:55.4793390Z 2026-07-24 19:06:55,381 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4794020Z 2026-07-24 19:06:55,381 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4799250Z 2026-07-24 19:06:55,381 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4799860Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4800510Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4801050Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4801770Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4802290Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4802890Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4803430Z 2026-07-24 19:06:55,382 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4803990Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4804600Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4805140Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4805690Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4806290Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4806830Z 2026-07-24 19:06:55,383 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4807610Z 2026-07-24 19:06:55,384 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4808150Z 2026-07-24 19:06:55,384 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4808730Z 2026-07-24 19:06:55,384 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4809330Z 2026-07-24 19:06:55,384 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4809870Z 2026-07-24 19:06:55,384 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:55.4810220Z 2026-07-24 19:06:55,385 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4810740Z 2026-07-24 19:06:55,385 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4811380Z 2026-07-24 19:06:55,386 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4811890Z 2026-07-24 19:06:55,386 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-gn-tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4812400Z 2026-07-24 19:06:55,386 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4812940Z 2026-07-24 19:06:55,386 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:55.4813280Z 2026-07-24 19:06:55,388 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:55.4813870Z 2026-07-24 19:06:55,388 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:55.4814450Z 2026-07-24 19:06:55,388 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:55.4815030Z 2026-07-24 19:06:55,388 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/kernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:55.4815370Z 2026-07-24 19:06:55,389 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4815980Z 2026-07-24 19:06:55,389 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4816540Z 2026-07-24 19:06:55,389 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4817120Z 2026-07-24 19:06:55,389 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4817690Z 2026-07-24 19:06:55,389 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/kernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4818250Z 2026-07-24 19:06:55,390 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4818800Z 2026-07-24 19:06:55,390 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4819440Z 2026-07-24 19:06:55,390 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sine_cosine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:55.4819800Z 2026-07-24 19:06:55,390 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4820410Z 2026-07-24 19:06:55,390 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/common_rules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4821030Z 2026-07-24 19:06:55,391 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4821630Z 2026-07-24 19:06:55,391 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4822270Z 2026-07-24 19:06:55,391 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4822900Z 2026-07-24 19:06:55,391 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4823490Z 2026-07-24 19:06:55,391 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/x86.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:55.4823830Z 2026-07-24 19:06:55,392 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:55.4824420Z 2026-07-24 19:06:55,392 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:55.4825100Z 2026-07-24 19:06:55,392 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/kernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:55.4825460Z 2026-07-24 19:06:55,392 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4826100Z 2026-07-24 19:06:55,392 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4826810Z 2026-07-24 19:06:55,393 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4827450Z 2026-07-24 19:06:55,393 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4828170Z 2026-07-24 19:06:55,393 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k16.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4828790Z 2026-07-24 19:06:55,393 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp64.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4829460Z 2026-07-24 19:06:55,393 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32_k16.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4830110Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_int8_int8_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4830730Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp64.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4831340Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4831960Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4832720Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4833350Z 2026-07-24 19:06:55,394 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4834080Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32_k1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4834700Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4835340Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp16_fp16_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4835960Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/dot_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4836570Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4837320Z 2026-07-24 19:06:55,395 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32_k2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4837960Z 2026-07-24 19:06:55,396 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4838620Z 2026-07-24 19:06:55,396 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4839240Z 2026-07-24 19:06:55,396 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:55.4839540Z 2026-07-24 19:06:55,421 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:55.4840090Z 2026-07-24 19:06:55,421 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:55.4840620Z 2026-07-24 19:06:55,421 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:55.4841150Z 2026-07-24 19:06:55,421 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:55.4841450Z 2026-07-24 19:06:55,422 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:55.4841960Z 2026-07-24 19:06:55,422 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:55.4842310Z 2026-07-24 19:06:55,424 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2026-07-24T19:06:55.4842810Z 2026-07-24 19:06:55,424 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2026-07-24T19:06:55.4843120Z 2026-07-24 19:06:55,424 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:55.4843620Z 2026-07-24 19:06:55,424 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:55.4844180Z 2026-07-24 19:06:55,424 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:55.4844690Z 2026-07-24 19:06:55,424 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:55.4844960Z 2026-07-24 19:06:55,425 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4845400Z 2026-07-24 19:06:55,425 [INFO] copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4845900Z 2026-07-24 19:06:55,425 [INFO] copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4846360Z 2026-07-24 19:06:55,425 [INFO] copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4846790Z 2026-07-24 19:06:55,425 [INFO] copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4847240Z 2026-07-24 19:06:55,425 [INFO] copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4847710Z 2026-07-24 19:06:55,426 [INFO] copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:55.4847990Z 2026-07-24 19:06:55,426 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:55.4848410Z 2026-07-24 19:06:55,426 [INFO] copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:55.4848850Z 2026-07-24 19:06:55,426 [INFO] copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:55.4849080Z 2026-07-24 19:06:55,426 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext 2026-07-24T19:06:55.4849440Z 2026-07-24 19:06:55,426 [INFO] copying src/executorch/backends/arm/ao_ext/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext 2026-07-24T19:06:55.4849800Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/ao_ext/mxfp_tosa_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext 2026-07-24T19:06:55.4850160Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/ao_ext/mxfp_transform.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext 2026-07-24T19:06:55.4850550Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/ao_ext/mxfp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext 2026-07-24T19:06:55.4850770Z 2026-07-24 19:06:55,427 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4851110Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4851450Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4851800Z 2026-07-24 19:06:55,427 [INFO] copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4852130Z 2026-07-24 19:06:55,428 [INFO] copying src/executorch/backends/arm/test/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4852520Z 2026-07-24 19:06:55,428 [INFO] copying src/executorch/backends/arm/test/test_memory_allocator_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4852900Z 2026-07-24 19:06:55,428 [INFO] copying src/executorch/backends/arm/test/_custom_vgf_test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test 2026-07-24T19:06:55.4853180Z 2026-07-24 19:06:55,429 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4853620Z 2026-07-24 19:06:55,429 [INFO] copying src/executorch/backends/arm/operators/op_tosa_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4854020Z 2026-07-24 19:06:55,429 [INFO] copying src/executorch/backends/arm/operators/op_tosa_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4854400Z 2026-07-24 19:06:55,429 [INFO] copying src/executorch/backends/arm/operators/op_tosa_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4854760Z 2026-07-24 19:06:55,429 [INFO] copying src/executorch/backends/arm/operators/op_tosa_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4855150Z 2026-07-24 19:06:55,430 [INFO] copying src/executorch/backends/arm/operators/op_tosa_reshape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4855560Z 2026-07-24 19:06:55,430 [INFO] copying src/executorch/backends/arm/operators/simple_node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4855920Z 2026-07-24 19:06:55,430 [INFO] copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4856300Z 2026-07-24 19:06:55,431 [INFO] copying src/executorch/backends/arm/operators/op_tosa_ceil.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4856670Z 2026-07-24 19:06:55,431 [INFO] copying src/executorch/backends/arm/operators/op_tosa_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4857110Z 2026-07-24 19:06:55,431 [INFO] copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4857490Z 2026-07-24 19:06:55,431 [INFO] copying src/executorch/backends/arm/operators/op_tosa_reverse.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4857870Z 2026-07-24 19:06:55,432 [INFO] copying src/executorch/backends/arm/operators/op_tosa_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4858280Z 2026-07-24 19:06:55,432 [INFO] copying src/executorch/backends/arm/operators/op_flip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4858650Z 2026-07-24 19:06:55,432 [INFO] copying src/executorch/backends/arm/operators/op_tosa_neg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4859050Z 2026-07-24 19:06:55,432 [INFO] copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4859420Z 2026-07-24 19:06:55,432 [INFO] copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4859850Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/op_tosa_matmul_t_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4860240Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/ops_quant_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4860620Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/op_tosa_concat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4861040Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/op_tosa_cos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4861430Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/op_tosa_custom.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4861820Z 2026-07-24 19:06:55,433 [INFO] copying src/executorch/backends/arm/operators/op_tosa_logical_not.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4862230Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_depthwise_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4862650Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_cast_to_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4863030Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_tile.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4863390Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4863770Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_gt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4864180Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_reciprocal.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4864590Z 2026-07-24 19:06:55,434 [INFO] copying src/executorch/backends/arm/operators/op_tosa_transpose_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4864970Z 2026-07-24 19:06:55,435 [INFO] copying src/executorch/backends/arm/operators/op_tosa_shapes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4865390Z 2026-07-24 19:06:55,435 [INFO] copying src/executorch/backends/arm/operators/op_tosa_avg_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4865770Z 2026-07-24 19:06:55,435 [INFO] copying src/executorch/backends/arm/operators/op_tosa_table.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4866540Z 2026-07-24 19:06:55,435 [INFO] copying src/executorch/backends/arm/operators/op_tosa_eq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4867160Z 2026-07-24 19:06:55,435 [INFO] copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4867590Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4867970Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4868490Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4868890Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_erf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4869270Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4869880Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_rescale.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4870380Z 2026-07-24 19:06:55,436 [INFO] copying src/executorch/backends/arm/operators/op_tosa_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4870790Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4874520Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4874920Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4875300Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4875770Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4876180Z 2026-07-24 19:06:55,437 [INFO] copying src/executorch/backends/arm/operators/op_tosa_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4876570Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_tosa_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4876940Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_tosa_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4877390Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4877900Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_while.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4878280Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4878810Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_tosa_max_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4879190Z 2026-07-24 19:06:55,438 [INFO] copying src/executorch/backends/arm/operators/op_tosa_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4879640Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_fft.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4880100Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_conv2d_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4880490Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_bitwise_not.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4880870Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4881250Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_resize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4881660Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_sin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4882040Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4882420Z 2026-07-24 19:06:55,439 [INFO] copying src/executorch/backends/arm/operators/op_tosa_conv3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4882800Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_identity.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4883170Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_ge.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4883550Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4883930Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4884330Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_rshift_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4884710Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_tosa_binary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4885080Z 2026-07-24 19:06:55,440 [INFO] copying src/executorch/backends/arm/operators/op_cond_if.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4885440Z 2026-07-24 19:06:55,441 [INFO] copying src/executorch/backends/arm/operators/op_tosa_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4885810Z 2026-07-24 19:06:55,441 [INFO] copying src/executorch/backends/arm/operators/op_tosa_clz.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators 2026-07-24T19:06:55.4886030Z 2026-07-24 19:06:55,441 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/util 2026-07-24T19:06:55.4886460Z 2026-07-24 19:06:55,441 [INFO] copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/util 2026-07-24T19:06:55.4886800Z 2026-07-24 19:06:55,441 [INFO] copying src/executorch/backends/arm/util/_factory.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/util 2026-07-24T19:06:55.4887020Z 2026-07-24 19:06:55,442 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4887370Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/cast_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4887710Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4888050Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4888390Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4888730Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/resize_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4889110Z 2026-07-24 19:06:55,442 [INFO] copying src/executorch/backends/arm/tosa/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4889460Z 2026-07-24 19:06:55,443 [INFO] copying src/executorch/backends/arm/tosa/specification.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4889800Z 2026-07-24 19:06:55,443 [INFO] copying src/executorch/backends/arm/tosa/mapping.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4890140Z 2026-07-24 19:06:55,443 [INFO] copying src/executorch/backends/arm/tosa/compile_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa 2026-07-24T19:06:55.4890400Z 2026-07-24 19:06:55,443 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4890840Z 2026-07-24 19:06:55,443 [INFO] copying src/executorch/backends/arm/operator_support/control_flow_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4891280Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/bool_bitwise_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4891700Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4892130Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/embedding_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4892550Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/where_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4892950Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4893380Z 2026-07-24 19:06:55,444 [INFO] copying src/executorch/backends/arm/operator_support/index_select_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4893810Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/upsample_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4894280Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4894710Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4895130Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/gather_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4895550Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.4895980Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/sym_size_int_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6442690Z 2026-07-24 19:06:55,445 [INFO] copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6476960Z 2026-07-24 19:06:55,446 [INFO] copying src/executorch/backends/arm/operator_support/clone_dim_order_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6524390Z 2026-07-24 19:06:55,446 [INFO] copying src/executorch/backends/arm/operator_support/to_dim_order_copy_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6537990Z 2026-07-24 19:06:55,446 [INFO] copying src/executorch/backends/arm/operator_support/tosa_profile_supported_op_lists.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6552400Z 2026-07-24 19:06:55,446 [INFO] copying src/executorch/backends/arm/operator_support/unfold_copy_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6561730Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/index_put_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6574710Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6584630Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/index_tensor_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6595400Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6628140Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6634960Z 2026-07-24 19:06:55,447 [INFO] copying src/executorch/backends/arm/operator_support/as_strided_copy_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support 2026-07-24T19:06:55.6649960Z 2026-07-24 19:06:55,448 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6666630Z 2026-07-24 19:06:55,448 [INFO] copying src/executorch/backends/arm/common/as_strided_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6674660Z 2026-07-24 19:06:55,448 [INFO] copying src/executorch/backends/arm/common/arm_compile_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6686300Z 2026-07-24 19:06:55,448 [INFO] copying src/executorch/backends/arm/common/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6699750Z 2026-07-24 19:06:55,448 [INFO] copying src/executorch/backends/arm/common/type.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6708190Z 2026-07-24 19:06:55,448 [INFO] copying src/executorch/backends/arm/common/debug.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6711020Z 2026-07-24 19:06:55,449 [INFO] copying src/executorch/backends/arm/common/annotation_meta.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6712250Z 2026-07-24 19:06:55,449 [INFO] copying src/executorch/backends/arm/common/pipeline_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common 2026-07-24T19:06:55.6715210Z 2026-07-24 19:06:55,450 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6723250Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/rewrite_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6728720Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/decompose_index_select_to_gather_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6733820Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/decompose_any_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6737020Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/insert_data_layout_casts_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6740760Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/decompose_einsum_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6743770Z 2026-07-24 19:06:55,451 [INFO] copying src/executorch/backends/arm/_passes/insert_const_shapes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6751430Z 2026-07-24 19:06:55,452 [INFO] copying src/executorch/backends/arm/_passes/rewrite_mxfp_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6756430Z 2026-07-24 19:06:55,452 [INFO] copying src/executorch/backends/arm/_passes/match_arg_dtype_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6760910Z 2026-07-24 19:06:55,452 [INFO] copying src/executorch/backends/arm/_passes/decompose_tril_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6769350Z 2026-07-24 19:06:55,452 [INFO] copying src/executorch/backends/arm/_passes/rewrite_bool_bitwise_to_logical_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6773390Z 2026-07-24 19:06:55,452 [INFO] copying src/executorch/backends/arm/_passes/decompose_sinh_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6783690Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6784660Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6791170Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/decompose_add_sub_alpha_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6801430Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/decompose_round_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6808800Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/decompose_sign_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6812100Z 2026-07-24 19:06:55,453 [INFO] copying src/executorch/backends/arm/_passes/rewrite_index_put_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6816680Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/get_decomposition_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6819650Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/quant_args.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6827700Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/fuse_consecutive_clamps_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6833080Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/decompose_index_tensor_to_gather_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6841240Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/decompose_grouped_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6845600Z 2026-07-24 19:06:55,454 [INFO] copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6846760Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/insert_int32_casts_after_int64_placeholders.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6848640Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/decompose_asinh_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6849830Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/decompose_unfold_to_gather_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6850900Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/rewrite_max_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6851830Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6852780Z 2026-07-24 19:06:55,455 [INFO] copying src/executorch/backends/arm/_passes/decompose_as_strided_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6853650Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6854490Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/decompose_sdpa_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6855340Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/remove_graph_asserts_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6856200Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/decompose_floor_divide_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6857260Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6858190Z 2026-07-24 19:06:55,456 [INFO] copying src/executorch/backends/arm/_passes/decompose_remainder_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6859040Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/decompose_atan_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6859880Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/decompose_lstm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6860810Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/remove_noop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6861680Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/canonicalize_view_copy_permute_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6862590Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/aten_to_tosa_tensor_operators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6863630Z 2026-07-24 19:06:55,457 [INFO] copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6864450Z 2026-07-24 19:06:55,458 [INFO] copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6865260Z 2026-07-24 19:06:55,458 [INFO] copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6866090Z 2026-07-24 19:06:55,458 [INFO] copying src/executorch/backends/arm/_passes/convert_elu_params.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6867150Z 2026-07-24 19:06:55,458 [INFO] copying src/executorch/backends/arm/_passes/fuse_consecutive_slices_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6868050Z 2026-07-24 19:06:55,458 [INFO] copying src/executorch/backends/arm/_passes/promote_bool_operands_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6868940Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6869910Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6870850Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/rewrite_le_lt_to_ge_gt_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6871690Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/decompose_cosh_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6872580Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/replace_inf_and_limit_values_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6873460Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/control_flow_const_inline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6874920Z 2026-07-24 19:06:55,459 [INFO] copying src/executorch/backends/arm/_passes/decompose_gru_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6876010Z 2026-07-24 19:06:55,460 [INFO] copying src/executorch/backends/arm/_passes/decompose_rnn_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6876940Z 2026-07-24 19:06:55,460 [INFO] copying src/executorch/backends/arm/_passes/decompose_dynamic_full_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6877900Z 2026-07-24 19:06:55,460 [INFO] copying src/executorch/backends/arm/_passes/insert_dynamic_padding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6878780Z 2026-07-24 19:06:55,460 [INFO] copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6879740Z 2026-07-24 19:06:55,460 [INFO] copying src/executorch/backends/arm/_passes/symbolic_to_tosa_shape_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6880640Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6881510Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/rewrite_upsample.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6882640Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/decompose_logit_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6883480Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6884480Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/decompose_embedding_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6885500Z 2026-07-24 19:06:55,461 [INFO] copying src/executorch/backends/arm/_passes/decompose_strided_slice_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6886420Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/rewrite_adaptive_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6887430Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/decompose_index_copy_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6888420Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/decompose_erfinv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6889370Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/normalize_index_put_bool_index_tensor_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6890370Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6891220Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6892170Z 2026-07-24 19:06:55,462 [INFO] copying src/executorch/backends/arm/_passes/convert_int64_const_ops_to_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6893020Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/rewrite_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6894100Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6895010Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6896650Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6903190Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6904130Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/rewrite_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6905000Z 2026-07-24 19:06:55,463 [INFO] copying src/executorch/backends/arm/_passes/fold_scalar_mul_into_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6907510Z 2026-07-24 19:06:55,464 [INFO] copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6910230Z 2026-07-24 19:06:55,464 [INFO] copying src/executorch/backends/arm/_passes/remove_getitem_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6912260Z 2026-07-24 19:06:55,464 [INFO] copying src/executorch/backends/arm/_passes/decompose_acosh_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6914810Z 2026-07-24 19:06:55,464 [INFO] copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6915800Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6916700Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/decompose_permute_for_u55_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6917730Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/rewrite_inplace_arithmetic_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6918590Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/decompose_glu_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6919420Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6920410Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/decompose_dynamic_adaptive_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6921380Z 2026-07-24 19:06:55,465 [INFO] copying src/executorch/backends/arm/_passes/rewrite_bool_to_fp32_cast_via_int8_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6922640Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/decompose_int_pow_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6923590Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/aten_to_tosa_activation_functions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6924750Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6925660Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/propagate_view_copy_permute_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6926620Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/deduplicate_get_attr_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6927840Z 2026-07-24 19:06:55,466 [INFO] copying src/executorch/backends/arm/_passes/decompose_tosa_unsupported_clamp_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6928780Z 2026-07-24 19:06:55,467 [INFO] copying src/executorch/backends/arm/_passes/decompose_flip_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6929820Z 2026-07-24 19:06:55,467 [INFO] copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6930660Z 2026-07-24 19:06:55,467 [INFO] copying src/executorch/backends/arm/_passes/decompose_expm1_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6931620Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/decompose_select_scatter_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6932590Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/decompose_where_scalar_other_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6933520Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6934360Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6935230Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6936140Z 2026-07-24 19:06:55,468 [INFO] copying src/executorch/backends/arm/_passes/remove_permutes_around_elementwise_tosa_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6937090Z 2026-07-24 19:06:55,469 [INFO] copying src/executorch/backends/arm/_passes/fuse_identical_input_transforms_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6938040Z 2026-07-24 19:06:55,469 [INFO] copying src/executorch/backends/arm/_passes/decompose_tan_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6938980Z 2026-07-24 19:06:55,469 [INFO] copying src/executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6939920Z 2026-07-24 19:06:55,469 [INFO] copying src/executorch/backends/arm/_passes/decompose_unsupported_bilinear_resize_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6940840Z 2026-07-24 19:06:55,469 [INFO] copying src/executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6941720Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/ensure_unique_output_nodes_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6942880Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/decompose_prelu_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6943790Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/fuse_batch_norm2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6944700Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6945750Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/rewrite_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6946600Z 2026-07-24 19:06:55,470 [INFO] copying src/executorch/backends/arm/_passes/decompose_atanh_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6947500Z 2026-07-24 19:06:55,471 [INFO] copying src/executorch/backends/arm/_passes/convert_permute_singleton_to_view_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6948400Z 2026-07-24 19:06:55,471 [INFO] copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6949390Z 2026-07-24 19:06:55,471 [INFO] copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6950240Z 2026-07-24 19:06:55,472 [INFO] copying src/executorch/backends/arm/_passes/symbolic_value_range.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6951100Z 2026-07-24 19:06:55,474 [INFO] copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6952050Z 2026-07-24 19:06:55,474 [INFO] copying src/executorch/backends/arm/_passes/rewrite_high_rank_singleton_permute_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6953010Z 2026-07-24 19:06:55,474 [INFO] copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6953940Z 2026-07-24 19:06:55,474 [INFO] copying src/executorch/backends/arm/_passes/fuse_duplicate_users_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6954830Z 2026-07-24 19:06:55,475 [INFO] copying src/executorch/backends/arm/_passes/decompose_masked_fill_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6955690Z 2026-07-24 19:06:55,475 [INFO] copying src/executorch/backends/arm/_passes/decompose_cumsum_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6956650Z 2026-07-24 19:06:55,475 [INFO] copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6957540Z 2026-07-24 19:06:55,476 [INFO] copying src/executorch/backends/arm/_passes/normalize_index_put_none_indices_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6958450Z 2026-07-24 19:06:55,476 [INFO] copying src/executorch/backends/arm/_passes/decompose_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6959320Z 2026-07-24 19:06:55,482 [INFO] copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6960280Z 2026-07-24 19:06:55,487 [INFO] copying src/executorch/backends/arm/_passes/rewrite_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6961110Z 2026-07-24 19:06:55,495 [INFO] copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6961990Z 2026-07-24 19:06:55,501 [INFO] copying src/executorch/backends/arm/_passes/decompose_slice_scatter_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6962880Z 2026-07-24 19:06:55,508 [INFO] copying src/executorch/backends/arm/_passes/canonicalize_gather_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6963710Z 2026-07-24 19:06:55,516 [INFO] copying src/executorch/backends/arm/_passes/dim_maps.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6964560Z 2026-07-24 19:06:55,516 [INFO] copying src/executorch/backends/arm/_passes/normalize_while_initial_args_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6965430Z 2026-07-24 19:06:55,516 [INFO] copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6966310Z 2026-07-24 19:06:55,516 [INFO] copying src/executorch/backends/arm/_passes/normalize_delegate_io_layout_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6967350Z 2026-07-24 19:06:55,517 [INFO] copying src/executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6968280Z 2026-07-24 19:06:55,517 [INFO] copying src/executorch/backends/arm/_passes/fuse_consecutive_concat_shapes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6969140Z 2026-07-24 19:06:55,517 [INFO] copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6970010Z 2026-07-24 19:06:55,517 [INFO] copying src/executorch/backends/arm/_passes/convert_int64_output_ops_to_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6970910Z 2026-07-24 19:06:55,517 [INFO] copying src/executorch/backends/arm/_passes/decompose_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6971770Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/rewrite_mxfp_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6972630Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6973510Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/aten_to_tosa_data_layout.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6974430Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/decompose_adaptive_max_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6975380Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/move_data_movement_ops_to_smaller_dtype_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6976390Z 2026-07-24 19:06:55,518 [INFO] copying src/executorch/backends/arm/_passes/decompose_log1p_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6977350Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/accumulate_index_put_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6978350Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/convert_to_clamp_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6979280Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/decompose_quant_nodes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6980130Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6981070Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/fuse_consecutive_rescales_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6981920Z 2026-07-24 19:06:55,519 [INFO] copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6982760Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/fuse_view_copy_transform_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6983660Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/decompose_div_tensor_mode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6984720Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/exir_to_tosa_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6985570Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/decompose_elu_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6986500Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/decompose_addmm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6987450Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/constant_folding_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6988310Z 2026-07-24 19:06:55,520 [INFO] copying src/executorch/backends/arm/_passes/size_adjust_input_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6989290Z 2026-07-24 19:06:55,521 [INFO] copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes 2026-07-24T19:06:55.6989990Z 2026-07-24 19:06:55,521 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6990790Z 2026-07-24 19:06:55,521 [INFO] copying src/executorch/backends/arm/scripts/evaluate_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6991720Z 2026-07-24 19:06:55,521 [INFO] copying src/executorch/backends/arm/scripts/generate_grid_sampler_spirv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6992620Z 2026-07-24 19:06:55,521 [INFO] copying src/executorch/backends/arm/scripts/aot_arm_compiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6993570Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/scripts/etdump_to_chrome_trace.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6994510Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/scripts/get_ethosu_scratch_from_pte.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts 2026-07-24T19:06:55.6995240Z 2026-07-24 19:06:55,522 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu 2026-07-24T19:06:55.6996150Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/ethosu/backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu 2026-07-24T19:06:55.6997040Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/ethosu/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu 2026-07-24T19:06:55.6997840Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/ethosu/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu 2026-07-24T19:06:55.6998700Z 2026-07-24 19:06:55,522 [INFO] copying src/executorch/backends/arm/ethosu/compile_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu 2026-07-24T19:06:55.6999390Z 2026-07-24 19:06:55,523 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7000210Z 2026-07-24 19:06:55,523 [INFO] copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7001040Z 2026-07-24 19:06:55,523 [INFO] copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7001970Z 2026-07-24 19:06:55,523 [INFO] copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7003080Z 2026-07-24 19:06:55,523 [INFO] copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7003990Z 2026-07-24 19:06:55,524 [INFO] copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7004880Z 2026-07-24 19:06:55,524 [INFO] copying src/executorch/backends/arm/quantizer/quantizer_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer 2026-07-24T19:06:55.7005580Z 2026-07-24 19:06:55,524 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7006320Z 2026-07-24 19:06:55,524 [INFO] copying src/executorch/backends/arm/vgf/backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7007130Z 2026-07-24 19:06:55,524 [INFO] copying src/executorch/backends/arm/vgf/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7007980Z 2026-07-24 19:06:55,524 [INFO] copying src/executorch/backends/arm/vgf/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7008720Z 2026-07-24 19:06:55,525 [INFO] copying src/executorch/backends/arm/vgf/check_env.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7009500Z 2026-07-24 19:06:55,525 [INFO] copying src/executorch/backends/arm/vgf/model_converter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7010300Z 2026-07-24 19:06:55,525 [INFO] copying src/executorch/backends/arm/vgf/compile_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf 2026-07-24T19:06:55.7011030Z 2026-07-24 19:06:55,525 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/debug 2026-07-24T19:06:55.7011680Z 2026-07-24 19:06:55,525 [INFO] copying src/executorch/backends/arm/debug/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/debug 2026-07-24T19:06:55.7012460Z 2026-07-24 19:06:55,525 [INFO] copying src/executorch/backends/arm/debug/schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/debug 2026-07-24T19:06:55.7013140Z 2026-07-24 19:06:55,526 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:55.7013970Z 2026-07-24 19:06:55,526 [INFO] copying src/executorch/backends/arm/ao_ext/ops/mxfp_linear_op.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:55.7014880Z 2026-07-24 19:06:55,526 [INFO] copying src/executorch/backends/arm/ao_ext/ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:55.7015760Z 2026-07-24 19:06:55,526 [INFO] copying src/executorch/backends/arm/ao_ext/ops/mxfp_conv2d_op.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:55.7016440Z 2026-07-24 19:06:55,527 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7017150Z 2026-07-24 19:06:55,527 [INFO] copying src/executorch/backends/arm/test/misc/test_custom_shader_payloads.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7018030Z 2026-07-24 19:06:55,527 [INFO] copying src/executorch/backends/arm/test/misc/test_debug_hook.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7018880Z 2026-07-24 19:06:55,527 [INFO] copying src/executorch/backends/arm/test/misc/test_custom_shader_payload.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7019830Z 2026-07-24 19:06:55,527 [INFO] copying src/executorch/backends/arm/test/misc/test_vgf_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7020700Z 2026-07-24 19:06:55,527 [INFO] copying src/executorch/backends/arm/test/misc/test_conv_relu_residual_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7021590Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_public_api_manifest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7022510Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_const_shape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7023480Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_compile_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7024400Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_convolution_operator_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7025380Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_dim_order.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7026240Z 2026-07-24 19:06:55,528 [INFO] copying src/executorch/backends/arm/test/misc/test_rescale_range.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7028980Z 2026-07-24 19:06:55,529 [INFO] copying src/executorch/backends/arm/test/misc/test_pass_pipeline_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7032750Z 2026-07-24 19:06:55,529 [INFO] copying src/executorch/backends/arm/test/misc/test_vgf_check_env.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7035110Z 2026-07-24 19:06:55,529 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_shape_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7037650Z 2026-07-24 19:06:55,529 [INFO] copying src/executorch/backends/arm/test/misc/test_shared_qspecs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7039960Z 2026-07-24 19:06:55,529 [INFO] copying src/executorch/backends/arm/test/misc/test_partition_cycle_detection.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7043230Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_unary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7045570Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_pass_required_order.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7047850Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_validate_public_api_manifest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7049940Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7052210Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_mixed_fp_bf16_partition.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7054490Z 2026-07-24 19:06:55,530 [INFO] copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7061990Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_process_node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7064770Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_post_quant_device_switch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7067580Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_activation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7069940Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_mxfp_conv2d_ao.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7071100Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_shape_node_visitors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7072090Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_call_operator_submodule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7073080Z 2026-07-24 19:06:55,531 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7074000Z 2026-07-24 19:06:55,532 [INFO] copying src/executorch/backends/arm/test/misc/test_high_rank_permute_view_invariants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7075040Z 2026-07-24 19:06:55,532 [INFO] copying src/executorch/backends/arm/test/misc/test_runner_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7076010Z 2026-07-24 19:06:55,532 [INFO] copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7077000Z 2026-07-24 19:06:55,532 [INFO] copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7077900Z 2026-07-24 19:06:55,532 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_operator_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7078850Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7079860Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_transpose_counts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7080720Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_mxfp_linear_ao.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7081600Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_extract_io_params_tosa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7082500Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_save_exported_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7083470Z 2026-07-24 19:06:55,533 [INFO] copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7084370Z 2026-07-24 19:06:55,534 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_max_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7085360Z 2026-07-24 19:06:55,534 [INFO] copying src/executorch/backends/arm/test/misc/test_qat_training_loop.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7086390Z 2026-07-24 19:06:55,534 [INFO] copying src/executorch/backends/arm/test/misc/test_int64.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7087230Z 2026-07-24 19:06:55,535 [INFO] copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7088180Z 2026-07-24 19:06:55,535 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_data_layout_visitors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7089100Z 2026-07-24 19:06:55,536 [INFO] copying src/executorch/backends/arm/test/misc/test_reshape_permute_5d_regression.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7090070Z 2026-07-24 19:06:55,536 [INFO] copying src/executorch/backends/arm/test/misc/test_evaluate_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7091010Z 2026-07-24 19:06:55,537 [INFO] copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7091910Z 2026-07-24 19:06:55,537 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7092910Z 2026-07-24 19:06:55,538 [INFO] copying src/executorch/backends/arm/test/misc/test_mixed_type_lowering.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7093880Z 2026-07-24 19:06:55,538 [INFO] copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7094810Z 2026-07-24 19:06:55,538 [INFO] copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7095820Z 2026-07-24 19:06:55,539 [INFO] copying src/executorch/backends/arm/test/misc/test_tosa_dialect_fft.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7096770Z 2026-07-24 19:06:55,539 [INFO] copying src/executorch/backends/arm/test/misc/test_quant_custom_meta.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7097850Z 2026-07-24 19:06:55,540 [INFO] copying src/executorch/backends/arm/test/misc/test_dw_convs_with_shared_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7098760Z 2026-07-24 19:06:55,540 [INFO] copying src/executorch/backends/arm/test/misc/test_vgf_smoke.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7099690Z 2026-07-24 19:06:55,540 [INFO] copying src/executorch/backends/arm/test/misc/test_count_tosa_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc 2026-07-24T19:06:55.7100410Z 2026-07-24 19:06:55,541 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7101310Z 2026-07-24 19:06:55,541 [INFO] copying src/executorch/backends/arm/test/runtime/test_vgf_tensor_buffer_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7102280Z 2026-07-24 19:06:55,542 [INFO] copying src/executorch/backends/arm/test/runtime/test_vgf_aliasing_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7103370Z 2026-07-24 19:06:55,542 [INFO] copying src/executorch/backends/arm/test/runtime/test_vgf_combinations_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7104400Z 2026-07-24 19:06:55,543 [INFO] copying src/executorch/backends/arm/test/runtime/test_vgf_sampler_image_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7105440Z 2026-07-24 19:06:55,543 [INFO] copying src/executorch/backends/arm/test/runtime/test_vgf_multi_segment_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7106440Z 2026-07-24 19:06:55,544 [INFO] copying src/executorch/backends/arm/test/runtime/_vgf_runtime_test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime 2026-07-24T19:06:55.7107350Z 2026-07-24 19:06:55,546 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7108270Z 2026-07-24 19:06:55,546 [INFO] copying src/executorch/backends/arm/test/passes/test_insert_rescale_i32_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7109320Z 2026-07-24 19:06:55,546 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_duplicate_users_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7110360Z 2026-07-24 19:06:55,546 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_grid_sampler_to_tosa_custom_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7111420Z 2026-07-24 19:06:55,546 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_le_lt_to_ge_gt_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7112540Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_consecutive_concat_shapes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7113550Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7114480Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7115450Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7116520Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_symbolic_to_tosa_shape_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7117620Z 2026-07-24 19:06:55,547 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7118610Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7119630Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_dynamic_full_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7120570Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7121570Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_dynamic_adaptive_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7122640Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_symbolic_value_range.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7123650Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_canonicalize_view_copy_permute_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7124610Z 2026-07-24 19:06:55,548 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7125640Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_mxfp_conv2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7126750Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7127830Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7128840Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7129850Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_quant_nodes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7130810Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_int_pow_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7131780Z 2026-07-24 19:06:55,549 [INFO] copying src/executorch/backends/arm/test/passes/test_replace_inf_values_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7132720Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_view_permute_swap.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7133720Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_unsupported_bilinear_resize_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7134810Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_deduplicate_get_attr_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7135740Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7136710Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_insert_dynamic_padding_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7137730Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_adaptive_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7138740Z 2026-07-24 19:06:55,550 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_int64_const_ops_to_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7139720Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_size_adjust_input_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7140860Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7141820Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_match_arg_ranks_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7142830Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_move_data_movement_ops_to_smaller_dtype_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7143870Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_tosa_unsupported_clamp_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7145230Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_max_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7146380Z 2026-07-24 19:06:55,551 [INFO] copying src/executorch/backends/arm/test/passes/test_propagate_permutes_views_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7147390Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_identical_input_transforms_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7153460Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7154460Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7155450Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7156480Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7157400Z 2026-07-24 19:06:55,552 [INFO] copying src/executorch/backends/arm/test/passes/test_insert_data_layout_casts_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7158500Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7159500Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_dim_maps.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7160520Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_consecutive_slices_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7161610Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_ensure_unique_output_nodes_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7162630Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7163620Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7164690Z 2026-07-24 19:06:55,553 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_permute_singleton_to_view_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7165640Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_permute_view_swap.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7166570Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_quantized_activation_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7168640Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_int64_output_ops_to_int32.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7171260Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_select_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7173610Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_rank_match_after_propagation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7175840Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_arm_op_targeted_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7178050Z 2026-07-24 19:06:55,554 [INFO] copying src/executorch/backends/arm/test/passes/test_promote_bool_operands_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7180340Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_fold_scalar_mul_into_conv_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7182640Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_rescale_optimization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7184940Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_adaptive_max_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7187240Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_linear_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7190210Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_upsample_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7192600Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_einsum_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7194750Z 2026-07-24 19:06:55,555 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_view_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7196990Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_remove_permutes_around_elementwise_tosa_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7199280Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7201480Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7203720Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_consecutive_clamps_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7206440Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_arm_pass_manager_insertions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7208880Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7211070Z 2026-07-24 19:06:55,556 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_mxfp_linear_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7213200Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7215320Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7217450Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_custom_op_rewrite.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7219570Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7222090Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7224360Z 2026-07-24 19:06:55,557 [INFO] copying src/executorch/backends/arm/test/passes/test_insert_int32_casts_after_int64_placeholders_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7226760Z 2026-07-24 19:06:55,558 [INFO] copying src/executorch/backends/arm/test/passes/test_rewrite_adaptive_avg_pool2d_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes 2026-07-24T19:06:55.7228550Z 2026-07-24 19:06:55,558 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7230170Z 2026-07-24 19:06:55,558 [INFO] copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7232600Z 2026-07-24 19:06:55,558 [INFO] copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7234670Z 2026-07-24 19:06:55,558 [INFO] copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7236800Z 2026-07-24 19:06:55,558 [INFO] copying src/executorch/backends/arm/test/models/test_resnet18.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7238870Z 2026-07-24 19:06:55,559 [INFO] copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7240960Z 2026-07-24 19:06:55,559 [INFO] copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7243040Z 2026-07-24 19:06:55,559 [INFO] copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7245320Z 2026-07-24 19:06:55,559 [INFO] copying src/executorch/backends/arm/test/models/test_mobilenet_v1_025.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7247780Z 2026-07-24 19:06:55,559 [INFO] copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7251320Z 2026-07-24 19:06:55,560 [INFO] copying src/executorch/backends/arm/test/models/test_deep_autoencoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7253560Z 2026-07-24 19:06:55,560 [INFO] copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7255750Z 2026-07-24 19:06:55,560 [INFO] copying src/executorch/backends/arm/test/models/test_T5ForConditionalGeneration_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7257900Z 2026-07-24 19:06:55,560 [INFO] copying src/executorch/backends/arm/test/models/test_swin2sr_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7260030Z 2026-07-24 19:06:55,560 [INFO] copying src/executorch/backends/arm/test/models/test_residual_conv_block.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7261800Z 2026-07-24 19:06:55,561 [INFO] copying src/executorch/backends/arm/test/models/test_inception_v3_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7262750Z 2026-07-24 19:06:55,561 [INFO] copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7263890Z 2026-07-24 19:06:55,561 [INFO] copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7265510Z 2026-07-24 19:06:55,561 [INFO] copying src/executorch/backends/arm/test/models/test_resnet8.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7266390Z 2026-07-24 19:06:55,561 [INFO] copying src/executorch/backends/arm/test/models/test_ds_cnn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7267250Z 2026-07-24 19:06:55,562 [INFO] copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7268260Z 2026-07-24 19:06:55,562 [INFO] copying src/executorch/backends/arm/test/models/test_nss.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models 2026-07-24T19:06:55.7269030Z 2026-07-24 19:06:55,562 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:55.7269850Z 2026-07-24 19:06:55,562 [INFO] copying src/executorch/backends/arm/test/public_api_bc/test_ethosu_flow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:55.7270830Z 2026-07-24 19:06:55,562 [INFO] copying src/executorch/backends/arm/test/public_api_bc/test_vgf_int_flow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:55.7271780Z 2026-07-24 19:06:55,562 [INFO] copying src/executorch/backends/arm/test/public_api_bc/test_vgf_fp_flow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:55.7272820Z 2026-07-24 19:06:55,563 [INFO] copying src/executorch/backends/arm/test/public_api_bc/run_public_api_bc_scenarios.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:55.7273640Z 2026-07-24 19:06:55,563 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/deprecation 2026-07-24T19:06:55.7274540Z 2026-07-24 19:06:55,563 [INFO] copying src/executorch/backends/arm/test/deprecation/test_arm_compile_spec_deprecation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/deprecation 2026-07-24T19:06:55.7275330Z 2026-07-24 19:06:55,563 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7276030Z 2026-07-24 19:06:55,563 [INFO] copying src/executorch/backends/arm/test/tester/serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7276980Z 2026-07-24 19:06:55,563 [INFO] copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7277840Z 2026-07-24 19:06:55,564 [INFO] copying src/executorch/backends/arm/test/tester/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7278660Z 2026-07-24 19:06:55,564 [INFO] copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7279510Z 2026-07-24 19:06:55,564 [INFO] copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7284920Z 2026-07-24 19:06:55,564 [INFO] copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester 2026-07-24T19:06:55.7285630Z 2026-07-24 19:06:55,566 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7286340Z 2026-07-24 19:06:55,566 [INFO] copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7287160Z 2026-07-24 19:06:55,566 [INFO] copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7287970Z 2026-07-24 19:06:55,566 [INFO] copying src/executorch/backends/arm/test/ops/test_log10.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7288750Z 2026-07-24 19:06:55,566 [INFO] copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7289690Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_slice_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7290500Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7291310Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7292150Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_div_tensor_mode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7293040Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7293890Z 2026-07-24 19:06:55,567 [INFO] copying src/executorch/backends/arm/test/ops/test_while.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7294690Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7295490Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7296470Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7297290Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7298080Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7298860Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7299660Z 2026-07-24 19:06:55,568 [INFO] copying src/executorch/backends/arm/test/ops/test_tan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7300470Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7301290Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7302100Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7302960Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_max_pool1d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7303780Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7304640Z 2026-07-24 19:06:55,569 [INFO] copying src/executorch/backends/arm/test/ops/test_prelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7305490Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7306310Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7307200Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7308020Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7308850Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_round.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7309680Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7310500Z 2026-07-24 19:06:55,570 [INFO] copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7311310Z 2026-07-24 19:06:55,571 [INFO] copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7312140Z 2026-07-24 19:06:55,571 [INFO] copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7313060Z 2026-07-24 19:06:55,571 [INFO] copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7313900Z 2026-07-24 19:06:55,571 [INFO] copying src/executorch/backends/arm/test/ops/test_index_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7314740Z 2026-07-24 19:06:55,571 [INFO] copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7315560Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7316370Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_stack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7317190Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_expm1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7318030Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7318890Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7319700Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7320560Z 2026-07-24 19:06:55,572 [INFO] copying src/executorch/backends/arm/test/ops/test_multihead_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7321410Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_cumsum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7322200Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7323000Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7323880Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_ceil.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7324720Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_select_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7325530Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7326340Z 2026-07-24 19:06:55,573 [INFO] copying src/executorch/backends/arm/test/ops/test_unary_combos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7327170Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7327990Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_erfinv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7328810Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_glu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7329610Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7330500Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7331360Z 2026-07-24 19:06:55,574 [INFO] copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7332200Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_log1p.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7333050Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7333900Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_atanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7334730Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7335550Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7336400Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_index_select.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7337260Z 2026-07-24 19:06:55,575 [INFO] copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7338100Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_masked_fill.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7338970Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_fill_scalar.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7339800Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7340700Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_tril.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7341560Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7342370Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7343220Z 2026-07-24 19:06:55,576 [INFO] copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7344080Z 2026-07-24 19:06:55,577 [INFO] copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7344950Z 2026-07-24 19:06:55,578 [INFO] copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7345770Z 2026-07-24 19:06:55,578 [INFO] copying src/executorch/backends/arm/test/ops/test_asin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7346570Z 2026-07-24 19:06:55,579 [INFO] copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7351010Z 2026-07-24 19:06:55,579 [INFO] copying src/executorch/backends/arm/test/ops/test_index_put.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7351860Z 2026-07-24 19:06:55,580 [INFO] copying src/executorch/backends/arm/test/ops/test_addmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7352670Z 2026-07-24 19:06:55,580 [INFO] copying src/executorch/backends/arm/test/ops/test_fft.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7353490Z 2026-07-24 19:06:55,581 [INFO] copying src/executorch/backends/arm/test/ops/test_detach_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7354360Z 2026-07-24 19:06:55,581 [INFO] copying src/executorch/backends/arm/test/ops/test_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7355240Z 2026-07-24 19:06:55,582 [INFO] copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7356090Z 2026-07-24 19:06:55,582 [INFO] copying src/executorch/backends/arm/test/ops/test_flip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7356920Z 2026-07-24 19:06:55,583 [INFO] copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7357730Z 2026-07-24 19:06:55,583 [INFO] copying src/executorch/backends/arm/test/ops/test_elu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7358520Z 2026-07-24 19:06:55,583 [INFO] copying src/executorch/backends/arm/test/ops/test_acosh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7359320Z 2026-07-24 19:06:55,584 [INFO] copying src/executorch/backends/arm/test/ops/test_gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7360120Z 2026-07-24 19:06:55,585 [INFO] copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7360920Z 2026-07-24 19:06:55,585 [INFO] copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7361820Z 2026-07-24 19:06:55,586 [INFO] copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7362610Z 2026-07-24 19:06:55,586 [INFO] copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7363390Z 2026-07-24 19:06:55,586 [INFO] copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7364200Z 2026-07-24 19:06:55,587 [INFO] copying src/executorch/backends/arm/test/ops/test_asinh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7365050Z 2026-07-24 19:06:55,587 [INFO] copying src/executorch/backends/arm/test/ops/test_floor_div.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7365870Z 2026-07-24 19:06:55,587 [INFO] copying src/executorch/backends/arm/test/ops/test_logit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7366690Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_as_strided_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7367510Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7368390Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7369170Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7369960Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7370750Z 2026-07-24 19:06:55,588 [INFO] copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7371570Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7372390Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7373220Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7374070Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_grid_sampler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7374870Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7375660Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7376570Z 2026-07-24 19:06:55,589 [INFO] copying src/executorch/backends/arm/test/ops/test_unbind.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7377390Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_cond.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7377860Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7378260Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_bitwise_not.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7378650Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_unfold_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7379050Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7379420Z 2026-07-24 19:06:55,590 [INFO] copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7379790Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7380150Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7380550Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_index_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7380990Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7381360Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7381740Z 2026-07-24 19:06:55,591 [INFO] copying src/executorch/backends/arm/test/ops/test_mxfp_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7382110Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7382470Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7382880Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7383270Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7383680Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_pixel_shuffling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7384050Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7384400Z 2026-07-24 19:06:55,592 [INFO] copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7385180Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_atan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7385620Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7386090Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7386690Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7387060Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7387440Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_acos.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7387810Z 2026-07-24 19:06:55,593 [INFO] copying src/executorch/backends/arm/test/ops/test_rsub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7388170Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_cosh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7388540Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_floor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7388920Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7389410Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7389820Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7390180Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_sign.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7390550Z 2026-07-24 19:06:55,594 [INFO] copying src/executorch/backends/arm/test/ops/test_sinh.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7390930Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7391320Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_t_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7392310Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7392780Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_custom_shader_lowering.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7393180Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_remainder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7393660Z 2026-07-24 19:06:55,595 [INFO] copying src/executorch/backends/arm/test/ops/test_unflatten.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7394070Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_transpose_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7394460Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7394850Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7395470Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7395870Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_transpose_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7396230Z 2026-07-24 19:06:55,596 [INFO] copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops 2026-07-24T19:06:55.7396590Z 2026-07-24 19:06:55,597 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7397050Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_uint8_io_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7397550Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_tosa_quantizer_validate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7397980Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_conv_relu_fusing.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7398520Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_selective_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7398950Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_set_module_name.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7399380Z 2026-07-24 19:06:55,597 [INFO] copying src/executorch/backends/arm/test/quantizer/test_preserve_kwargs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7399850Z 2026-07-24 19:06:55,598 [INFO] copying src/executorch/backends/arm/test/quantizer/test_partial_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7400390Z 2026-07-24 19:06:55,598 [INFO] copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer 2026-07-24T19:06:55.7400650Z 2026-07-24 19:06:55,598 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules 2026-07-24T19:06:55.7401060Z 2026-07-24 19:06:55,598 [INFO] copying src/executorch/backends/arm/test/modules/test_gru.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules 2026-07-24T19:06:55.7401450Z 2026-07-24 19:06:55,598 [INFO] copying src/executorch/backends/arm/test/modules/test_rnn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules 2026-07-24T19:06:55.7401890Z 2026-07-24 19:06:55,598 [INFO] copying src/executorch/backends/arm/test/modules/test_static_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules 2026-07-24T19:06:55.7402280Z 2026-07-24 19:06:55,599 [INFO] copying src/executorch/backends/arm/test/modules/test_lstm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules 2026-07-24T19:06:55.7402660Z 2026-07-24 19:06:55,599 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7403170Z 2026-07-24 19:06:55,599 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_avg_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7403670Z 2026-07-24 19:06:55,599 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_data_layout_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7404440Z 2026-07-24 19:06:55,599 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7404910Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_resize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7405380Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7405840Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_rescale.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7406350Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_conversion_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7406820Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dw_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7407410Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_identity.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7407880Z 2026-07-24 19:06:55,600 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_shape_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7408380Z 2026-07-24 19:06:55,601 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_binary_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7408940Z 2026-07-24 19:06:55,601 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7409440Z 2026-07-24 19:06:55,601 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7409910Z 2026-07-24 19:06:55,601 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_reduction_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7410540Z 2026-07-24 19:06:55,601 [INFO] copying src/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_cast_to_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:55.7410800Z 2026-07-24 19:06:55,602 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/phi3 2026-07-24T19:06:55.7411250Z 2026-07-24 19:06:55,602 [INFO] copying src/executorch/backends/arm/test/models/phi3/test_phi3_layers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/phi3 2026-07-24T19:06:55.7411710Z 2026-07-24 19:06:55,602 [INFO] copying src/executorch/backends/arm/test/models/phi3/phi3_module_test_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/phi3 2026-07-24T19:06:55.7411980Z 2026-07-24 19:06:55,602 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:55.7412440Z 2026-07-24 19:06:55,602 [INFO] copying src/executorch/backends/arm/test/models/Gemma3n/test_gemma3nModel.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:55.7413030Z 2026-07-24 19:06:55,602 [INFO] copying src/executorch/backends/arm/test/models/Gemma3n/gemma3n_test_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:55.7413320Z 2026-07-24 19:06:55,602 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7413900Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7414420Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7415050Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7419530Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7420240Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:55.7420610Z 2026-07-24 19:06:55,603 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:55.7421070Z 2026-07-24 19:06:55,603 [INFO] copying src/executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_layers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:55.7421530Z 2026-07-24 19:06:55,604 [INFO] copying src/executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:55.7422090Z 2026-07-24 19:06:55,604 [INFO] copying src/executorch/backends/arm/test/models/Qwen3_VL/qwen3_vl_test_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:55.7422340Z 2026-07-24 19:06:55,604 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:55.7422760Z 2026-07-24 19:06:55,604 [INFO] copying src/executorch/backends/arm/test/ops/mxfp/test_mxfp_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:55.7423170Z 2026-07-24 19:06:55,604 [INFO] copying src/executorch/backends/arm/test/ops/mxfp/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:55.7423640Z 2026-07-24 19:06:55,604 [INFO] copying src/executorch/backends/arm/test/ops/mxfp/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:55.7423890Z 2026-07-24 19:06:55,605 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/test 2026-07-24T19:06:55.7424310Z 2026-07-24 19:06:55,605 [INFO] copying src/executorch/backends/arm/cmsis_pack/test/validate_pack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/test 2026-07-24T19:06:55.7424660Z 2026-07-24 19:06:55,605 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:55.7425140Z 2026-07-24 19:06:55,606 [INFO] copying src/executorch/backends/arm/cmsis_pack/scripts/generate_register_all_kernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:55.7425700Z 2026-07-24 19:06:55,606 [INFO] copying src/executorch/backends/arm/cmsis_pack/scripts/generate_components.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:55.7425950Z 2026-07-24 19:06:55,608 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas 2026-07-24T19:06:55.7426340Z 2026-07-24 19:06:55,608 [INFO] copying src/executorch/backends/arm/tosa/schemas/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas 2026-07-24T19:06:55.7426570Z 2026-07-24 19:06:55,609 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7426980Z 2026-07-24 19:06:55,610 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops_registration.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7427360Z 2026-07-24 19:06:55,610 [INFO] copying src/executorch/backends/arm/tosa/dialect/lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7427830Z 2026-07-24 19:06:55,610 [INFO] copying src/executorch/backends/arm/tosa/dialect/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7428320Z 2026-07-24 19:06:55,611 [INFO] copying src/executorch/backends/arm/tosa/dialect/real_impl.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7428700Z 2026-07-24 19:06:55,611 [INFO] copying src/executorch/backends/arm/tosa/dialect/shape.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:55.7428980Z 2026-07-24 19:06:55,613 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7429400Z 2026-07-24 19:06:55,613 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7429890Z 2026-07-24 19:06:55,614 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7430300Z 2026-07-24 19:06:55,614 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/gather.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7430750Z 2026-07-24 19:06:55,615 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/depthwise_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7431190Z 2026-07-24 19:06:55,615 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/conv2d_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7431670Z 2026-07-24 19:06:55,616 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/custom.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7432110Z 2026-07-24 19:06:55,616 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/max_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7432570Z 2026-07-24 19:06:55,616 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/transpose_conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7433090Z 2026-07-24 19:06:55,616 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/conversion_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7433510Z 2026-07-24 19:06:55,616 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/_common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7434070Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/matmul_t_block_scaled.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7434480Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/argmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7435000Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/unary_elementwise.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7435430Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/resize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7435860Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/activation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7436270Z 2026-07-24 19:06:55,617 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/conv3d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7436750Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/conv2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7437270Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7437700Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/data_layout_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7438240Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/avg_pool2d_adaptive.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7438640Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/table.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7439060Z 2026-07-24 19:06:55,618 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/fft.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7439560Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/shape_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7440000Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/reduction_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7440410Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7440850Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/binary_elementwise.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7441260Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/tosa/dialect/ops/identity.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:55.7441620Z 2026-07-24 19:06:55,619 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/docgen 2026-07-24T19:06:55.7442010Z 2026-07-24 19:06:55,619 [INFO] copying src/executorch/backends/arm/scripts/docgen/docgen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/docgen 2026-07-24T19:06:55.7442430Z 2026-07-24 19:06:55,620 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:55.7442900Z 2026-07-24 19:06:55,620 [INFO] copying src/executorch/backends/arm/scripts/public_api_manifest/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:55.7443430Z 2026-07-24 19:06:55,620 [INFO] copying src/executorch/backends/arm/scripts/public_api_manifest/generate_public_api_manifest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:55.7443950Z 2026-07-24 19:06:55,620 [INFO] copying src/executorch/backends/arm/scripts/public_api_manifest/validate_public_api_manifest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:55.7444190Z 2026-07-24 19:06:55,620 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes 2026-07-24T19:06:55.7444650Z 2026-07-24 19:06:55,621 [INFO] copying src/executorch/backends/arm/vgf/_passes/rewrite_grid_sampler_to_tosa_custom.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes 2026-07-24T19:06:55.7445100Z 2026-07-24 19:06:55,621 [INFO] copying src/executorch/backends/arm/vgf/_passes/insert_grid_sampler_grid_dequant_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes 2026-07-24T19:06:55.7445600Z 2026-07-24 19:06:55,621 [INFO] copying src/executorch/backends/arm/vgf/_passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes 2026-07-24T19:06:55.7445850Z 2026-07-24 19:06:55,621 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:55.7446230Z 2026-07-24 19:06:55,621 [INFO] copying src/executorch/backends/arm/vgf/shaders/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:55.7446620Z 2026-07-24 19:06:55,622 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:55.7446860Z 2026-07-24 19:06:55,623 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7447240Z 2026-07-24 19:06:55,623 [INFO] copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7447620Z 2026-07-24 19:06:55,623 [INFO] copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7447990Z 2026-07-24 19:06:55,623 [INFO] copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7448390Z 2026-07-24 19:06:55,624 [INFO] copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7448760Z 2026-07-24 19:06:55,624 [INFO] copying src/executorch/backends/cadence/runtime/etdump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime 2026-07-24T19:06:55.7449010Z 2026-07-24 19:06:55,624 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils 2026-07-24T19:06:55.7449390Z 2026-07-24 19:06:55,624 [INFO] copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils 2026-07-24T19:06:55.7449790Z 2026-07-24 19:06:55,624 [INFO] copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils 2026-07-24T19:06:55.7450270Z 2026-07-24 19:06:55,625 [INFO] copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils 2026-07-24T19:06:55.7450650Z 2026-07-24 19:06:55,626 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7451070Z 2026-07-24 19:06:55,626 [INFO] copying src/executorch/backends/cadence/aot/typing_stubs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7451440Z 2026-07-24 19:06:55,627 [INFO] copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7451800Z 2026-07-24 19:06:55,627 [INFO] copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7452160Z 2026-07-24 19:06:55,628 [INFO] copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7452520Z 2026-07-24 19:06:55,628 [INFO] copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7452880Z 2026-07-24 19:06:55,628 [INFO] copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7453350Z 2026-07-24 19:06:55,628 [INFO] copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7453710Z 2026-07-24 19:06:55,629 [INFO] copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7454180Z 2026-07-24 19:06:55,629 [INFO] copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7454530Z 2026-07-24 19:06:55,629 [INFO] copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7454890Z 2026-07-24 19:06:55,629 [INFO] copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7455300Z 2026-07-24 19:06:55,629 [INFO] copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7455660Z 2026-07-24 19:06:55,630 [INFO] copying src/executorch/backends/cadence/aot/type_dispatch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7456030Z 2026-07-24 19:06:55,630 [INFO] copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7456390Z 2026-07-24 19:06:55,630 [INFO] copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7456760Z 2026-07-24 19:06:55,630 [INFO] copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7457140Z 2026-07-24 19:06:55,630 [INFO] copying src/executorch/backends/cadence/aot/memory_planning_algo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7457530Z 2026-07-24 19:06:55,631 [INFO] copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7457900Z 2026-07-24 19:06:55,631 [INFO] copying src/executorch/backends/cadence/aot/program_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7458330Z 2026-07-24 19:06:55,631 [INFO] copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7458720Z 2026-07-24 19:06:55,631 [INFO] copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7459070Z 2026-07-24 19:06:55,632 [INFO] copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7459430Z 2026-07-24 19:06:55,632 [INFO] copying src/executorch/backends/cadence/aot/to_out_var_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7459810Z 2026-07-24 19:06:55,632 [INFO] copying src/executorch/backends/cadence/aot/compiler_funcs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:55.7460080Z 2026-07-24 19:06:55,633 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7460580Z 2026-07-24 19:06:55,633 [INFO] copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_modelgen_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7461100Z 2026-07-24 19:06:55,633 [INFO] copying src/executorch/backends/cadence/utils/FACTO/examples/config_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7462060Z 2026-07-24 19:06:55,633 [INFO] copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7462550Z 2026-07-24 19:06:55,633 [INFO] copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7463000Z 2026-07-24 19:06:55,633 [INFO] copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:55.7463270Z 2026-07-24 19:06:55,634 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto 2026-07-24T19:06:55.7700220Z 2026-07-24 19:06:55,634 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto 2026-07-24T19:06:55.7700550Z 2026-07-24 19:06:55,634 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:55.7701010Z 2026-07-24 19:06:55,634 [INFO] copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:55.7701490Z 2026-07-24 19:06:55,634 [INFO] copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:55.7701760Z 2026-07-24 19:06:55,634 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7702300Z 2026-07-24 19:06:55,634 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/base_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7702810Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/test_executorch_portable.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7703290Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7704210Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_mps.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7704690Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7705170Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/base_model_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7705650Z 2026-07-24 19:06:55,635 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/specdb/test_model_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:55.7705940Z 2026-07-24 19:06:55,636 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7706480Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7707170Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7707690Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7708200Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7708730Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7709250Z 2026-07-24 19:06:55,636 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7715080Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7715590Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7716100Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7716610Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7717140Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7717630Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7718310Z 2026-07-24 19:06:55,637 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7718810Z 2026-07-24 19:06:55,638 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7719330Z 2026-07-24 19:06:55,638 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7719840Z 2026-07-24 19:06:55,638 [INFO] copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:55.7720150Z 2026-07-24 19:06:55,638 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:55.7720610Z 2026-07-24 19:06:55,638 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:55.7721210Z 2026-07-24 19:06:55,639 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:55.7721690Z 2026-07-24 19:06:55,639 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:55.7722170Z 2026-07-24 19:06:55,639 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:55.7722450Z 2026-07-24 19:06:55,639 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:55.7722980Z 2026-07-24 19:06:55,639 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/utils/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:55.7723520Z 2026-07-24 19:06:55,639 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/utils/dtypes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:55.7723970Z 2026-07-24 19:06:55,640 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/utils/ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:55.7724270Z 2026-07-24 19:06:55,640 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:55.7724750Z 2026-07-24 19:06:55,640 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/modelgen/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:55.7725270Z 2026-07-24 19:06:55,640 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/modelgen/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:55.7725570Z 2026-07-24 19:06:55,640 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen 2026-07-24T19:06:55.7726050Z 2026-07-24 19:06:55,640 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen 2026-07-24T19:06:55.7726490Z 2026-07-24 19:06:55,640 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:55.7727190Z 2026-07-24 19:06:55,640 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:55.7727780Z 2026-07-24 19:06:55,641 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:55.7728320Z 2026-07-24 19:06:55,641 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:55.7728640Z 2026-07-24 19:06:55,641 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:55.7729180Z 2026-07-24 19:06:55,641 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:55.7729850Z 2026-07-24 19:06:55,641 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:55.7730390Z 2026-07-24 19:06:55,641 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:55.7730920Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:55.7731250Z 2026-07-24 19:06:55,642 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7731770Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7732310Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7732850Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7733370Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7733890Z 2026-07-24 19:06:55,642 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7734420Z 2026-07-24 19:06:55,643 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7735010Z 2026-07-24 19:06:55,643 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:55.7735440Z 2026-07-24 19:06:55,643 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:55.7735970Z 2026-07-24 19:06:55,643 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:55.7736510Z 2026-07-24 19:06:55,643 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:55.7737050Z 2026-07-24 19:06:55,643 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:55.7737590Z 2026-07-24 19:06:55,644 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:55.7737900Z 2026-07-24 19:06:55,644 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:55.7738550Z 2026-07-24 19:06:55,644 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:55.7739080Z 2026-07-24 19:06:55,644 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:55.7739630Z 2026-07-24 19:06:55,644 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:55.7740210Z 2026-07-24 19:06:55,644 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:55.7740770Z 2026-07-24 19:06:55,644 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:55.7741310Z 2026-07-24 19:06:55,645 [INFO] copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:55.7741570Z 2026-07-24 19:06:55,646 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7742020Z 2026-07-24 19:06:55,646 [INFO] copying src/executorch/backends/cadence/aot/tests/test_remove_bn_tracking_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7742460Z 2026-07-24 19:06:55,646 [INFO] copying src/executorch/backends/cadence/aot/tests/test_quantizer_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7742920Z 2026-07-24 19:06:55,646 [INFO] copying src/executorch/backends/cadence/aot/tests/test_ref_implementations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7743350Z 2026-07-24 19:06:55,646 [INFO] copying src/executorch/backends/cadence/aot/tests/test_to_out_var_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7743760Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7744340Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_program_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7744780Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7745200Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7745640Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7746080Z 2026-07-24 19:06:55,647 [INFO] copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7746490Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_idma_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7746900Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_pass_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7747420Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7747840Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7748250Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7748690Z 2026-07-24 19:06:55,648 [INFO] copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7749120Z 2026-07-24 19:06:55,649 [INFO] copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests 2026-07-24T19:06:55.7749370Z 2026-07-24 19:06:55,649 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7749810Z 2026-07-24 19:06:55,649 [INFO] copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7750260Z 2026-07-24 19:06:55,649 [INFO] copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7750690Z 2026-07-24 19:06:55,649 [INFO] copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7751130Z 2026-07-24 19:06:55,649 [INFO] copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7751570Z 2026-07-24 19:06:55,650 [INFO] copying src/executorch/backends/cadence/aot/quantizer/pattern_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:55.7751860Z 2026-07-24 19:06:55,650 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/passes 2026-07-24T19:06:55.7752450Z 2026-07-24 19:06:55,650 [INFO] copying src/executorch/backends/cadence/aot/quantizer/passes/fuse_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/passes 2026-07-24T19:06:55.7752670Z 2026-07-24 19:06:55,650 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7753060Z 2026-07-24 19:06:55,650 [INFO] copying src/executorch/backends/mlx/llm/source_transformation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7753420Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7753760Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7754090Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7754670Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/switch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7755050Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/hf_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7755940Z 2026-07-24 19:06:55,651 [INFO] copying src/executorch/backends/mlx/llm/sampling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7756350Z 2026-07-24 19:06:55,652 [INFO] copying src/executorch/backends/mlx/llm/et_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7756710Z 2026-07-24 19:06:55,652 [INFO] copying src/executorch/backends/mlx/llm/turboquant_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm 2026-07-24T19:06:55.7756970Z 2026-07-24 19:06:55,653 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7757390Z 2026-07-24 19:06:55,653 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/tq_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7757820Z 2026-07-24 19:06:55,653 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/tq_dequant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7758260Z 2026-07-24 19:06:55,653 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/tq4_compress.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7758680Z 2026-07-24 19:06:55,654 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7759130Z 2026-07-24 19:06:55,654 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:55.7759370Z 2026-07-24 19:06:55,654 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7759720Z 2026-07-24 19:06:55,654 [INFO] copying src/executorch/backends/mlx/test/test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7760070Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7760420Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/test_sample.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7760860Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7761210Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/test_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7761590Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/test_slot_recycling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7761970Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/test_quant_regroup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7762340Z 2026-07-24 19:06:55,655 [INFO] copying src/executorch/backends/mlx/test/test_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7762720Z 2026-07-24 19:06:55,656 [INFO] copying src/executorch/backends/mlx/test/test_serialization_dedup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7763090Z 2026-07-24 19:06:55,656 [INFO] copying src/executorch/backends/mlx/test/test_pattern_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7763500Z 2026-07-24 19:06:55,656 [INFO] copying src/executorch/backends/mlx/test/export_multi_thread_test_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7763930Z 2026-07-24 19:06:55,656 [INFO] copying src/executorch/backends/mlx/test/test_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7764280Z 2026-07-24 19:06:55,656 [INFO] copying src/executorch/backends/mlx/test/run_all_tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test 2026-07-24T19:06:55.7764530Z 2026-07-24 19:06:55,657 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7764950Z 2026-07-24 19:06:55,657 [INFO] copying src/executorch/backends/mlx/serialization/mlx_graph_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7765350Z 2026-07-24 19:06:55,657 [INFO] copying src/executorch/backends/mlx/serialization/generate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7765780Z 2026-07-24 19:06:55,657 [INFO] copying src/executorch/backends/mlx/serialization/mlx_graph_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7766170Z 2026-07-24 19:06:55,657 [INFO] copying src/executorch/backends/mlx/serialization/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7766670Z 2026-07-24 19:06:55,658 [INFO] copying src/executorch/backends/mlx/serialization/_generated_serializers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:55.7766910Z 2026-07-24 19:06:55,658 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples 2026-07-24T19:06:55.7767300Z 2026-07-24 19:06:55,658 [INFO] copying src/executorch/backends/mlx/examples/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples 2026-07-24T19:06:55.7767530Z 2026-07-24 19:06:55,659 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7767900Z 2026-07-24 19:06:55,659 [INFO] copying src/executorch/backends/mlx/builder/slot_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7768280Z 2026-07-24 19:06:55,659 [INFO] copying src/executorch/backends/mlx/builder/pattern_matcher.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7768850Z 2026-07-24 19:06:55,659 [INFO] copying src/executorch/backends/mlx/builder/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7769230Z 2026-07-24 19:06:55,659 [INFO] copying src/executorch/backends/mlx/builder/op_helpers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7769590Z 2026-07-24 19:06:55,659 [INFO] copying src/executorch/backends/mlx/builder/op_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7769970Z 2026-07-24 19:06:55,660 [INFO] copying src/executorch/backends/mlx/builder/program_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder 2026-07-24T19:06:55.7770240Z 2026-07-24 19:06:55,660 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7770680Z 2026-07-24 19:06:55,660 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/test/test_tq_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7771120Z 2026-07-24 19:06:55,660 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7771590Z 2026-07-24 19:06:55,660 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/test/test_gated_delta_rule.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7772200Z 2026-07-24 19:06:55,660 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/test/test_tq4_compress.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7772660Z 2026-07-24 19:06:55,661 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/test/test_tq_dequant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:55.7772940Z 2026-07-24 19:06:55,661 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:55.7773370Z 2026-07-24 19:06:55,661 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/patterns.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:55.7773820Z 2026-07-24 19:06:55,661 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:55.7774100Z 2026-07-24 19:06:55,661 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7774560Z 2026-07-24 19:06:55,661 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7775010Z 2026-07-24 19:06:55,661 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7775480Z 2026-07-24 19:06:55,662 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7775940Z 2026-07-24 19:06:55,662 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/repack_mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7776380Z 2026-07-24 19:06:55,662 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7776860Z 2026-07-24 19:06:55,662 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7777440Z 2026-07-24 19:06:55,662 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:55.7777720Z 2026-07-24 19:06:55,663 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7778180Z 2026-07-24 19:06:55,663 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7778620Z 2026-07-24 19:06:55,663 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7779090Z 2026-07-24 19:06:55,663 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7779620Z 2026-07-24 19:06:55,663 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/repack_mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7780150Z 2026-07-24 19:06:55,664 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7780630Z 2026-07-24 19:06:55,664 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7781130Z 2026-07-24 19:06:55,664 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:55.7781420Z 2026-07-24 19:06:55,664 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:55.7781880Z 2026-07-24 19:06:55,664 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:55.7782360Z 2026-07-24 19:06:55,664 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/test/test_embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:55.7782840Z 2026-07-24 19:06:55,665 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/test/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:55.7783120Z 2026-07-24 19:06:55,665 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7783580Z 2026-07-24 19:06:55,665 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7784030Z 2026-07-24 19:06:55,665 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7784470Z 2026-07-24 19:06:55,665 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7784940Z 2026-07-24 19:06:55,665 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/repack_mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7785510Z 2026-07-24 19:06:55,666 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7786000Z 2026-07-24 19:06:55,666 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7786490Z 2026-07-24 19:06:55,666 [INFO] copying src/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding_mlx_native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:55.7786730Z 2026-07-24 19:06:55,666 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm 2026-07-24T19:06:55.7787120Z 2026-07-24 19:06:55,666 [INFO] copying src/executorch/backends/mlx/examples/llm/run_llm_hf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm 2026-07-24T19:06:55.7787500Z 2026-07-24 19:06:55,667 [INFO] copying src/executorch/backends/mlx/examples/llm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm 2026-07-24T19:06:55.7787900Z 2026-07-24 19:06:55,667 [INFO] copying src/executorch/backends/mlx/examples/llm/export_llm_hf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm 2026-07-24T19:06:55.7788300Z 2026-07-24 19:06:55,667 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:55.7788730Z 2026-07-24 19:06:55,667 [INFO] copying src/executorch/backends/mlx/examples/voxtral/export_voxtral_hf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:55.7789170Z 2026-07-24 19:06:55,667 [INFO] copying src/executorch/backends/mlx/examples/voxtral/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:55.7789500Z 2026-07-24 19:06:55,667 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:55.7789930Z 2026-07-24 19:06:55,667 [INFO] copying src/executorch/backends/mlx/examples/whisper/export_whisper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:55.7790330Z 2026-07-24 19:06:55,668 [INFO] copying src/executorch/backends/mlx/examples/whisper/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:55.7790740Z 2026-07-24 19:06:55,668 [INFO] copying src/executorch/backends/mlx/examples/whisper/run_whisper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:55.7791130Z 2026-07-24 19:06:55,668 [INFO] copying src/executorch/backends/mlx/examples/whisper/args.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:55.7791380Z 2026-07-24 19:06:55,668 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx 2026-07-24T19:06:55.7791770Z 2026-07-24 19:06:55,668 [INFO] copying src/executorch/backends/mlx/third-party/mlx/setup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx 2026-07-24T19:06:55.7792080Z 2026-07-24 19:06:55,669 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7792580Z 2026-07-24 19:06:55,669 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_fast_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7793050Z 2026-07-24 19:06:55,670 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_linalg.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7793660Z 2026-07-24 19:06:55,670 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_conv_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7794130Z 2026-07-24 19:06:55,670 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_tree.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7794620Z 2026-07-24 19:06:55,670 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_upsample.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7795110Z 2026-07-24 19:06:55,670 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_losses.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7795590Z 2026-07-24 19:06:55,671 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_fast.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7796060Z 2026-07-24 19:06:55,671 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_double.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7796650Z 2026-07-24 19:06:55,671 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_array.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7797150Z 2026-07-24 19:06:55,671 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_export_import.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7797650Z 2026-07-24 19:06:55,671 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_optimizers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7798120Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/mlx_tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7798590Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_nn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7799090Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_compile.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7799550Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_fft.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7800040Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_quantized.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7800510Z 2026-07-24 19:06:55,672 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_blas.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7801010Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/mpi_test_distributed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7801500Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_threads.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7803110Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_reduce.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7804950Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_bf16.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7806170Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_memory.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7807350Z 2026-07-24 19:06:55,673 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_device.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7808490Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_einsum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7809620Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7811290Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_autograd.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7812560Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/nccl_test_distributed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7813720Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_graph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7814840Z 2026-07-24 19:06:55,674 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_load.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7816000Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_init.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7817200Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/__main__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7818400Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7819750Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/ring_test_distributed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7820880Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_vmap.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7822020Z 2026-07-24 19:06:55,675 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_eval.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7823170Z 2026-07-24 19:06:55,676 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_random.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7824650Z 2026-07-24 19:06:55,676 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/test_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7825890Z 2026-07-24 19:06:55,676 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/tests/mlx_distributed_tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:55.7826570Z 2026-07-24 19:06:55,676 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:55.7827900Z 2026-07-24 19:06:55,676 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:55.7829010Z 2026-07-24 19:06:55,676 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/extension.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:55.7830130Z 2026-07-24 19:06:55,677 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/_reprlib_fix.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:55.7831480Z 2026-07-24 19:06:55,677 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/__main__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:55.7832190Z 2026-07-24 19:06:55,677 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:55.7833300Z 2026-07-24 19:06:55,677 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:55.7834460Z 2026-07-24 19:06:55,677 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:55.7835570Z 2026-07-24 19:06:55,678 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/losses.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:55.7836680Z 2026-07-24 19:06:55,678 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/init.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:55.7837450Z 2026-07-24 19:06:55,678 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:55.7838770Z 2026-07-24 19:06:55,678 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:55.7840080Z 2026-07-24 19:06:55,678 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/launch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:55.7841380Z 2026-07-24 19:06:55,679 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:55.7842140Z 2026-07-24 19:06:55,679 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:55.7843390Z 2026-07-24 19:06:55,679 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:55.7844990Z 2026-07-24 19:06:55,679 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/optimizers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:55.7846240Z 2026-07-24 19:06:55,680 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/schedulers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:55.7846980Z 2026-07-24 19:06:55,680 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7848220Z 2026-07-24 19:06:55,680 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7849450Z 2026-07-24 19:06:55,680 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/quantized.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7850680Z 2026-07-24 19:06:55,680 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7852180Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/recurrent.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7853430Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/activations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7854670Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/containers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7855890Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7857090Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/pooling.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7858280Z 2026-07-24 19:06:55,681 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7859510Z 2026-07-24 19:06:55,682 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/upsample.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7861010Z 2026-07-24 19:06:55,682 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/distributed.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7862260Z 2026-07-24 19:06:55,682 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7863480Z 2026-07-24 19:06:55,682 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/dropout.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7865070Z 2026-07-24 19:06:55,682 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/positional_encoding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7866330Z 2026-07-24 19:06:55,683 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/normalization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7867620Z 2026-07-24 19:06:55,683 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7868790Z 2026-07-24 19:06:55,683 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:55.7869440Z 2026-07-24 19:06:55,683 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/docs/src 2026-07-24T19:06:55.7870450Z 2026-07-24 19:06:55,683 [INFO] copying src/executorch/backends/mlx/third-party/mlx/docs/src/conf.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/docs/src 2026-07-24T19:06:55.7871160Z 2026-07-24 19:06:55,684 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:55.7872650Z 2026-07-24 19:06:55,684 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/python/logistic_regression.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:55.7873860Z 2026-07-24 19:06:55,685 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/python/linear_regression.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:55.7874980Z 2026-07-24 19:06:55,685 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/python/qqmm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:55.7875700Z 2026-07-24 19:06:55,685 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:55.7876930Z 2026-07-24 19:06:55,685 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/extensions/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:55.7878270Z 2026-07-24 19:06:55,685 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/extensions/setup.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:55.7878980Z 2026-07-24 19:06:55,686 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:55.7880160Z 2026-07-24 19:06:55,686 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/export/eval_mlp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:55.7881310Z 2026-07-24 19:06:55,686 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/export/train_mlp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:55.7882150Z 2026-07-24 19:06:55,686 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions 2026-07-24T19:06:55.7883600Z 2026-07-24 19:06:55,686 [INFO] copying src/executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions 2026-07-24T19:06:55.7884610Z 2026-07-24 19:06:55,687 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7885810Z 2026-07-24 19:06:55,687 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/scatter_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7887010Z 2026-07-24 19:06:55,687 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/rms_norm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7888240Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_vector_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7889440Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/compile_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7896290Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/rope_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7897830Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv1d_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7899110Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_train_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7900400Z 2026-07-24 19:06:55,688 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_unaligned_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7901640Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_train_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7902990Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/masked_scatter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7903680Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/slice_update_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7904230Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/hadamard_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7904780Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_transpose_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7905310Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7905830Z 2026-07-24 19:06:55,689 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_mm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7906530Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/einsum_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7907060Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/time_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7907600Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/batch_matmul_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7908160Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_transpose_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7908680Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7909210Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/synchronize_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7909830Z 2026-07-24 19:06:55,690 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7910380Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/block_masked_mm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7910900Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_bench_cpu.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7911420Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/segmented_mm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7911950Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/distributed_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7912460Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7913000Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_qmm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7913540Z 2026-07-24 19:06:55,691 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/fft_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7914090Z 2026-07-24 19:06:55,692 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_transpose_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7914630Z 2026-07-24 19:06:55,692 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/single_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7915300Z 2026-07-24 19:06:55,692 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/large_gemm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7915820Z 2026-07-24 19:06:55,692 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/layer_norm_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7916340Z 2026-07-24 19:06:55,692 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:55.7916640Z 2026-07-24 19:06:55,692 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:55.7917150Z 2026-07-24 19:06:55,693 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/numpy/time_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:55.7917670Z 2026-07-24 19:06:55,693 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/numpy/single_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:55.7917990Z 2026-07-24 19:06:55,693 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:55.7918630Z 2026-07-24 19:06:55,693 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:55.7919190Z 2026-07-24 19:06:55,693 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:55.7919540Z 2026-07-24 19:06:55,693 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:55.7920140Z 2026-07-24 19:06:55,694 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:55.7920750Z 2026-07-24 19:06:55,694 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_torch.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:55.7921370Z 2026-07-24 19:06:55,694 [INFO] copying src/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/compare.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:55.7921640Z 2026-07-24 19:06:55,697 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test 2026-07-24T19:06:55.7922040Z 2026-07-24 19:06:55,697 [INFO] copying src/executorch/backends/cortex_m/test/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test 2026-07-24T19:06:55.7922420Z 2026-07-24 19:06:55,697 [INFO] copying src/executorch/backends/cortex_m/test/tester.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test 2026-07-24T19:06:55.7922850Z 2026-07-24 19:06:55,697 [INFO] copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test 2026-07-24T19:06:55.7923280Z 2026-07-24 19:06:55,697 [INFO] copying src/executorch/backends/cortex_m/test/test_helpers_passes_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test 2026-07-24T19:06:55.7923530Z 2026-07-24 19:06:55,698 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7924060Z 2026-07-24 19:06:55,698 [INFO] copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7924490Z 2026-07-24 19:06:55,698 [INFO] copying src/executorch/backends/cortex_m/passes/decompose_mean_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7924910Z 2026-07-24 19:06:55,698 [INFO] copying src/executorch/backends/cortex_m/passes/scratch_buffer_sizes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7925340Z 2026-07-24 19:06:55,698 [INFO] copying src/executorch/backends/cortex_m/passes/activation_fusion_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7925790Z 2026-07-24 19:06:55,698 [INFO] copying src/executorch/backends/cortex_m/passes/cortex_m_pass_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7926190Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7926610Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/aten_to_cortex_m_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7927120Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/decompose_hardswish_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7927540Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/matmul_to_bmm_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7927970Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/clamp_hardswish_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7928360Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/passes_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7928830Z 2026-07-24 19:06:55,699 [INFO] copying src/executorch/backends/cortex_m/passes/quantized_clamp_activation_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7929220Z 2026-07-24 19:06:55,700 [INFO] copying src/executorch/backends/cortex_m/passes/cortex_m_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes 2026-07-24T19:06:55.7929470Z 2026-07-24 19:06:55,700 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library 2026-07-24T19:06:55.7929870Z 2026-07-24 19:06:55,700 [INFO] copying src/executorch/backends/cortex_m/library/cmsis_nn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library 2026-07-24T19:06:55.7930250Z 2026-07-24 19:06:55,700 [INFO] copying src/executorch/backends/cortex_m/library/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library 2026-07-24T19:06:55.7930500Z 2026-07-24 19:06:55,700 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/ops 2026-07-24T19:06:55.7930900Z 2026-07-24 19:06:55,700 [INFO] copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/ops 2026-07-24T19:06:55.7931170Z 2026-07-24 19:06:55,701 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7931610Z 2026-07-24 19:06:55,701 [INFO] copying src/executorch/backends/cortex_m/quantizer/pattern_matcher.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7932120Z 2026-07-24 19:06:55,701 [INFO] copying src/executorch/backends/cortex_m/quantizer/node_finders.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7932510Z 2026-07-24 19:06:55,702 [INFO] copying src/executorch/backends/cortex_m/quantizer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7932910Z 2026-07-24 19:06:55,702 [INFO] copying src/executorch/backends/cortex_m/quantizer/quantizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7933330Z 2026-07-24 19:06:55,702 [INFO] copying src/executorch/backends/cortex_m/quantizer/quantization_configs.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7933760Z 2026-07-24 19:06:55,702 [INFO] copying src/executorch/backends/cortex_m/quantizer/pattern_checkers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7934200Z 2026-07-24 19:06:55,703 [INFO] copying src/executorch/backends/cortex_m/quantizer/quantizer_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:55.7934460Z 2026-07-24 19:06:55,703 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7934980Z 2026-07-24 19:06:55,703 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_quantizer_reporter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7935780Z 2026-07-24 19:06:55,703 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_cmsis_pybind.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7936350Z 2026-07-24 19:06:55,703 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_target_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7936810Z 2026-07-24 19:06:55,703 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7937230Z 2026-07-24 19:06:55,704 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_node_finders.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7937660Z 2026-07-24 19:06:55,704 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_portable_int8.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7938100Z 2026-07-24 19:06:55,704 [INFO] copying src/executorch/backends/cortex_m/test/misc/test_pattern_matcher.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:55.7938380Z 2026-07-24 19:06:55,704 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7938820Z 2026-07-24 19:06:55,704 [INFO] copying src/executorch/backends/cortex_m/test/models/test_torch_functions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7939240Z 2026-07-24 19:06:55,705 [INFO] copying src/executorch/backends/cortex_m/test/models/test_nn_modules.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7939680Z 2026-07-24 19:06:55,705 [INFO] copying src/executorch/backends/cortex_m/test/models/test_mobilenet_v1_025.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7940110Z 2026-07-24 19:06:55,705 [INFO] copying src/executorch/backends/cortex_m/test/models/test_nn_functional.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7940680Z 2026-07-24 19:06:55,706 [INFO] copying src/executorch/backends/cortex_m/test/models/test_deep_autoencoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7941150Z 2026-07-24 19:06:55,706 [INFO] copying src/executorch/backends/cortex_m/test/models/test_silero_vad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7941610Z 2026-07-24 19:06:55,706 [INFO] copying src/executorch/backends/cortex_m/test/models/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7942030Z 2026-07-24 19:06:55,706 [INFO] copying src/executorch/backends/cortex_m/test/models/test_yolo11.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7942470Z 2026-07-24 19:06:55,706 [INFO] copying src/executorch/backends/cortex_m/test/models/test_mobilenet_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7942900Z 2026-07-24 19:06:55,707 [INFO] copying src/executorch/backends/cortex_m/test/models/test_mobilenet_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7943310Z 2026-07-24 19:06:55,707 [INFO] copying src/executorch/backends/cortex_m/test/models/test_resnet8.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7943810Z 2026-07-24 19:06:55,707 [INFO] copying src/executorch/backends/cortex_m/test/models/test_ds_cnn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7944240Z 2026-07-24 19:06:55,707 [INFO] copying src/executorch/backends/cortex_m/test/models/test_wav2letter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models 2026-07-24T19:06:55.7944490Z 2026-07-24 19:06:55,708 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7944890Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_max_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7945310Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_conv_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7945710Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_transpose.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7946110Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_activation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7946490Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7946880Z 2026-07-24 19:06:55,708 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_add.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7947320Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_activation_quant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7947730Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_maximum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7948120Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_minimum.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7948600Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_pad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7949130Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_linear.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7949510Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_mul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7949900Z 2026-07-24 19:06:55,709 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_softmax.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7950300Z 2026-07-24 19:06:55,710 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_batch_matmul.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7950700Z 2026-07-24 19:06:55,710 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_avg_pool2d.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7951080Z 2026-07-24 19:06:55,710 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_lstm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7951460Z 2026-07-24 19:06:55,710 [INFO] copying src/executorch/backends/cortex_m/test/ops/test_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:55.7951820Z 2026-07-24 19:06:55,710 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti/passes 2026-07-24T19:06:55.7952240Z 2026-07-24 19:06:55,711 [INFO] copying src/executorch/backends/aoti/passes/replace_view_copy_with_view.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti/passes 2026-07-24T19:06:55.7952510Z 2026-07-24 19:06:55,712 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test 2026-07-24T19:06:55.7952840Z 2026-07-24 19:06:55,712 [INFO] copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test 2026-07-24T19:06:55.7953180Z 2026-07-24 19:06:55,712 [INFO] copying src/executorch/runtime/test/test_runtime_xnnpack.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test 2026-07-24T19:06:55.7953530Z 2026-07-24 19:06:55,712 [INFO] copying src/executorch/runtime/test/test_runtime_etdump_gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test 2026-07-24T19:06:55.7953740Z 2026-07-24 19:06:55,714 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7954090Z 2026-07-24 19:06:55,714 [INFO] copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7954430Z 2026-07-24 19:06:55,714 [INFO] copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7954750Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7955200Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/combine_prim_ops_headers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7955540Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7955870Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7956220Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/gen_max_kernel_num.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7956640Z 2026-07-24 19:06:55,715 [INFO] copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7957000Z 2026-07-24 19:06:55,716 [INFO] copying src/executorch/codegen/tools/gen_selected_prim_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7957330Z 2026-07-24 19:06:55,716 [INFO] copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:55.7957550Z 2026-07-24 19:06:55,716 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7957900Z 2026-07-24 19:06:55,716 [INFO] copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7958270Z 2026-07-24 19:06:55,716 [INFO] copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7958630Z 2026-07-24 19:06:55,716 [INFO] copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7958970Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7964150Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7964560Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test 2026-07-24T19:06:55.7964780Z 2026-07-24 19:06:55,717 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api 2026-07-24T19:06:55.7965110Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api 2026-07-24T19:06:55.7965430Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/api/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api 2026-07-24T19:06:55.7965740Z 2026-07-24 19:06:55,717 [INFO] copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api 2026-07-24T19:06:55.7966060Z 2026-07-24 19:06:55,718 [INFO] copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api 2026-07-24T19:06:55.7966290Z 2026-07-24 19:06:55,718 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7966680Z 2026-07-24 19:06:55,718 [INFO] copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7967100Z 2026-07-24 19:06:55,718 [INFO] copying src/executorch/codegen/tools/test/test_tools_selective_build.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7967500Z 2026-07-24 19:06:55,718 [INFO] copying src/executorch/codegen/tools/test/test_gen_max_kernel_num.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7967870Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7968230Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7968630Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test 2026-07-24T19:06:55.7968950Z 2026-07-24 19:06:55,719 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types 2026-07-24T19:06:55.7969290Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types 2026-07-24T19:06:55.7969640Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/api/types/types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types 2026-07-24T19:06:55.7970020Z 2026-07-24 19:06:55,719 [INFO] copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types 2026-07-24T19:06:55.7970230Z 2026-07-24 19:06:55,720 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema/test 2026-07-24T19:06:55.7970550Z 2026-07-24 19:06:55,720 [INFO] copying src/executorch/schema/test/test_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema/test 2026-07-24T19:06:55.7970790Z 2026-07-24 19:06:55,720 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/debug_format 2026-07-24T19:06:55.7971190Z 2026-07-24 19:06:55,720 [INFO] copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/debug_format 2026-07-24T19:06:55.7971560Z 2026-07-24 19:06:55,720 [INFO] copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/debug_format 2026-07-24T19:06:55.7971890Z 2026-07-24 19:06:55,721 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization 2026-07-24T19:06:55.7972300Z 2026-07-24 19:06:55,721 [INFO] copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization 2026-07-24T19:06:55.7972680Z 2026-07-24 19:06:55,721 [INFO] copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization 2026-07-24T19:06:55.7973110Z 2026-07-24 19:06:55,721 [INFO] copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization 2026-07-24T19:06:55.7973340Z 2026-07-24 19:06:55,721 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7973800Z 2026-07-24 19:06:55,721 [INFO] copying src/executorch/devtools/inspector/vgf_neural_statistics.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7974160Z 2026-07-24 19:06:55,721 [INFO] copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7974500Z 2026-07-24 19:06:55,722 [INFO] copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7974920Z 2026-07-24 19:06:55,722 [INFO] copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7975300Z 2026-07-24 19:06:55,722 [INFO] copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7975720Z 2026-07-24 19:06:55,722 [INFO] copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector 2026-07-24T19:06:55.7975980Z 2026-07-24 19:06:55,722 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program 2026-07-24T19:06:55.7976360Z 2026-07-24 19:06:55,722 [INFO] copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program 2026-07-24T19:06:55.7976820Z 2026-07-24 19:06:55,723 [INFO] copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program 2026-07-24T19:06:55.7977190Z 2026-07-24 19:06:55,723 [INFO] copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program 2026-07-24T19:06:55.7977440Z 2026-07-24 19:06:55,723 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/size_analysis_tool 2026-07-24T19:06:55.7977900Z 2026-07-24 19:06:55,723 [INFO] copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/size_analysis_tool 2026-07-24T19:06:55.7978320Z 2026-07-24 19:06:55,723 [INFO] copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/size_analysis_tool 2026-07-24T19:06:55.7978580Z 2026-07-24 19:06:55,724 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7979030Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/_strip_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7979500Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/_reducers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7980020Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/_convenience.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7980460Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/_selectors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7980890Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7981300Z 2026-07-24 19:06:55,724 [INFO] copying src/executorch/devtools/intermediate_output_tap/_spec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7981720Z 2026-07-24 19:06:55,725 [INFO] copying src/executorch/devtools/intermediate_output_tap/_tap_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7982150Z 2026-07-24 19:06:55,725 [INFO] copying src/executorch/devtools/intermediate_output_tap/custom_ops_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:55.7982390Z 2026-07-24 19:06:55,725 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/scripts 2026-07-24T19:06:55.7982770Z 2026-07-24 19:06:55,725 [INFO] copying src/executorch/devtools/scripts/generate_profiling_csv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/scripts 2026-07-24T19:06:55.7983010Z 2026-07-24 19:06:55,725 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug 2026-07-24T19:06:55.7983410Z 2026-07-24 19:06:55,725 [INFO] copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug 2026-07-24T19:06:55.7983770Z 2026-07-24 19:06:55,725 [INFO] copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug 2026-07-24T19:06:55.7983990Z 2026-07-24 19:06:55,726 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump 2026-07-24T19:06:55.7985140Z 2026-07-24 19:06:55,726 [INFO] copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump 2026-07-24T19:06:55.7985670Z 2026-07-24 19:06:55,726 [INFO] copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump 2026-07-24T19:06:55.7985900Z 2026-07-24 19:06:55,726 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord 2026-07-24T19:06:55.7986540Z 2026-07-24 19:06:55,726 [INFO] copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord 2026-07-24T19:06:55.7986940Z 2026-07-24 19:06:55,726 [INFO] copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord 2026-07-24T19:06:55.7987170Z 2026-07-24 19:06:55,727 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool 2026-07-24T19:06:55.7987520Z 2026-07-24 19:06:55,727 [INFO] copying src/executorch/devtools/pte_tool/diff_pte.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool 2026-07-24T19:06:55.7987770Z 2026-07-24 19:06:55,727 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7988190Z 2026-07-24 19:06:55,727 [INFO] copying src/executorch/devtools/inspector/tests/snr_comparator_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7988640Z 2026-07-24 19:06:55,727 [INFO] copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7989180Z 2026-07-24 19:06:55,727 [INFO] copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7989610Z 2026-07-24 19:06:55,728 [INFO] copying src/executorch/devtools/inspector/tests/mse_comparator_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7990030Z 2026-07-24 19:06:55,728 [INFO] copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7990440Z 2026-07-24 19:06:55,728 [INFO] copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7990850Z 2026-07-24 19:06:55,728 [INFO] copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7991280Z 2026-07-24 19:06:55,728 [INFO] copying src/executorch/devtools/inspector/tests/l1_comparator_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests 2026-07-24T19:06:55.7991580Z 2026-07-24 19:06:55,728 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7992120Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7992590Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/inspector/numerical_comparator/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7993100Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7993620Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7994220Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:55.7994480Z 2026-07-24 19:06:55,729 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test 2026-07-24T19:06:55.7994910Z 2026-07-24 19:06:55,729 [INFO] copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test 2026-07-24T19:06:55.7995340Z 2026-07-24 19:06:55,730 [INFO] copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test 2026-07-24T19:06:55.7995750Z 2026-07-24 19:06:55,730 [INFO] copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test 2026-07-24T19:06:55.7996010Z 2026-07-24 19:06:55,730 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/util 2026-07-24T19:06:55.7996420Z 2026-07-24 19:06:55,730 [INFO] copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/util 2026-07-24T19:06:55.7996700Z 2026-07-24 19:06:55,730 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:55.7997270Z 2026-07-24 19:06:55,730 [INFO] copying src/executorch/devtools/bundled_program/serialize/generate_bundled_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:55.7997700Z 2026-07-24 19:06:55,730 [INFO] copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:55.7997960Z 2026-07-24 19:06:55,731 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema 2026-07-24T19:06:55.7998380Z 2026-07-24 19:06:55,731 [INFO] copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema 2026-07-24T19:06:55.7998840Z 2026-07-24 19:06:55,731 [INFO] copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema 2026-07-24T19:06:55.7999130Z 2026-07-24 19:06:55,731 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated 2026-07-24T19:06:55.7999630Z 2026-07-24 19:06:55,731 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated 2026-07-24T19:06:55.7999910Z 2026-07-24 19:06:55,731 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/test 2026-07-24T19:06:55.8000410Z 2026-07-24 19:06:55,731 [INFO] copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/test 2026-07-24T19:06:55.8000760Z 2026-07-24 19:06:55,732 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:55.8001400Z 2026-07-24 19:06:55,732 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/ScalarType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:55.8002020Z 2026-07-24 19:06:55,732 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:55.8002460Z 2026-07-24 19:06:55,732 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8003110Z 2026-07-24 19:06:55,732 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/ValueUnion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8003800Z 2026-07-24 19:06:55,732 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestCase.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8004440Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Bool.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8005110Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledProgram.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8005830Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8006520Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestSuite.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8007190Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8007820Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Value.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8008460Z 2026-07-24 19:06:55,733 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Double.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8009090Z 2026-07-24 19:06:55,734 [INFO] copying src/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Int.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:55.8009380Z 2026-07-24 19:06:55,734 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8009870Z 2026-07-24 19:06:55,734 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_xnnpack_e2e.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8010350Z 2026-07-24 19:06:55,734 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_coreml_e2e.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8010850Z 2026-07-24 19:06:55,734 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_reducers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8011510Z 2026-07-24 19:06:55,734 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_strip_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8011990Z 2026-07-24 19:06:55,735 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_tap_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8012460Z 2026-07-24 19:06:55,735 [INFO] copying src/executorch/devtools/intermediate_output_tap/tests/test_selectors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:55.8012730Z 2026-07-24 19:06:55,735 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug/tests 2026-07-24T19:06:55.8013190Z 2026-07-24 19:06:55,735 [INFO] copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug/tests 2026-07-24T19:06:55.8013450Z 2026-07-24 19:06:55,735 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/tests 2026-07-24T19:06:55.8013830Z 2026-07-24 19:06:55,735 [INFO] copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/tests 2026-07-24T19:06:55.8014070Z 2026-07-24 19:06:55,736 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord/tests 2026-07-24T19:06:55.8014530Z 2026-07-24 19:06:55,736 [INFO] copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord/tests 2026-07-24T19:06:55.8014770Z 2026-07-24 19:06:55,736 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool/tests 2026-07-24T19:06:55.8015160Z 2026-07-24 19:06:55,736 [INFO] copying src/executorch/devtools/pte_tool/tests/test_diff_pte.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool/tests 2026-07-24T19:06:55.8015500Z 2026-07-24 19:06:55,736 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8016220Z 2026-07-24 19:06:55,737 [INFO] copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8016650Z 2026-07-24 19:06:55,737 [INFO] copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8017050Z 2026-07-24 19:06:55,737 [INFO] copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8017470Z 2026-07-24 19:06:55,737 [INFO] copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8017880Z 2026-07-24 19:06:55,737 [INFO] copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:55.8018100Z 2026-07-24 19:06:55,738 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm 2026-07-24T19:06:55.8018450Z 2026-07-24 19:06:55,738 [INFO] copying src/executorch/examples/qualcomm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm 2026-07-24T19:06:55.8018800Z 2026-07-24 19:06:55,738 [INFO] copying src/executorch/examples/qualcomm/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm 2026-07-24T19:06:55.8019010Z 2026-07-24 19:06:55,738 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models 2026-07-24T19:06:55.8019480Z 2026-07-24 19:06:55,738 [INFO] copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models 2026-07-24T19:06:55.8019810Z 2026-07-24 19:06:55,739 [INFO] copying src/executorch/examples/models/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models 2026-07-24T19:06:55.8020150Z 2026-07-24 19:06:55,739 [INFO] copying src/executorch/examples/models/model_base.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models 2026-07-24T19:06:55.8020510Z 2026-07-24 19:06:55,739 [INFO] copying src/executorch/examples/models/model_factory.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models 2026-07-24T19:06:55.8020740Z 2026-07-24 19:06:55,739 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server 2026-07-24T19:06:55.8021080Z 2026-07-24 19:06:55,739 [INFO] copying src/executorch/examples/llm_server/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server 2026-07-24T19:06:55.8021300Z 2026-07-24 19:06:55,740 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack 2026-07-24T19:06:55.8021650Z 2026-07-24 19:06:55,740 [INFO] copying src/executorch/examples/xnnpack/aot_compiler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack 2026-07-24T19:06:55.8021980Z 2026-07-24 19:06:55,740 [INFO] copying src/executorch/examples/xnnpack/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack 2026-07-24T19:06:55.8022330Z 2026-07-24 19:06:55,740 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/mps/scripts 2026-07-24T19:06:55.8022750Z 2026-07-24 19:06:55,740 [INFO] copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/mps/scripts 2026-07-24T19:06:55.8023150Z 2026-07-24 19:06:55,740 [INFO] copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/mps/scripts 2026-07-24T19:06:55.8023410Z 2026-07-24 19:06:55,741 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8023860Z 2026-07-24 19:06:55,741 [INFO] copying src/executorch/examples/apple/coreml/scripts/test_coreml_compute_plan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8024320Z 2026-07-24 19:06:55,741 [INFO] copying src/executorch/examples/apple/coreml/scripts/coreml_compute_plan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8029630Z 2026-07-24 19:06:55,741 [INFO] copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8030070Z 2026-07-24 19:06:55,741 [INFO] copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8030490Z 2026-07-24 19:06:55,741 [INFO] copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8030910Z 2026-07-24 19:06:55,742 [INFO] copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8031360Z 2026-07-24 19:06:55,742 [INFO] copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:55.8031600Z 2026-07-24 19:06:55,742 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8031980Z 2026-07-24 19:06:55,742 [INFO] copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8032500Z 2026-07-24 19:06:55,742 [INFO] copying src/executorch/examples/apple/coreml/llama/export_static_llm_coreml.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8032950Z 2026-07-24 19:06:55,742 [INFO] copying src/executorch/examples/apple/coreml/llama/run_static_llm_multifunction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8033330Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8033720Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8034160Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8034550Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8034950Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/run_static_llm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8035420Z 2026-07-24 19:06:55,743 [INFO] copying src/executorch/examples/apple/coreml/llama/run_lookahead.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama 2026-07-24T19:06:55.8035700Z 2026-07-24 19:06:55,744 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/nxp/experimental/cifar_net 2026-07-24T19:06:55.8036130Z 2026-07-24 19:06:55,744 [INFO] copying src/executorch/examples/nxp/experimental/cifar_net/cifar_net.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/nxp/experimental/cifar_net 2026-07-24T19:06:55.8036390Z 2026-07-24 19:06:55,745 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:55.8036860Z 2026-07-24 19:06:55,745 [INFO] copying src/executorch/examples/qualcomm/util_scripts/qnn_intermediate_debugger_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:55.8037310Z 2026-07-24 19:06:55,745 [INFO] copying src/executorch/examples/qualcomm/util_scripts/qairt_visualizer_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:55.8037700Z 2026-07-24 19:06:55,745 [INFO] copying src/executorch/examples/qualcomm/util_scripts/cli.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:55.8038140Z 2026-07-24 19:06:55,745 [INFO] copying src/executorch/examples/qualcomm/util_scripts/gen_etrecord.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:55.8038380Z 2026-07-24 19:06:55,746 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8038770Z 2026-07-24 19:06:55,746 [INFO] copying src/executorch/examples/qualcomm/scripts/wav2letter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8039170Z 2026-07-24 19:06:55,746 [INFO] copying src/executorch/examples/qualcomm/scripts/export_example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8039560Z 2026-07-24 19:06:55,746 [INFO] copying src/executorch/examples/qualcomm/scripts/deeplab_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8039970Z 2026-07-24 19:06:55,746 [INFO] copying src/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8040410Z 2026-07-24 19:06:55,747 [INFO] copying src/executorch/examples/qualcomm/scripts/edsr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8040800Z 2026-07-24 19:06:55,747 [INFO] copying src/executorch/examples/qualcomm/scripts/mobilenet_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8041180Z 2026-07-24 19:06:55,747 [INFO] copying src/executorch/examples/qualcomm/scripts/inception_v4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8041590Z 2026-07-24 19:06:55,747 [INFO] copying src/executorch/examples/qualcomm/scripts/mobilenet_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8041980Z 2026-07-24 19:06:55,747 [INFO] copying src/executorch/examples/qualcomm/scripts/inception_v3.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8042380Z 2026-07-24 19:06:55,748 [INFO] copying src/executorch/examples/qualcomm/scripts/torchvision_vit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts 2026-07-24T19:06:55.8042620Z 2026-07-24 19:06:55,748 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/custom_op 2026-07-24T19:06:55.8043110Z 2026-07-24 19:06:55,748 [INFO] copying src/executorch/examples/qualcomm/custom_op/custom_ops_1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/custom_op 2026-07-24T19:06:55.8043500Z 2026-07-24 19:06:55,748 [INFO] copying src/executorch/examples/qualcomm/custom_op/custom_ops_2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/custom_op 2026-07-24T19:06:55.8043750Z 2026-07-24 19:06:55,749 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8044150Z 2026-07-24 19:06:55,749 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/deit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8044550Z 2026-07-24 19:06:55,749 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8044950Z 2026-07-24 19:06:55,749 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/pvt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8045340Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/dino_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8045750Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/convnext_small.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8046150Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/vit_b_16.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8046550Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/regnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8046950Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/maxvit_t.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8047340Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/roberta.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8047810Z 2026-07-24 19:06:55,750 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/squeezenet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8048210Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/distilbert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8048630Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/fastvit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8049110Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/cvt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8049530Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/mobilevit_v1.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8049920Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/albert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8050310Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8050760Z 2026-07-24 19:06:55,751 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/efficientnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8051170Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/mobilevit_v2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8051570Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/hf_causal_lm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8051980Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/conv_former.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8052380Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/eurobert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8052770Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/fbnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8053170Z 2026-07-24 19:06:55,752 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/swin_v2_t.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8053610Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8054010Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/esrgan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8054400Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/retinanet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8054810Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/bert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8055230Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/swin_transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8055630Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/focalnet.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8056170Z 2026-07-24 19:06:55,753 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/depthanything_v2_small.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8056560Z 2026-07-24 19:06:55,754 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/dit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:55.8056830Z 2026-07-24 19:06:55,754 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:55.8057280Z 2026-07-24 19:06:55,754 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/utils/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:55.8057740Z 2026-07-24 19:06:55,755 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:55.8058050Z 2026-07-24 19:06:55,755 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:55.8058600Z 2026-07-24 19:06:55,755 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:55.8059250Z 2026-07-24 19:06:55,755 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/stable_diffusion_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:55.8059600Z 2026-07-24 19:06:55,755 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama3 2026-07-24T19:06:55.8060190Z 2026-07-24 19:06:55,755 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama3 2026-07-24T19:06:55.8060490Z 2026-07-24 19:06:55,756 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama2 2026-07-24T19:06:55.8061000Z 2026-07-24 19:06:55,756 [INFO] copying src/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama2 2026-07-24T19:06:55.8061280Z 2026-07-24 19:06:55,757 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:55.8061780Z 2026-07-24 19:06:55,757 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llm_utils/qnn_decoder_model_manager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:55.8062270Z 2026-07-24 19:06:55,757 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llm_utils/eval_decoder_model_qnn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:55.8062760Z 2026-07-24 19:06:55,757 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llm_utils/decoder_model_wrapper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:55.8063050Z 2026-07-24 19:06:55,757 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM 2026-07-24T19:06:55.8063560Z 2026-07-24 19:06:55,757 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/efficientSAM/efficientSAM.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM 2026-07-24T19:06:55.8063900Z 2026-07-24 19:06:55,758 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:55.8064300Z 2026-07-24 19:06:55,758 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/t5/t5.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:55.8064710Z 2026-07-24 19:06:55,758 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/t5/t5_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:55.8065080Z 2026-07-24 19:06:55,758 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi 2026-07-24T19:06:55.8065500Z 2026-07-24 19:06:55,758 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/moshi/mimi.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi 2026-07-24T19:06:55.8065770Z 2026-07-24 19:06:55,758 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8066240Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/mix_precision_analyzer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8066710Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/decoder_constants.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8067230Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8067650Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/llama.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8068100Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/tokenizer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8068540Z 2026-07-24 19:06:55,759 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8069010Z 2026-07-24 19:06:55,760 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/range_setting_pt2e.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:55.8069480Z 2026-07-24 19:06:55,760 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/static_llm_quant_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:56.7521480Z 2026-07-24 19:06:55,761 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/masking_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:56.7522590Z 2026-07-24 19:06:55,761 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:56.7523460Z 2026-07-24 19:06:55,762 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/whisper/whisper_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:56.7524570Z 2026-07-24 19:06:55,762 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/whisper/whisper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:56.7525830Z 2026-07-24 19:06:55,763 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:56.7526900Z 2026-07-24 19:06:55,763 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:56.7528550Z 2026-07-24 19:06:55,763 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/pos_emb.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:56.7529890Z 2026-07-24 19:06:55,763 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/mask_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:56.7530870Z 2026-07-24 19:06:55,764 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:56.7531750Z 2026-07-24 19:06:55,764 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/moshi/model/static_convtr.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:56.7532830Z 2026-07-24 19:06:55,764 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/moshi/model/static_seanet_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:56.7533910Z 2026-07-24 19:06:55,764 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/moshi/model/static_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:56.7535110Z 2026-07-24 19:06:55,764 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/moshi/model/static_mimi.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:56.7535970Z 2026-07-24 19:06:55,764 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:56.7537560Z 2026-07-24 19:06:55,765 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/quantize/ptq.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:56.7538630Z 2026-07-24 19:06:55,765 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/quantize/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:56.7539700Z 2026-07-24 19:06:55,765 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/quantize/strategy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:56.7540560Z 2026-07-24 19:06:55,765 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:56.7541460Z 2026-07-24 19:06:55,765 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/wrappers/base_component.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:56.7542690Z 2026-07-24 19:06:55,765 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/wrappers/attention_sink_wrappers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:56.7543800Z 2026-07-24 19:06:55,766 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/wrappers/llm_wrappers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:56.7544850Z 2026-07-24 19:06:55,766 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/wrappers/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:56.7545730Z 2026-07-24 19:06:55,766 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:56.7546700Z 2026-07-24 19:06:55,766 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/evaluator/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:56.7547790Z 2026-07-24 19:06:55,766 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/evaluator/lm_eval_adapter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:56.7548890Z 2026-07-24 19:06:55,766 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/evaluator/device_evaluator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:56.7549790Z 2026-07-24 19:06:55,767 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7550650Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/builders.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7551700Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7552740Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/loaders.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7553850Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/datasets.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7554890Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7555960Z 2026-07-24 19:06:55,767 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/preprocessors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7557010Z 2026-07-24 19:06:55,768 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/collators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7558040Z 2026-07-24 19:06:55,768 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/dataset/schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:56.7558890Z 2026-07-24 19:06:55,768 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:56.7559770Z 2026-07-24 19:06:55,768 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_quant_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:56.7560850Z 2026-07-24 19:06:55,768 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/encoder/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:56.7562190Z 2026-07-24 19:06:55,768 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:56.7563260Z 2026-07-24 19:06:55,769 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7564210Z 2026-07-24 19:06:55,769 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/layernorm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7565390Z 2026-07-24 19:06:55,769 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/embedding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7566520Z 2026-07-24 19:06:55,769 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/feed_forward.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7567620Z 2026-07-24 19:06:55,769 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7568740Z 2026-07-24 19:06:55,769 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/vision_encoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7569810Z 2026-07-24 19:06:55,770 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/apply_rope.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7570930Z 2026-07-24 19:06:55,770 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7572210Z 2026-07-24 19:06:55,770 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/model/audio_encoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:56.7573180Z 2026-07-24 19:06:55,770 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:56.7574140Z 2026-07-24 19:06:55,770 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/inference/decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:56.7581090Z 2026-07-24 19:06:55,770 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/inference/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:56.7582170Z 2026-07-24 19:06:55,771 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/inference/encoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:56.7583310Z 2026-07-24 19:06:55,771 [INFO] copying src/executorch/examples/qualcomm/oss_scripts/llama/inference/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:56.7584190Z 2026-07-24 19:06:55,771 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/cuda/scripts 2026-07-24T19:06:56.7584890Z 2026-07-24 19:06:55,771 [INFO] copying src/executorch/examples/cuda/scripts/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/cuda/scripts 2026-07-24T19:06:56.7585780Z 2026-07-24 19:06:55,771 [INFO] copying src/executorch/examples/cuda/scripts/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/cuda/scripts 2026-07-24T19:06:56.7586480Z 2026-07-24 19:06:55,772 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/torchvision_vit 2026-07-24T19:06:56.7587240Z 2026-07-24 19:06:55,772 [INFO] copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/torchvision_vit 2026-07-24T19:06:56.7588140Z 2026-07-24 19:06:55,772 [INFO] copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/torchvision_vit 2026-07-24T19:06:56.7588860Z 2026-07-24 19:06:55,772 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5 2026-07-24T19:06:56.7589760Z 2026-07-24 19:06:55,772 [INFO] copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5 2026-07-24T19:06:56.7590600Z 2026-07-24 19:06:55,772 [INFO] copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5 2026-07-24T19:06:56.7591310Z 2026-07-24 19:06:55,773 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma 2026-07-24T19:06:56.7592010Z 2026-07-24 19:06:55,773 [INFO] copying src/executorch/examples/models/gemma/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma 2026-07-24T19:06:56.7592900Z 2026-07-24 19:06:55,773 [INFO] copying src/executorch/examples/models/gemma/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma 2026-07-24T19:06:56.7593620Z 2026-07-24 19:06:55,773 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/toy_model 2026-07-24T19:06:56.7594330Z 2026-07-24 19:06:55,773 [INFO] copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/toy_model 2026-07-24T19:06:56.7595220Z 2026-07-24 19:06:55,773 [INFO] copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/toy_model 2026-07-24T19:06:56.7596060Z 2026-07-24 19:06:55,773 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/silero_vad 2026-07-24T19:06:56.7596870Z 2026-07-24 19:06:55,774 [INFO] copying src/executorch/examples/models/silero_vad/export_silero_vad.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/silero_vad 2026-07-24T19:06:56.7597730Z 2026-07-24 19:06:55,774 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/sortformer 2026-07-24T19:06:56.7598540Z 2026-07-24 19:06:55,774 [INFO] copying src/executorch/examples/models/sortformer/validate_pte.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/sortformer 2026-07-24T19:06:56.7599430Z 2026-07-24 19:06:55,774 [INFO] copying src/executorch/examples/models/sortformer/export_sortformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/sortformer 2026-07-24T19:06:56.7600180Z 2026-07-24 19:06:55,774 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/parakeet 2026-07-24T19:06:56.7600960Z 2026-07-24 19:06:55,774 [INFO] copying src/executorch/examples/models/parakeet/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/parakeet 2026-07-24T19:06:56.7601910Z 2026-07-24 19:06:55,774 [INFO] copying src/executorch/examples/models/parakeet/export_parakeet_tdt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/parakeet 2026-07-24T19:06:56.7602720Z 2026-07-24 19:06:55,775 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite 2026-07-24T19:06:56.7603410Z 2026-07-24 19:06:55,775 [INFO] copying src/executorch/examples/models/granite/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite 2026-07-24T19:06:56.7604330Z 2026-07-24 19:06:55,775 [INFO] copying src/executorch/examples/models/granite/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite 2026-07-24T19:06:56.7605050Z 2026-07-24 19:06:55,775 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma2 2026-07-24T19:06:56.7605740Z 2026-07-24 19:06:55,775 [INFO] copying src/executorch/examples/models/gemma2/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma2 2026-07-24T19:06:56.7606580Z 2026-07-24 19:06:55,775 [INFO] copying src/executorch/examples/models/gemma2/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma2 2026-07-24T19:06:56.7607420Z 2026-07-24 19:06:55,776 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/test 2026-07-24T19:06:56.7608100Z 2026-07-24 19:06:55,776 [INFO] copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/test 2026-07-24T19:06:56.7608910Z 2026-07-24 19:06:55,776 [INFO] copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/test 2026-07-24T19:06:56.7609610Z 2026-07-24 19:06:55,776 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma3 2026-07-24T19:06:56.7610360Z 2026-07-24 19:06:55,776 [INFO] copying src/executorch/examples/models/gemma3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma3 2026-07-24T19:06:56.7611200Z 2026-07-24 19:06:55,776 [INFO] copying src/executorch/examples/models/gemma3/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma3 2026-07-24T19:06:56.7611910Z 2026-07-24 19:06:55,776 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7612600Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/image_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7613540Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/export_gemma4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7614380Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7615590Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/speech_transform.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7616490Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/run_gemma4.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7617360Z 2026-07-24 19:06:55,777 [INFO] copying src/executorch/examples/models/gemma4/quant_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4 2026-07-24T19:06:56.7618070Z 2026-07-24 19:06:55,777 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/edsr 2026-07-24T19:06:56.7618770Z 2026-07-24 19:06:55,778 [INFO] copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/edsr 2026-07-24T19:06:56.7619610Z 2026-07-24 19:06:55,778 [INFO] copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/edsr 2026-07-24T19:06:56.7620330Z 2026-07-24 19:06:55,778 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini 2026-07-24T19:06:56.7621100Z 2026-07-24 19:06:55,778 [INFO] copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini 2026-07-24T19:06:56.7621810Z 2026-07-24 19:06:55,778 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/resnet 2026-07-24T19:06:56.7622510Z 2026-07-24 19:06:55,778 [INFO] copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/resnet 2026-07-24T19:06:56.7623330Z 2026-07-24 19:06:55,778 [INFO] copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/resnet 2026-07-24T19:06:56.7624000Z 2026-07-24 19:06:55,779 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2 2026-07-24T19:06:56.7624800Z 2026-07-24 19:06:55,779 [INFO] copying src/executorch/examples/models/lfm2/short_conv.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2 2026-07-24T19:06:56.7625600Z 2026-07-24 19:06:55,779 [INFO] copying src/executorch/examples/models/lfm2/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2 2026-07-24T19:06:56.7626410Z 2026-07-24 19:06:55,779 [INFO] copying src/executorch/examples/models/lfm2/test_lfm2_5_mlx.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2 2026-07-24T19:06:56.7627250Z 2026-07-24 19:06:55,779 [INFO] copying src/executorch/examples/models/lfm2/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2 2026-07-24T19:06:56.7627970Z 2026-07-24 19:06:55,779 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v4 2026-07-24T19:06:56.7628730Z 2026-07-24 19:06:55,780 [INFO] copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v4 2026-07-24T19:06:56.7629660Z 2026-07-24 19:06:55,780 [INFO] copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v4 2026-07-24T19:06:56.7630400Z 2026-07-24 19:06:55,780 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3 2026-07-24T19:06:56.7631170Z 2026-07-24 19:06:55,780 [INFO] copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3 2026-07-24T19:06:56.7632070Z 2026-07-24 19:06:55,781 [INFO] copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3 2026-07-24T19:06:56.7632820Z 2026-07-24 19:06:55,781 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v3 2026-07-24T19:06:56.7633770Z 2026-07-24 19:06:55,781 [INFO] copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v3 2026-07-24T19:06:56.7634680Z 2026-07-24 19:06:55,781 [INFO] copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v3 2026-07-24T19:06:56.7635460Z 2026-07-24 19:06:55,781 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite_speech 2026-07-24T19:06:56.7636230Z 2026-07-24 19:06:55,781 [INFO] copying src/executorch/examples/models/granite_speech/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite_speech 2026-07-24T19:06:56.7637230Z 2026-07-24 19:06:55,782 [INFO] copying src/executorch/examples/models/granite_speech/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite_speech 2026-07-24T19:06:56.7638040Z 2026-07-24 19:06:55,782 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deeplab_v3 2026-07-24T19:06:56.7638760Z 2026-07-24 19:06:55,782 [INFO] copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deeplab_v3 2026-07-24T19:06:56.7639610Z 2026-07-24 19:06:55,782 [INFO] copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deeplab_v3 2026-07-24T19:06:56.7640300Z 2026-07-24 19:06:55,782 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26 2026-07-24T19:06:56.7641000Z 2026-07-24 19:06:55,782 [INFO] copying src/executorch/examples/models/yolo26/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26 2026-07-24T19:06:56.7641990Z 2026-07-24 19:06:55,783 [INFO] copying src/executorch/examples/models/yolo26/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26 2026-07-24T19:06:56.7642860Z 2026-07-24 19:06:55,783 [INFO] copying src/executorch/examples/models/yolo26/export_and_validate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26 2026-07-24T19:06:56.7643610Z 2026-07-24 19:06:55,783 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilebert 2026-07-24T19:06:56.7644340Z 2026-07-24 19:06:55,783 [INFO] copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilebert 2026-07-24T19:06:56.7645200Z 2026-07-24 19:06:55,783 [INFO] copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilebert 2026-07-24T19:06:56.7645920Z 2026-07-24 19:06:55,783 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/codegen 2026-07-24T19:06:56.7646630Z 2026-07-24 19:06:55,783 [INFO] copying src/executorch/examples/models/codegen/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/codegen 2026-07-24T19:06:56.7647500Z 2026-07-24 19:06:55,784 [INFO] copying src/executorch/examples/models/codegen/convert_weight.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/codegen 2026-07-24T19:06:56.7648240Z 2026-07-24 19:06:55,784 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7649110Z 2026-07-24 19:06:55,784 [INFO] copying src/executorch/examples/models/gemma4_31b/gguf_loader.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7650070Z 2026-07-24 19:06:55,784 [INFO] copying src/executorch/examples/models/gemma4_31b/test_ondevice_serving.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7650970Z 2026-07-24 19:06:55,784 [INFO] copying src/executorch/examples/models/gemma4_31b/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7651830Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/serve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7652710Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7653580Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7654440Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/inference.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7655400Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/quantize_and_save.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7656300Z 2026-07-24 19:06:55,785 [INFO] copying src/executorch/examples/models/gemma4_31b/cuda_packers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7657180Z 2026-07-24 19:06:55,786 [INFO] copying src/executorch/examples/models/gemma4_31b/sampler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7658050Z 2026-07-24 19:06:55,786 [INFO] copying src/executorch/examples/models/gemma4_31b/test_serve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7658980Z 2026-07-24 19:06:55,786 [INFO] copying src/executorch/examples/models/gemma4_31b/cuda_source_transformations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7660090Z 2026-07-24 19:06:55,786 [INFO] copying src/executorch/examples/models/gemma4_31b/mlx_source_transformations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b 2026-07-24T19:06:56.7660890Z 2026-07-24 19:06:55,786 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7661620Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/run.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7662540Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/test_chunked_prefill.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7663470Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7664350Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/serve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7665220Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7666180Z 2026-07-24 19:06:55,787 [INFO] copying src/executorch/examples/models/qwen3_5_moe/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7667130Z 2026-07-24 19:06:55,788 [INFO] copying src/executorch/examples/models/qwen3_5_moe/metal_source_transformations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7668090Z 2026-07-24 19:06:55,788 [INFO] copying src/executorch/examples/models/qwen3_5_moe/inference.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7669020Z 2026-07-24 19:06:55,788 [INFO] copying src/executorch/examples/models/qwen3_5_moe/test_turboquant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7669940Z 2026-07-24 19:06:55,788 [INFO] copying src/executorch/examples/models/qwen3_5_moe/quantize_and_save.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7670920Z 2026-07-24 19:06:55,788 [INFO] copying src/executorch/examples/models/qwen3_5_moe/test_quantize_roundtrip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7671820Z 2026-07-24 19:06:55,789 [INFO] copying src/executorch/examples/models/qwen3_5_moe/sampler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7672690Z 2026-07-24 19:06:55,789 [INFO] copying src/executorch/examples/models/qwen3_5_moe/test_serve.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7673620Z 2026-07-24 19:06:55,789 [INFO] copying src/executorch/examples/models/qwen3_5_moe/mlx_source_transformations.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7674550Z 2026-07-24 19:06:55,789 [INFO] copying src/executorch/examples/models/qwen3_5_moe/test_sampler.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:56.7675300Z 2026-07-24 19:06:55,790 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini-lora 2026-07-24T19:06:56.7676110Z 2026-07-24 19:06:55,790 [INFO] copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini-lora 2026-07-24T19:06:56.7676870Z 2026-07-24 19:06:55,790 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam 2026-07-24T19:06:56.7677710Z 2026-07-24 19:06:55,790 [INFO] copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam 2026-07-24T19:06:56.7678580Z 2026-07-24 19:06:55,790 [INFO] copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam 2026-07-24T19:06:56.7679320Z 2026-07-24 19:06:55,791 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/stable_diffusion 2026-07-24T19:06:56.7680090Z 2026-07-24 19:06:55,791 [INFO] copying src/executorch/examples/models/stable_diffusion/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/stable_diffusion 2026-07-24T19:06:56.7680990Z 2026-07-24 19:06:55,791 [INFO] copying src/executorch/examples/models/stable_diffusion/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/stable_diffusion 2026-07-24T19:06:56.7681730Z 2026-07-24 19:06:55,791 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v2 2026-07-24T19:06:56.7682460Z 2026-07-24 19:06:55,791 [INFO] copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v2 2026-07-24T19:06:56.7683420Z 2026-07-24 19:06:55,791 [INFO] copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v2 2026-07-24T19:06:56.7684130Z 2026-07-24 19:06:55,791 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smolvlm 2026-07-24T19:06:56.7684800Z 2026-07-24 19:06:55,791 [INFO] copying src/executorch/examples/models/smolvlm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smolvlm 2026-07-24T19:06:56.7685640Z 2026-07-24 19:06:55,792 [INFO] copying src/executorch/examples/models/smolvlm/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smolvlm 2026-07-24T19:06:56.7686360Z 2026-07-24 19:06:55,792 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/wav2letter 2026-07-24T19:06:56.7687060Z 2026-07-24 19:06:55,792 [INFO] copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/wav2letter 2026-07-24T19:06:56.7687910Z 2026-07-24 19:06:55,792 [INFO] copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/wav2letter 2026-07-24T19:06:56.7688600Z 2026-07-24 19:06:55,792 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deit_tiny 2026-07-24T19:06:56.7689290Z 2026-07-24 19:06:55,792 [INFO] copying src/executorch/examples/models/deit_tiny/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deit_tiny 2026-07-24T19:06:56.7690110Z 2026-07-24 19:06:55,793 [INFO] copying src/executorch/examples/models/deit_tiny/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deit_tiny 2026-07-24T19:06:56.7690800Z 2026-07-24 19:06:55,793 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v3 2026-07-24T19:06:56.7691540Z 2026-07-24 19:06:55,793 [INFO] copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v3 2026-07-24T19:06:56.7692400Z 2026-07-24 19:06:55,793 [INFO] copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v3 2026-07-24T19:06:56.7693120Z 2026-07-24 19:06:55,793 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime 2026-07-24T19:06:56.7694010Z 2026-07-24 19:06:55,793 [INFO] copying src/executorch/examples/models/voxtral_realtime/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime 2026-07-24T19:06:56.7694970Z 2026-07-24 19:06:55,794 [INFO] copying src/executorch/examples/models/voxtral_realtime/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime 2026-07-24T19:06:56.7695910Z 2026-07-24 19:06:55,794 [INFO] copying src/executorch/examples/models/voxtral_realtime/export_voxtral_rt.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime 2026-07-24T19:06:56.7696690Z 2026-07-24 19:06:55,794 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7697400Z 2026-07-24 19:06:55,794 [INFO] copying src/executorch/examples/models/mlperf_tiny/ds_cnn.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7698260Z 2026-07-24 19:06:55,794 [INFO] copying src/executorch/examples/models/mlperf_tiny/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7699150Z 2026-07-24 19:06:55,794 [INFO] copying src/executorch/examples/models/mlperf_tiny/deep_autoencoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7700040Z 2026-07-24 19:06:55,795 [INFO] copying src/executorch/examples/models/mlperf_tiny/resnet8.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7701010Z 2026-07-24 19:06:55,795 [INFO] copying src/executorch/examples/models/mlperf_tiny/mobilenet_v1_025.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:56.7701770Z 2026-07-24 19:06:55,795 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision 2026-07-24T19:06:56.7702530Z 2026-07-24 19:06:55,795 [INFO] copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision 2026-07-24T19:06:56.7703260Z 2026-07-24 19:06:55,795 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5 2026-07-24T19:06:56.7703950Z 2026-07-24 19:06:55,795 [INFO] copying src/executorch/examples/models/qwen3_5/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5 2026-07-24T19:06:56.7704820Z 2026-07-24 19:06:55,795 [INFO] copying src/executorch/examples/models/qwen3_5/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5 2026-07-24T19:06:56.7705520Z 2026-07-24 19:06:55,796 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava 2026-07-24T19:06:56.7706180Z 2026-07-24 19:06:55,796 [INFO] copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava 2026-07-24T19:06:56.7706990Z 2026-07-24 19:06:55,796 [INFO] copying src/executorch/examples/models/llava/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava 2026-07-24T19:06:56.7707800Z 2026-07-24 19:06:55,796 [INFO] copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava 2026-07-24T19:06:56.7708480Z 2026-07-24 19:06:55,796 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/glm 2026-07-24T19:06:56.7709140Z 2026-07-24 19:06:55,796 [INFO] copying src/executorch/examples/models/glm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/glm 2026-07-24T19:06:56.7709950Z 2026-07-24 19:06:55,797 [INFO] copying src/executorch/examples/models/glm/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/glm 2026-07-24T19:06:56.7710780Z 2026-07-24 19:06:55,797 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts 2026-07-24T19:06:56.7711540Z 2026-07-24 19:06:55,797 [INFO] copying src/executorch/examples/models/voxtral_tts/export_voxtral_tts.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts 2026-07-24T19:06:56.7712450Z 2026-07-24 19:06:55,797 [INFO] copying src/executorch/examples/models/voxtral_tts/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts 2026-07-24T19:06:56.7713300Z 2026-07-24 19:06:55,797 [INFO] copying src/executorch/examples/models/voxtral_tts/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts 2026-07-24T19:06:56.7714160Z 2026-07-24 19:06:55,797 [INFO] copying src/executorch/examples/models/voxtral_tts/voice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts 2026-07-24T19:06:56.7714860Z 2026-07-24 19:06:55,798 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/internvl3 2026-07-24T19:06:56.7715570Z 2026-07-24 19:06:55,798 [INFO] copying src/executorch/examples/models/internvl3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/internvl3 2026-07-24T19:06:56.7716460Z 2026-07-24 19:06:55,798 [INFO] copying src/executorch/examples/models/internvl3/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/internvl3 2026-07-24T19:06:56.7717280Z 2026-07-24 19:06:55,798 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm3 2026-07-24T19:06:56.7717980Z 2026-07-24 19:06:55,798 [INFO] copying src/executorch/examples/models/smollm3/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm3 2026-07-24T19:06:56.7718850Z 2026-07-24 19:06:55,799 [INFO] copying src/executorch/examples/models/smollm3/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm3 2026-07-24T19:06:56.7719630Z 2026-07-24 19:06:55,799 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini 2026-07-24T19:06:56.7720380Z 2026-07-24 19:06:55,799 [INFO] copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini 2026-07-24T19:06:56.7721260Z 2026-07-24 19:06:55,799 [INFO] copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini 2026-07-24T19:06:56.7721980Z 2026-07-24 19:06:55,799 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/dinov2 2026-07-24T19:06:56.7722680Z 2026-07-24 19:06:55,799 [INFO] copying src/executorch/examples/models/dinov2/export_dinov2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/dinov2 2026-07-24T19:06:56.7723530Z 2026-07-24 19:06:55,800 [INFO] copying src/executorch/examples/models/dinov2/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/dinov2 2026-07-24T19:06:56.7724230Z 2026-07-24 19:06:55,800 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7724930Z 2026-07-24 19:06:55,800 [INFO] copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7725740Z 2026-07-24 19:06:55,800 [INFO] copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7726550Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7727370Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7728320Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/feed_forward.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7729160Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7729970Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7730800Z 2026-07-24 19:06:55,801 [INFO] copying src/executorch/examples/models/llama/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7731640Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7732520Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7733400Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7734250Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7735190Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/lora.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7736100Z 2026-07-24 19:06:55,802 [INFO] copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7736940Z 2026-07-24 19:06:55,803 [INFO] copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7737800Z 2026-07-24 19:06:55,803 [INFO] copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7738690Z 2026-07-24 19:06:55,803 [INFO] copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7739580Z 2026-07-24 19:06:55,803 [INFO] copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama 2026-07-24T19:06:56.7740290Z 2026-07-24 19:06:55,803 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/whisper 2026-07-24T19:06:56.7741000Z 2026-07-24 19:06:55,804 [INFO] copying src/executorch/examples/models/whisper/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/whisper 2026-07-24T19:06:56.7741830Z 2026-07-24 19:06:55,804 [INFO] copying src/executorch/examples/models/whisper/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/whisper 2026-07-24T19:06:56.7742690Z 2026-07-24 19:06:55,804 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm2 2026-07-24T19:06:56.7743420Z 2026-07-24 19:06:55,804 [INFO] copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm2 2026-07-24T19:06:56.7744280Z 2026-07-24 19:06:55,804 [INFO] copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm2 2026-07-24T19:06:56.7744980Z 2026-07-24 19:06:55,804 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lstm 2026-07-24T19:06:56.7745730Z 2026-07-24 19:06:55,804 [INFO] copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lstm 2026-07-24T19:06:56.7746510Z 2026-07-24 19:06:55,805 [INFO] copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lstm 2026-07-24T19:06:56.7751870Z 2026-07-24 19:06:55,805 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/emformer_rnnt 2026-07-24T19:06:56.7752660Z 2026-07-24 19:06:55,805 [INFO] copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/emformer_rnnt 2026-07-24T19:06:56.7753560Z 2026-07-24 19:06:55,805 [INFO] copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/emformer_rnnt 2026-07-24T19:06:56.7754340Z 2026-07-24 19:06:55,806 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7755180Z 2026-07-24 19:06:55,806 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7756190Z 2026-07-24 19:06:55,806 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_self_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7757300Z 2026-07-24 19:06:55,806 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7758320Z 2026-07-24 19:06:55,806 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_decoder_layer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7759320Z 2026-07-24 19:06:55,806 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7760300Z 2026-07-24 19:06:55,807 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_cross_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7761290Z 2026-07-24 19:06:55,807 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7762280Z 2026-07-24 19:06:55,807 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7763270Z 2026-07-24 19:06:55,807 [INFO] copying src/executorch/examples/models/gemma4/text_decoder/gemma4_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:56.7764180Z 2026-07-24 19:06:55,807 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/tests 2026-07-24T19:06:56.7764960Z 2026-07-24 19:06:55,807 [INFO] copying src/executorch/examples/models/gemma4/tests/test_speech_transform.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/tests 2026-07-24T19:06:56.7765780Z 2026-07-24 19:06:55,808 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:56.7766580Z 2026-07-24 19:06:55,808 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:56.7767540Z 2026-07-24 19:06:55,808 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:56.7768410Z 2026-07-24 19:06:55,808 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7769210Z 2026-07-24 19:06:55,808 [INFO] copying src/executorch/examples/models/gemma4_31b/tests/test_mlx_pipeline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7770220Z 2026-07-24 19:06:55,809 [INFO] copying src/executorch/examples/models/gemma4_31b/tests/test_cuda_packers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7771190Z 2026-07-24 19:06:55,809 [INFO] copying src/executorch/examples/models/gemma4_31b/tests/test_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7772160Z 2026-07-24 19:06:55,809 [INFO] copying src/executorch/examples/models/gemma4_31b/tests/test_cuda_pipeline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7773160Z 2026-07-24 19:06:55,809 [INFO] copying src/executorch/examples/models/gemma4_31b/tests/test_pipeline.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:56.7773990Z 2026-07-24 19:06:55,810 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:56.7774930Z 2026-07-24 19:06:55,810 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/tests/test_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:56.7776000Z 2026-07-24 19:06:55,810 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/tests/test_safetensors_roundtrip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:56.7777070Z 2026-07-24 19:06:55,810 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/tests/test_quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:56.7778080Z 2026-07-24 19:06:55,810 [INFO] copying src/executorch/examples/models/gemma4_31b/quant/tests/test_pack_cuda.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:56.7778960Z 2026-07-24 19:06:55,811 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7779930Z 2026-07-24 19:06:55,811 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7781120Z 2026-07-24 19:06:55,811 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7782250Z 2026-07-24 19:06:55,811 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7783570Z 2026-07-24 19:06:55,811 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7784710Z 2026-07-24 19:06:55,812 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7785850Z 2026-07-24 19:06:55,812 [INFO] copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:56.7786870Z 2026-07-24 19:06:55,812 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/moshi/mimi 2026-07-24T19:06:56.7787610Z 2026-07-24 19:06:55,812 [INFO] copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/moshi/mimi 2026-07-24T19:06:56.7788380Z 2026-07-24 19:06:55,812 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/tests 2026-07-24T19:06:56.7789250Z 2026-07-24 19:06:55,812 [INFO] copying src/executorch/examples/models/voxtral_realtime/tests/test_ring_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/tests 2026-07-24T19:06:56.7790140Z 2026-07-24 19:06:55,813 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder 2026-07-24T19:06:56.7791020Z 2026-07-24 19:06:55,813 [INFO] copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder 2026-07-24T19:06:56.7791900Z 2026-07-24 19:06:55,813 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:56.7792880Z 2026-07-24 19:06:55,813 [INFO] copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:56.7793960Z 2026-07-24 19:06:55,813 [INFO] copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:56.7795250Z 2026-07-24 19:06:55,813 [INFO] copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:56.7796250Z 2026-07-24 19:06:55,813 [INFO] copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:56.7797130Z 2026-07-24 19:06:55,814 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:56.7797970Z 2026-07-24 19:06:55,814 [INFO] copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:56.7799030Z 2026-07-24 19:06:55,814 [INFO] copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:56.7800090Z 2026-07-24 19:06:55,814 [INFO] copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:56.7801130Z 2026-07-24 19:06:55,814 [INFO] copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:56.7802000Z 2026-07-24 19:06:55,814 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:56.7802900Z 2026-07-24 19:06:55,814 [INFO] copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:56.7804080Z 2026-07-24 19:06:55,815 [INFO] copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:56.7805170Z 2026-07-24 19:06:55,816 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:56.7806090Z 2026-07-24 19:06:55,816 [INFO] copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:56.7807210Z 2026-07-24 19:06:55,817 [INFO] copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:56.7808090Z 2026-07-24 19:06:55,817 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:56.7808990Z 2026-07-24 19:06:55,818 [INFO] copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:56.7810160Z 2026-07-24 19:06:55,818 [INFO] copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:56.7811060Z 2026-07-24 19:06:55,819 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:56.7811970Z 2026-07-24 19:06:55,819 [INFO] copying src/executorch/examples/models/qwen3_5/tests/test_convert_weights.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:56.7812890Z 2026-07-24 19:06:55,819 [INFO] copying src/executorch/examples/models/qwen3_5/tests/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:56.7813640Z 2026-07-24 19:06:55,819 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/test 2026-07-24T19:06:56.7814350Z 2026-07-24 19:06:55,819 [INFO] copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/test 2026-07-24T19:06:56.7815240Z 2026-07-24 19:06:55,819 [INFO] copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/test 2026-07-24T19:06:56.7815990Z 2026-07-24 19:06:55,820 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7816810Z 2026-07-24 19:06:55,820 [INFO] copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7817790Z 2026-07-24 19:06:55,820 [INFO] copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7818780Z 2026-07-24 19:06:55,820 [INFO] copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7819750Z 2026-07-24 19:06:55,820 [INFO] copying src/executorch/examples/models/llama/experimental/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7820750Z 2026-07-24 19:06:55,821 [INFO] copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental 2026-07-24T19:06:56.7821580Z 2026-07-24 19:06:55,821 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7822570Z 2026-07-24 19:06:55,821 [INFO] copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7823730Z 2026-07-24 19:06:55,821 [INFO] copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7828380Z 2026-07-24 19:06:55,822 [INFO] copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7829490Z 2026-07-24 19:06:55,822 [INFO] copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7830580Z 2026-07-24 19:06:55,822 [INFO] copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7831680Z 2026-07-24 19:06:55,822 [INFO] copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7832940Z 2026-07-24 19:06:55,822 [INFO] copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7834060Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7835170Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7836300Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7837490Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7838640Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7839710Z 2026-07-24 19:06:55,823 [INFO] copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7840810Z 2026-07-24 19:06:55,824 [INFO] copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7841990Z 2026-07-24 19:06:55,824 [INFO] copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7843160Z 2026-07-24 19:06:55,824 [INFO] copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7844280Z 2026-07-24 19:06:55,824 [INFO] copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:56.7845270Z 2026-07-24 19:06:55,824 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:56.7846070Z 2026-07-24 19:06:55,824 [INFO] copying src/executorch/examples/models/llama/config/test_llm_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:56.7846860Z 2026-07-24 19:06:55,825 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tokenizer 2026-07-24T19:06:56.7847650Z 2026-07-24 19:06:55,825 [INFO] copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tokenizer 2026-07-24T19:06:56.7848440Z 2026-07-24 19:06:55,825 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner 2026-07-24T19:06:56.7849230Z 2026-07-24 19:06:55,825 [INFO] copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner 2026-07-24T19:06:56.7850170Z 2026-07-24 19:06:55,825 [INFO] copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner 2026-07-24T19:06:56.7851120Z 2026-07-24 19:06:55,825 [INFO] copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner 2026-07-24T19:06:56.7851960Z 2026-07-24 19:06:55,826 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7852740Z 2026-07-24 19:06:55,826 [INFO] copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7853990Z 2026-07-24 19:06:55,826 [INFO] copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7854920Z 2026-07-24 19:06:55,826 [INFO] copying src/executorch/examples/models/llama/tests/test_qwen3_5_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7855860Z 2026-07-24 19:06:55,826 [INFO] copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7857220Z 2026-07-24 19:06:55,827 [INFO] copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7858220Z 2026-07-24 19:06:55,827 [INFO] copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7859230Z 2026-07-24 19:06:55,827 [INFO] copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7860230Z 2026-07-24 19:06:55,827 [INFO] copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7861170Z 2026-07-24 19:06:55,827 [INFO] copying src/executorch/examples/models/llama/tests/test_yoco_attention.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests 2026-07-24T19:06:56.7861970Z 2026-07-24 19:06:55,828 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/evaluate 2026-07-24T19:06:56.7862790Z 2026-07-24 19:06:55,828 [INFO] copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/evaluate 2026-07-24T19:06:56.7863940Z 2026-07-24 19:06:55,828 [INFO] copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/evaluate 2026-07-24T19:06:56.7864680Z 2026-07-24 19:06:55,828 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7865420Z 2026-07-24 19:06:55,828 [INFO] copying src/executorch/examples/llm_server/python/server.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7866340Z 2026-07-24 19:06:55,828 [INFO] copying src/executorch/examples/llm_server/python/openai_transcript.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7867250Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/protocol.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7868100Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7868980Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/chat_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7869990Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/serving_chat.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7870880Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/errors.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7871770Z 2026-07-24 19:06:55,829 [INFO] copying src/executorch/examples/llm_server/python/worker_client.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7872680Z 2026-07-24 19:06:55,830 [INFO] copying src/executorch/examples/llm_server/python/session_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python 2026-07-24T19:06:56.7873470Z 2026-07-24 19:06:55,830 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/conformance 2026-07-24T19:06:56.7874280Z 2026-07-24 19:06:55,830 [INFO] copying src/executorch/examples/llm_server/conformance/test_openai_contract.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/conformance 2026-07-24T19:06:56.7875100Z 2026-07-24 19:06:55,830 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7875940Z 2026-07-24 19:06:55,830 [INFO] copying src/executorch/examples/llm_server/python/tool_parsers/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7876980Z 2026-07-24 19:06:55,830 [INFO] copying src/executorch/examples/llm_server/python/tool_parsers/types.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7878050Z 2026-07-24 19:06:55,831 [INFO] copying src/executorch/examples/llm_server/python/tool_parsers/hermes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7879090Z 2026-07-24 19:06:55,831 [INFO] copying src/executorch/examples/llm_server/python/tool_parsers/qwen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7880070Z 2026-07-24 19:06:55,831 [INFO] copying src/executorch/examples/llm_server/python/tool_parsers/gemma.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:56.7880840Z 2026-07-24 19:06:55,831 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7881840Z 2026-07-24 19:06:55,831 [INFO] copying src/executorch/examples/llm_server/python/tests/conftest.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7882800Z 2026-07-24 19:06:55,831 [INFO] copying src/executorch/examples/llm_server/python/tests/test_tool_calls.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7883760Z 2026-07-24 19:06:55,832 [INFO] copying src/executorch/examples/llm_server/python/tests/test_streaming_stops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7884740Z 2026-07-24 19:06:55,832 [INFO] copying src/executorch/examples/llm_server/python/tests/test_session_runtime.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7885730Z 2026-07-24 19:06:55,832 [INFO] copying src/executorch/examples/llm_server/python/tests/test_sessions.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7886740Z 2026-07-24 19:06:55,833 [INFO] copying src/executorch/examples/llm_server/python/tests/test_qwen_tool_parser.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7887800Z 2026-07-24 19:06:55,833 [INFO] copying src/executorch/examples/llm_server/python/tests/test_sampling_params.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7888910Z 2026-07-24 19:06:55,833 [INFO] copying src/executorch/examples/llm_server/python/tests/test_contract.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7889910Z 2026-07-24 19:06:55,834 [INFO] copying src/executorch/examples/llm_server/python/tests/test_hermes_tool_parser.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7890960Z 2026-07-24 19:06:55,834 [INFO] copying src/executorch/examples/llm_server/python/tests/test_warm_resume_scaffold.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7892030Z 2026-07-24 19:06:55,835 [INFO] copying src/executorch/examples/llm_server/python/tests/test_worker_client.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7893030Z 2026-07-24 19:06:55,835 [INFO] copying src/executorch/examples/llm_server/python/tests/test_gemma_tool_parser.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7894120Z 2026-07-24 19:06:55,835 [INFO] copying src/executorch/examples/llm_server/python/tests/test_template.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests 2026-07-24T19:06:56.7894890Z 2026-07-24 19:06:55,836 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/quantization 2026-07-24T19:06:56.7895660Z 2026-07-24 19:06:55,836 [INFO] copying src/executorch/examples/xnnpack/quantization/example.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/quantization 2026-07-24T19:06:56.7896570Z 2026-07-24 19:06:55,836 [INFO] copying src/executorch/examples/xnnpack/quantization/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/quantization 2026-07-24T19:06:56.7897260Z 2026-07-24 19:06:55,836 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture 2026-07-24T19:06:56.7897860Z 2026-07-24 19:06:55,836 [INFO] copying src/executorch/exir/capture/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture 2026-07-24T19:06:56.7898570Z 2026-07-24 19:06:55,837 [INFO] copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture 2026-07-24T19:06:56.7899900Z 2026-07-24 19:06:55,837 [INFO] copying src/executorch/exir/capture/_capture.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture 2026-07-24T19:06:56.7904610Z 2026-07-24 19:06:55,837 [INFO] copying src/executorch/exir/capture/_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture 2026-07-24T19:06:56.7905230Z 2026-07-24 19:06:55,837 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7905900Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7908000Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7909980Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7911860Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7913650Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7915530Z 2026-07-24 19:06:55,838 [INFO] copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7918150Z 2026-07-24 19:06:55,839 [INFO] copying src/executorch/exir/passes/convert_constant_dim_order_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7920130Z 2026-07-24 19:06:55,839 [INFO] copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7922030Z 2026-07-24 19:06:55,839 [INFO] copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7923940Z 2026-07-24 19:06:55,839 [INFO] copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7925800Z 2026-07-24 19:06:55,839 [INFO] copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7927640Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7929540Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7931360Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7933170Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/reinplace.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7934990Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7936860Z 2026-07-24 19:06:55,840 [INFO] copying src/executorch/exir/passes/cse_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7938460Z 2026-07-24 19:06:55,841 [INFO] copying src/executorch/exir/passes/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7940450Z 2026-07-24 19:06:55,841 [INFO] copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7942810Z 2026-07-24 19:06:55,841 [INFO] copying src/executorch/exir/passes/_device_copy_ops_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7944590Z 2026-07-24 19:06:55,841 [INFO] copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7946360Z 2026-07-24 19:06:55,841 [INFO] copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7948180Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7949920Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7951710Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7953580Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7955510Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7957720Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7959530Z 2026-07-24 19:06:55,842 [INFO] copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7961330Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7963180Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7965000Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/propagate_device_config.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7966840Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/to_device_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7968630Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7970570Z 2026-07-24 19:06:55,843 [INFO] copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7972440Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7974360Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7976330Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/legalize_portable_dim_order_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7978290Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/propagate_device_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7980350Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7982860Z 2026-07-24 19:06:55,844 [INFO] copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes 2026-07-24T19:06:56.7984460Z 2026-07-24 19:06:55,845 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7985920Z 2026-07-24 19:06:55,845 [INFO] copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7987630Z 2026-07-24 19:06:55,845 [INFO] copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7989370Z 2026-07-24 19:06:55,845 [INFO] copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7991060Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/test_common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7992730Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7994540Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/test_propagate_device_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7996320Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.7998300Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8000050Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8001870Z 2026-07-24 19:06:55,846 [INFO] copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8003670Z 2026-07-24 19:06:55,847 [INFO] copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8005440Z 2026-07-24 19:06:55,847 [INFO] copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8008310Z 2026-07-24 19:06:55,847 [INFO] copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8010220Z 2026-07-24 19:06:55,847 [INFO] copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8012020Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8013850Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8015990Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/test_device_copy_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8016900Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8017720Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/test_extract_io_quant_params.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8018500Z 2026-07-24 19:06:55,848 [INFO] copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8019220Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/common.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8020190Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/transformer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8020910Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/test_error.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8021690Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8022490Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8023260Z 2026-07-24 19:06:55,849 [INFO] copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8024110Z 2026-07-24 19:06:55,850 [INFO] copying src/executorch/exir/tests/test_legalize_portable_dim_order_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8024860Z 2026-07-24 19:06:55,850 [INFO] copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8025610Z 2026-07-24 19:06:55,850 [INFO] copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8026550Z 2026-07-24 19:06:55,850 [INFO] copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8027340Z 2026-07-24 19:06:55,850 [INFO] copying src/executorch/exir/tests/test_reinplace_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8032020Z 2026-07-24 19:06:55,851 [INFO] copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8032800Z 2026-07-24 19:06:55,851 [INFO] copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8033540Z 2026-07-24 19:06:55,851 [INFO] copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8034290Z 2026-07-24 19:06:55,851 [INFO] copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8035020Z 2026-07-24 19:06:55,851 [INFO] copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests 2026-07-24T19:06:56.8035630Z 2026-07-24 19:06:55,852 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8036260Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8037040Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8037830Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8038590Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8039330Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8040100Z 2026-07-24 19:06:55,852 [INFO] copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend 2026-07-24T19:06:56.8040930Z 2026-07-24 19:06:55,853 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification 2026-07-24T19:06:56.8041610Z 2026-07-24 19:06:55,853 [INFO] copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification 2026-07-24T19:06:56.8042430Z 2026-07-24 19:06:55,853 [INFO] copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification 2026-07-24T19:06:56.8043230Z 2026-07-24 19:06:55,853 [INFO] copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification 2026-07-24T19:06:56.8044050Z 2026-07-24 19:06:55,853 [INFO] copying src/executorch/exir/verification/verifier.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification 2026-07-24T19:06:56.8044710Z 2026-07-24 19:06:55,854 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8045390Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/generate_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8046160Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8046930Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8047820Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8048600Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8049340Z 2026-07-24 19:06:55,854 [INFO] copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8050100Z 2026-07-24 19:06:55,855 [INFO] copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8050850Z 2026-07-24 19:06:55,855 [INFO] copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8051630Z 2026-07-24 19:06:55,855 [INFO] copying src/executorch/exir/_serialize/_flatbuffer_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8052410Z 2026-07-24 19:06:55,855 [INFO] copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8053160Z 2026-07-24 19:06:55,855 [INFO] copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:56.8053810Z 2026-07-24 19:06:55,855 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects 2026-07-24T19:06:56.8054430Z 2026-07-24 19:06:55,856 [INFO] copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects 2026-07-24T19:06:56.8055130Z 2026-07-24 19:06:55,856 [INFO] copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects 2026-07-24T19:06:56.8055830Z 2026-07-24 19:06:55,856 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program 2026-07-24T19:06:56.8056440Z 2026-07-24 19:06:55,856 [INFO] copying src/executorch/exir/program/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program 2026-07-24T19:06:56.8057180Z 2026-07-24 19:06:55,856 [INFO] copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program 2026-07-24T19:06:56.8058010Z 2026-07-24 19:06:55,856 [INFO] copying src/executorch/exir/program/_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program 2026-07-24T19:06:56.8058610Z 2026-07-24 19:06:55,857 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit 2026-07-24T19:06:56.8059220Z 2026-07-24 19:06:55,857 [INFO] copying src/executorch/exir/emit/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit 2026-07-24T19:06:56.8059910Z 2026-07-24 19:06:55,857 [INFO] copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit 2026-07-24T19:06:56.8060610Z 2026-07-24 19:06:55,857 [INFO] copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit 2026-07-24T19:06:56.8061180Z 2026-07-24 19:06:55,857 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8061790Z 2026-07-24 19:06:55,857 [INFO] copying src/executorch/exir/serde/serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8062490Z 2026-07-24 19:06:55,858 [INFO] copying src/executorch/exir/serde/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8063190Z 2026-07-24 19:06:55,858 [INFO] copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8064010Z 2026-07-24 19:06:55,858 [INFO] copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8064700Z 2026-07-24 19:06:55,858 [INFO] copying src/executorch/exir/serde/union.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8065390Z 2026-07-24 19:06:55,858 [INFO] copying src/executorch/exir/serde/schema.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde 2026-07-24T19:06:56.8065970Z 2026-07-24 19:06:55,858 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator 2026-07-24T19:06:56.8066620Z 2026-07-24 19:06:55,859 [INFO] copying src/executorch/exir/operator/util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator 2026-07-24T19:06:56.8067340Z 2026-07-24 19:06:55,859 [INFO] copying src/executorch/exir/operator/convert.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator 2026-07-24T19:06:56.8068070Z 2026-07-24 19:06:55,859 [INFO] copying src/executorch/exir/operator/manip.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator 2026-07-24T19:06:56.8068710Z 2026-07-24 19:06:55,859 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8069440Z 2026-07-24 19:06:55,859 [INFO] copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8070290Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8071110Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8071920Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8072770Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8073650Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8074610Z 2026-07-24 19:06:55,860 [INFO] copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8075400Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8076240Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8077090Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/demo_backend.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8077910Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8078920Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8079740Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/device_util.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8080540Z 2026-07-24 19:06:55,861 [INFO] copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8081470Z 2026-07-24 19:06:55,862 [INFO] copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8082320Z 2026-07-24 19:06:55,862 [INFO] copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8083190Z 2026-07-24 19:06:55,862 [INFO] copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8084070Z 2026-07-24 19:06:55,862 [INFO] copying src/executorch/exir/backend/test/test_group_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8084900Z 2026-07-24 19:06:55,863 [INFO] copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8085730Z 2026-07-24 19:06:55,863 [INFO] copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8086560Z 2026-07-24 19:06:55,863 [INFO] copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test 2026-07-24T19:06:56.8087290Z 2026-07-24 19:06:55,863 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8088120Z 2026-07-24 19:06:55,863 [INFO] copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8089160Z 2026-07-24 19:06:55,863 [INFO] copying src/executorch/exir/backend/canonical_partitioners/group_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8093350Z 2026-07-24 19:06:55,864 [INFO] copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8094450Z 2026-07-24 19:06:55,864 [INFO] copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8095580Z 2026-07-24 19:06:55,864 [INFO] copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8096670Z 2026-07-24 19:06:55,864 [INFO] copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:56.8097480Z 2026-07-24 19:06:55,864 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos 2026-07-24T19:06:56.8098230Z 2026-07-24 19:06:55,864 [INFO] copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos 2026-07-24T19:06:56.8099000Z 2026-07-24 19:06:55,865 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:56.8099810Z 2026-07-24 19:06:55,865 [INFO] copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:56.8100790Z 2026-07-24 19:06:55,865 [INFO] copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:56.8101780Z 2026-07-24 19:06:55,865 [INFO] copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:56.8102480Z 2026-07-24 19:06:55,865 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/test 2026-07-24T19:06:56.8103170Z 2026-07-24 19:06:55,865 [INFO] copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/test 2026-07-24T19:06:56.8103880Z 2026-07-24 19:06:55,865 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated 2026-07-24T19:06:56.8104580Z 2026-07-24 19:06:55,866 [INFO] copying src/executorch/exir/_serialize/generated/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated 2026-07-24T19:06:56.8105260Z 2026-07-24 19:06:55,866 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8105920Z 2026-07-24 19:06:55,866 [INFO] copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8106710Z 2026-07-24 19:06:55,866 [INFO] copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8107540Z 2026-07-24 19:06:55,866 [INFO] copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8108390Z 2026-07-24 19:06:55,866 [INFO] copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8109210Z 2026-07-24 19:06:55,867 [INFO] copying src/executorch/exir/_serialize/test/test_serialize.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8110030Z 2026-07-24 19:06:55,867 [INFO] copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8110900Z 2026-07-24 19:06:55,867 [INFO] copying src/executorch/exir/_serialize/test/test_flatbuffer_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test 2026-07-24T19:06:56.8111700Z 2026-07-24 19:06:55,868 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8112690Z 2026-07-24 19:06:55,868 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/IntList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8113820Z 2026-07-24 19:06:55,868 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/FreeCall.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8114950Z 2026-07-24 19:06:55,868 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/MoveCall.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8116100Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/ExtraTensorInfo.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8117290Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/ContainerMetadata.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8118450Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorDataLocation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8119670Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8120760Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Chain.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8121890Z 2026-07-24 19:06:55,869 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/AllocationDetails.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8123040Z 2026-07-24 19:06:55,870 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/KernelTypes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8124140Z 2026-07-24 19:06:55,870 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Bool.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8125230Z 2026-07-24 19:06:55,870 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Null.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8126350Z 2026-07-24 19:06:55,870 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/DelegateCall.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8127500Z 2026-07-24 19:06:55,870 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Operator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8128650Z 2026-07-24 19:06:55,871 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/OptionalTensorList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8129840Z 2026-07-24 19:06:55,871 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/ScalarType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8131020Z 2026-07-24 19:06:55,871 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8132150Z 2026-07-24 19:06:55,871 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/BoolList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8133280Z 2026-07-24 19:06:55,871 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegate.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8134410Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Tensor.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8135550Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/DeviceType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8136810Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/InstructionArguments.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8138030Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/ExecutionPlan.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8139220Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorShapeDynamism.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8140430Z 2026-07-24 19:06:55,872 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/NonConstBufferDevice.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8141610Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Frame.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8142770Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/JumpFalseCall.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8143940Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Buffer.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8145150Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateInlineData.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8146350Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8147510Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/DataLocation.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8148650Z 2026-07-24 19:06:55,873 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/FrameList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8149890Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/String.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8150980Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Double.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8152070Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/DataSegment.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8153180Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/NamedData.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8154280Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Instruction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8155480Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateDataReference.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8156770Z 2026-07-24 19:06:55,874 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/DoubleList.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8157920Z 2026-07-24 19:06:55,875 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/SubsegmentOffsets.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8159040Z 2026-07-24 19:06:55,875 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/EValue.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8160120Z 2026-07-24 19:06:55,875 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/Int.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8161220Z 2026-07-24 19:06:55,875 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/CompileSpec.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8162340Z 2026-07-24 19:06:55,875 [INFO] copying src/executorch/exir/_serialize/generated/executorch_flatbuffer/KernelCall.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:56.8163160Z 2026-07-24 19:06:55,876 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/test 2026-07-24T19:06:56.8163920Z 2026-07-24 19:06:55,876 [INFO] copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/test 2026-07-24T19:06:56.8164610Z 2026-07-24 19:06:55,876 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend 2026-07-24T19:06:56.8165280Z 2026-07-24 19:06:55,876 [INFO] copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend 2026-07-24T19:06:56.8165930Z 2026-07-24 19:06:55,876 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge 2026-07-24T19:06:56.8166570Z 2026-07-24 19:06:55,877 [INFO] copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge 2026-07-24T19:06:56.8167220Z 2026-07-24 19:06:55,877 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend/test 2026-07-24T19:06:56.8168010Z 2026-07-24 19:06:55,877 [INFO] copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend/test 2026-07-24T19:06:56.8172020Z 2026-07-24 19:06:55,878 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype 2026-07-24T19:06:56.8172720Z 2026-07-24 19:06:55,878 [INFO] copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype 2026-07-24T19:06:56.8173560Z 2026-07-24 19:06:55,879 [INFO] copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype 2026-07-24T19:06:56.8174380Z 2026-07-24 19:06:55,880 [INFO] copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype 2026-07-24T19:06:56.8175090Z 2026-07-24 19:06:55,881 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/test 2026-07-24T19:06:56.8175870Z 2026-07-24 19:06:55,881 [INFO] copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/test 2026-07-24T19:06:56.8176700Z 2026-07-24 19:06:55,881 [INFO] copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/test 2026-07-24T19:06:56.8177500Z 2026-07-24 19:06:55,881 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op 2026-07-24T19:06:56.8178210Z 2026-07-24 19:06:55,881 [INFO] copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op 2026-07-24T19:06:56.8179020Z 2026-07-24 19:06:55,882 [INFO] copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op 2026-07-24T19:06:56.8179720Z 2026-07-24 19:06:55,882 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/arg 2026-07-24T19:06:56.8180400Z 2026-07-24 19:06:55,882 [INFO] copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/arg 2026-07-24T19:06:56.8181220Z 2026-07-24 19:06:55,882 [INFO] copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/arg 2026-07-24T19:06:56.8181910Z 2026-07-24 19:06:55,882 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/spec 2026-07-24T19:06:56.8182610Z 2026-07-24 19:06:55,882 [INFO] copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/spec 2026-07-24T19:06:56.8183450Z 2026-07-24 19:06:55,883 [INFO] copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/spec 2026-07-24T19:06:56.8184150Z 2026-07-24 19:06:55,883 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op/test 2026-07-24T19:06:56.8184880Z 2026-07-24 19:06:55,883 [INFO] copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op/test 2026-07-24T19:06:56.8185600Z 2026-07-24 19:06:55,883 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test 2026-07-24T19:06:56.8186280Z 2026-07-24 19:06:55,883 [INFO] copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test 2026-07-24T19:06:56.8187070Z 2026-07-24 19:06:55,883 [INFO] copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test 2026-07-24T19:06:56.8187920Z 2026-07-24 19:06:55,883 [INFO] copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test 2026-07-24T19:06:56.8188560Z 2026-07-24 19:06:55,884 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/test 2026-07-24T19:06:56.8189170Z 2026-07-24 19:06:55,884 [INFO] copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/test 2026-07-24T19:06:56.8189810Z 2026-07-24 19:06:55,884 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/test 2026-07-24T19:06:56.8190490Z 2026-07-24 19:06:55,884 [INFO] copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/test 2026-07-24T19:06:56.8191150Z 2026-07-24 19:06:55,884 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8191770Z 2026-07-24 19:06:55,884 [INFO] copying src/executorch/export/tests/test_target_recipes.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8192550Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_recipe_provider.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8193310Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_export_session.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8194140Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_recipe_registry.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8194920Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_executorch_export.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8195690Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_export_recipe.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8196450Z 2026-07-24 19:06:55,885 [INFO] copying src/executorch/export/tests/test_export_stages.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests 2026-07-24T19:06:56.8196940Z 2026-07-24 19:06:55,895 [INFO] running egg_info 2026-07-24T19:06:56.8197190Z 2026-07-24 19:06:55,900 [INFO] creating executorch.egg-info 2026-07-24T19:06:56.8197480Z 2026-07-24 19:06:55,900 [INFO] writing executorch.egg-info/PKG-INFO 2026-07-24T19:06:56.8197860Z 2026-07-24 19:06:55,901 [INFO] writing dependency_links to executorch.egg-info/dependency_links.txt 2026-07-24T19:06:56.8198300Z 2026-07-24 19:06:55,901 [INFO] writing entry points to executorch.egg-info/entry_points.txt 2026-07-24T19:06:56.8198700Z 2026-07-24 19:06:55,902 [INFO] writing requirements to executorch.egg-info/requires.txt 2026-07-24T19:06:56.8199100Z 2026-07-24 19:06:55,902 [INFO] writing top-level names to executorch.egg-info/top_level.txt 2026-07-24T19:06:56.8199490Z 2026-07-24 19:06:55,902 [INFO] writing manifest file 'executorch.egg-info/SOURCES.txt' 2026-07-24T19:06:56.8199890Z 2026-07-24 19:06:56,465 [INFO] reading manifest file 'executorch.egg-info/SOURCES.txt' 2026-07-24T19:06:56.8200230Z 2026-07-24 19:06:56,465 [INFO] adding license file 'LICENSE' 2026-07-24T19:06:56.8200550Z 2026-07-24 19:06:56,493 [INFO] writing manifest file 'executorch.egg-info/SOURCES.txt' 2026-07-24T19:06:56.8201070Z 2026-07-24 19:06:56,737 [INFO] copying src/executorch/schema/program.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema 2026-07-24T19:06:56.8201740Z 2026-07-24 19:06:56,737 [INFO] copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema 2026-07-24T19:06:56.8202400Z 2026-07-24 19:06:56,737 [INFO] copying src/executorch/exir/delegate.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir 2026-07-24T19:06:56.8203110Z 2026-07-24 19:06:56,738 [INFO] copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized 2026-07-24T19:06:56.8203960Z 2026-07-24 19:06:56,738 [INFO] copying src/executorch/kernels/portable/custom_ops.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable 2026-07-24T19:06:56.8204740Z 2026-07-24 19:06:56,738 [INFO] copying src/executorch/kernels/portable/et_copy_ops.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable 2026-07-24T19:06:56.8205530Z 2026-07-24 19:06:56,738 [INFO] copying src/executorch/kernels/portable/functions.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable 2026-07-24T19:06:56.8206360Z 2026-07-24 19:06:56,738 [INFO] copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test 2026-07-24T19:06:56.8207250Z 2026-07-24 19:06:56,739 [INFO] copying src/executorch/kernels/portable/test/supported_features_def.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test 2026-07-24T19:06:56.8208100Z 2026-07-24 19:06:56,739 [INFO] copying src/executorch/extension/pybindings/data_loader.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:56.8208910Z 2026-07-24 19:06:56,739 [INFO] copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:56.8209780Z 2026-07-24 19:06:56,739 [INFO] copying src/executorch/extension/llm/runner/_llm_runner.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner 2026-07-24T19:06:56.8210790Z 2026-07-24 19:06:56,739 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2026-07-24T19:06:56.8212070Z 2026-07-24 19:06:56,740 [INFO] copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2026-07-24T19:06:56.8213230Z 2026-07-24 19:06:56,740 [INFO] copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings 2026-07-24T19:06:56.8214170Z 2026-07-24 19:06:56,740 [INFO] copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:56.8215120Z 2026-07-24 19:06:56,740 [INFO] copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:56.8216220Z 2026-07-24 19:06:56,741 [INFO] copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml 2026-07-24T19:06:56.8217130Z 2026-07-24 19:06:56,741 [INFO] copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization 2026-07-24T19:06:56.8218090Z 2026-07-24 19:06:56,741 [INFO] copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization 2026-07-24T19:06:56.8218880Z 2026-07-24 19:06:56,741 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:56.8219710Z 2026-07-24 19:06:56,741 [INFO] copying src/executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_attn_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:56.8220720Z 2026-07-24 19:06:56,741 [INFO] copying src/executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_out.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:56.8221630Z 2026-07-24 19:06:56,742 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/rms_norm 2026-07-24T19:06:56.8222440Z 2026-07-24 19:06:56,742 [INFO] copying src/executorch/backends/webgpu/runtime/ops/rms_norm/rms_norm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/rms_norm 2026-07-24T19:06:56.8223260Z 2026-07-24 19:06:56,742 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/update_cache 2026-07-24T19:06:56.8224150Z 2026-07-24 19:06:56,742 [INFO] copying src/executorch/backends/webgpu/runtime/ops/update_cache/update_cache.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/update_cache 2026-07-24T19:06:56.8225030Z 2026-07-24 19:06:56,742 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/boolean_op 2026-07-24T19:06:56.8225900Z 2026-07-24 19:06:56,742 [INFO] copying src/executorch/backends/webgpu/runtime/ops/boolean_op/boolean_op.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/boolean_op 2026-07-24T19:06:56.8226770Z 2026-07-24 19:06:56,742 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/softmax 2026-07-24T19:06:56.8227700Z 2026-07-24 19:06:56,742 [INFO] copying src/executorch/backends/webgpu/runtime/ops/softmax/softmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/softmax 2026-07-24T19:06:56.8231690Z 2026-07-24 19:06:56,743 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa_fd_decode 2026-07-24T19:06:56.8232600Z 2026-07-24 19:06:56,743 [INFO] copying src/executorch/backends/webgpu/runtime/ops/sdpa_fd_decode/sdpa_fd_split.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa_fd_decode 2026-07-24T19:06:56.8233480Z 2026-07-24 19:06:56,743 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/binary_op 2026-07-24T19:06:56.8234320Z 2026-07-24 19:06:56,743 [INFO] copying src/executorch/backends/webgpu/runtime/ops/binary_op/binary_op.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/binary_op 2026-07-24T19:06:56.8235170Z 2026-07-24 19:06:56,743 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/quantized_linear 2026-07-24T19:06:56.8236100Z 2026-07-24 19:06:56,743 [INFO] copying src/executorch/backends/webgpu/runtime/ops/quantized_linear/q4gsw_linear_gemm_steel.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/quantized_linear 2026-07-24T19:06:56.8237200Z 2026-07-24 19:06:56,743 [INFO] copying src/executorch/backends/samsung/serialization/compile_options_def.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization 2026-07-24T19:06:56.8238170Z 2026-07-24 19:06:56,744 [INFO] copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization 2026-07-24T19:06:56.8238940Z 2026-07-24 19:06:56,744 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:56.8239770Z 2026-07-24 19:06:56,744 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:56.8240780Z 2026-07-24 19:06:56,744 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:56.8241780Z 2026-07-24 19:06:56,744 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:56.8242860Z 2026-07-24 19:06:56,744 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.0490150Z 2026-07-24 19:06:56,745 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.0491570Z 2026-07-24 19:06:56,745 [INFO] copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.0492380Z 2026-07-24 19:06:56,745 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.0493120Z 2026-07-24 19:06:56,745 [INFO] copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.0494100Z 2026-07-24 19:06:56,745 [INFO] copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.0495020Z 2026-07-24 19:06:56,745 [INFO] copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.0496090Z 2026-07-24 19:06:56,745 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.0496880Z 2026-07-24 19:06:56,746 [INFO] copying src/executorch/backends/vulkan/test/custom_ops/glsl/add.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.0497870Z 2026-07-24 19:06:56,746 [INFO] copying src/executorch/backends/vulkan/test/custom_ops/glsl/q4gsw_linear_gemv__w_4x8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.0498700Z 2026-07-24 19:06:56,746 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0499510Z 2026-07-24 19:06:56,746 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/adamw_step.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0500560Z 2026-07-24 19:06:56,746 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/apply_rotary_emb_interleaved.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0501620Z 2026-07-24 19:06:56,746 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0502640Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0503760Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0504760Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0505770Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0507090Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0508240Z 2026-07-24 19:06:56,747 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0509320Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0510420Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0511560Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0512700Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0513950Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_per_row.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0515090Z 2026-07-24 19:06:56,748 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0516160Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/col2im.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0517190Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0518290Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0519290Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0520290Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_dw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0521360Z 2026-07-24 19:06:56,749 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_pw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0522350Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0523340Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0524460Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0525730Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0526810Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_q8ta_q8csw_q8to.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0528070Z 2026-07-24 19:06:56,750 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0529260Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_gemm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0530300Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_im2col.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0531370Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0532510Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0533680Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_q8ta_q8csw_q8to_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0534770Z 2026-07-24 19:06:56,751 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0535930Z 2026-07-24 19:06:56,752 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0537020Z 2026-07-24 19:06:56,752 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8csw_linear_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0538210Z 2026-07-24 19:06:56,752 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_linear_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0539420Z 2026-07-24 19:06:56,752 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0540720Z 2026-07-24 19:06:56,752 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to_linear_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0541820Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0542960Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0549860Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/coopmat_mm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0551190Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0552340Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_legacy.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0553470Z 2026-07-24 19:06:56,753 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_q4gsw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0554490Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0555600Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0556620Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0557720Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0558730Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0559830Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0560840Z 2026-07-24 19:06:56,754 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0561930Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce_sum.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0562960Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/gather_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0564080Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/gather_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0565110Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0566250Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_sampler_2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0567460Z 2026-07-24 19:06:56,755 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0568580Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0569740Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/im2col.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0570880Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/im2col_packed_int8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0571930Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0572950Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0574000Z 2026-07-24 19:06:56,756 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0575200Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0576360Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0577420Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/int8x4_buffer_to_nchw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0578460Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dW.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0579610Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_q4gsw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0582520Z 2026-07-24 19:06:56,757 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_qw_coopmat.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0585490Z 2026-07-24 19:06:56,758 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_coop.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0588090Z 2026-07-24 19:06:56,758 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0591050Z 2026-07-24 19:06:56,758 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8csw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0593640Z 2026-07-24 19:06:56,758 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8ta_q8csw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0596260Z 2026-07-24 19:06:56,759 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0598970Z 2026-07-24 19:06:56,759 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0602550Z 2026-07-24 19:06:56,759 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0605170Z 2026-07-24 19:06:56,759 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qw_coopmat.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0607700Z 2026-07-24 19:06:56,759 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_scalar.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0610070Z 2026-07-24 19:06:56,760 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_vec.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0612440Z 2026-07-24 19:06:56,760 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_scalar.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0614780Z 2026-07-24 19:06:56,760 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_vec.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0617960Z 2026-07-24 19:06:56,761 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0620440Z 2026-07-24 19:06:56,761 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0623100Z 2026-07-24 19:06:56,762 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0626010Z 2026-07-24 19:06:56,763 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0627300Z 2026-07-24 19:06:56,763 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0628390Z 2026-07-24 19:06:56,764 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0629510Z 2026-07-24 19:06:56,764 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_int8x4_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0630550Z 2026-07-24 19:06:56,764 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0631590Z 2026-07-24 19:06:56,765 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_conv2d_gemm_weight.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0632690Z 2026-07-24 19:06:56,765 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_fp_linear_weight.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0633850Z 2026-07-24 19:06:56,766 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0635270Z 2026-07-24 19:06:56,766 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0636390Z 2026-07-24 19:06:56,767 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight__w_4x8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0637490Z 2026-07-24 19:06:56,767 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_dw_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0638560Z 2026-07-24 19:06:56,768 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_weights.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0639630Z 2026-07-24 19:06:56,768 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_linear_weight.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0640660Z 2026-07-24 19:06:56,769 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0641790Z 2026-07-24 19:06:56,769 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0642850Z 2026-07-24 19:06:56,770 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0643900Z 2026-07-24 19:06:56,770 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0644960Z 2026-07-24 19:06:56,771 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0646020Z 2026-07-24 19:06:56,771 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0647050Z 2026-07-24 19:06:56,771 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_backward.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0648110Z 2026-07-24 19:06:56,771 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__tin__w_4x8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0649180Z 2026-07-24 19:06:56,772 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__w_4x8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0650280Z 2026-07-24 19:06:56,772 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemv_coop__w_4x8.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0651350Z 2026-07-24 19:06:56,772 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_requant.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0652370Z 2026-07-24 19:06:56,772 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_binary.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0653560Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_clone.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0654580Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0655610Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_dw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0656610Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_pw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0657660Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_transposed.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0658710Z 2026-07-24 19:06:56,773 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_dequantize.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0659850Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_im2col.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0660940Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0661970Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear_gemv.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0663010Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_pixel_shuffle.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0664030Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_quantize.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0665050Z 2026-07-24 19:06:56,774 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_unary.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0666470Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0667980Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w_with_group_sums.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0669100Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4w4c.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0670170Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_im2col.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0671190Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0672320Z 2026-07-24 19:06:56,775 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0673400Z 2026-07-24 19:06:56,776 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce_per_row_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0674430Z 2026-07-24 19:06:56,776 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0675460Z 2026-07-24 19:06:56,776 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0676520Z 2026-07-24 19:06:56,776 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0677730Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0678870Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0679880Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0681000Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0682060Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding_hf.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0683390Z 2026-07-24 19:06:56,777 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0685070Z 2026-07-24 19:06:56,778 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weights_softmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0686210Z 2026-07-24 19:06:56,778 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_coop.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0687330Z 2026-07-24 19:06:56,778 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0688420Z 2026-07-24 19:06:56,778 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_coop.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0689460Z 2026-07-24 19:06:56,778 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_tiled.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0693940Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_kv_cache_update.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0696550Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0699170Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0701650Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0704430Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/split_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0707220Z 2026-07-24 19:06:56,779 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/split_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0709720Z 2026-07-24 19:06:56,780 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0711420Z 2026-07-24 19:06:56,780 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0713170Z 2026-07-24 19:06:56,780 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0715910Z 2026-07-24 19:06:56,780 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0719200Z 2026-07-24 19:06:56,780 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized_4x4.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0721950Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0724490Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unpack_4w4c_and_dequantize.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0727240Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0729750Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0732220Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0734980Z 2026-07-24 19:06:56,781 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0737920Z 2026-07-24 19:06:56,782 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0740350Z 2026-07-24 19:06:56,782 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0742840Z 2026-07-24 19:06:56,782 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0745330Z 2026-07-24 19:06:56,782 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view_texture.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0748100Z 2026-07-24 19:06:56,782 [INFO] copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.0750590Z 2026-07-24 19:06:56,783 [INFO] copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.0752850Z 2026-07-24 19:06:56,783 [INFO] copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.0755620Z 2026-07-24 19:06:56,783 [INFO] copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party 2026-07-24T19:06:57.0758290Z 2026-07-24 19:06:56,783 [INFO] copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:57.0760860Z 2026-07-24 19:06:56,783 [INFO] copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:57.0763080Z 2026-07-24 19:06:56,784 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:57.0765430Z 2026-07-24 19:06:56,784 [INFO] copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:57.0767820Z 2026-07-24 19:06:56,784 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0770740Z 2026-07-24 19:06:56,784 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0773490Z 2026-07-24 19:06:56,785 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0776090Z 2026-07-24 19:06:56,785 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0778880Z 2026-07-24 19:06:56,785 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0782100Z 2026-07-24 19:06:56,785 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0785320Z 2026-07-24 19:06:56,785 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0788040Z 2026-07-24 19:06:56,786 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0791390Z 2026-07-24 19:06:56,786 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0792790Z 2026-07-24 19:06:56,786 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0794100Z 2026-07-24 19:06:56,786 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0795630Z 2026-07-24 19:06:56,786 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0796860Z 2026-07-24 19:06:56,787 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0798010Z 2026-07-24 19:06:56,787 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0799180Z 2026-07-24 19:06:56,787 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0800340Z 2026-07-24 19:06:56,787 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0801510Z 2026-07-24 19:06:56,788 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.0802420Z 2026-07-24 19:06:56,788 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0803340Z 2026-07-24 19:06:56,788 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0804500Z 2026-07-24 19:06:56,788 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0805630Z 2026-07-24 19:06:56,788 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0806720Z 2026-07-24 19:06:56,788 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0808020Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0809140Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0810240Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0811320Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0812400Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0813460Z 2026-07-24 19:06:56,789 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0814720Z 2026-07-24 19:06:56,790 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0815830Z 2026-07-24 19:06:56,790 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0816910Z 2026-07-24 19:06:56,790 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0817970Z 2026-07-24 19:06:56,790 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0819050Z 2026-07-24 19:06:56,790 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0820220Z 2026-07-24 19:06:56,791 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0821270Z 2026-07-24 19:06:56,791 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0822460Z 2026-07-24 19:06:56,791 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0823560Z 2026-07-24 19:06:56,791 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0824660Z 2026-07-24 19:06:56,791 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0825740Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0826980Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0828040Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0829140Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0830260Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0831380Z 2026-07-24 19:06:56,792 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0832460Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0833730Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0834880Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0836140Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-f16-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0837400Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0840690Z 2026-07-24 19:06:56,793 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0843320Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0845050Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0846310Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc2w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0847590Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0848760Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0850230Z 2026-07-24 19:06:56,794 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0851500Z 2026-07-24 19:06:56,795 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0852830Z 2026-07-24 19:06:56,795 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc2w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0853990Z 2026-07-24 19:06:56,795 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0855150Z 2026-07-24 19:06:56,795 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0856300Z 2026-07-24 19:06:56,795 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0858230Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0863170Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0866180Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0869790Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc2w-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0873040Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0875890Z 2026-07-24 19:06:56,796 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0878760Z 2026-07-24 19:06:56,797 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0881710Z 2026-07-24 19:06:56,797 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0884600Z 2026-07-24 19:06:56,797 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0887380Z 2026-07-24 19:06:56,797 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0891330Z 2026-07-24 19:06:56,797 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0894200Z 2026-07-24 19:06:56,798 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0895440Z 2026-07-24 19:06:56,798 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0896500Z 2026-07-24 19:06:56,798 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.0897610Z 2026-07-24 19:06:56,798 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.0898750Z 2026-07-24 19:06:56,798 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-gn-tests.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.0900610Z 2026-07-24 19:06:56,799 [INFO] copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.0901870Z 2026-07-24 19:06:56,799 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.0903020Z 2026-07-24 19:06:56,799 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.0904190Z 2026-07-24 19:06:56,799 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.0905300Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:57.0906250Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.0907080Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/arm/tosa/schemas/tosa_1.1.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.0907980Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler.glsl -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0908880Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler.spirv.b64 -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0909780Z 2026-07-24 19:06:56,800 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler.glsl -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0910760Z 2026-07-24 19:06:56,801 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler.spirv.b64 -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0911730Z 2026-07-24 19:06:56,801 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.glsl -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0912890Z 2026-07-24 19:06:56,801 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.spirv.b64 -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0913980Z 2026-07-24 19:06:56,801 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.glsl -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0914950Z 2026-07-24 19:06:56,801 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.spirv.b64 -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0915930Z 2026-07-24 19:06:56,802 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.glsl -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0922730Z 2026-07-24 19:06:56,802 [INFO] copying src/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.spirv.b64 -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.0923680Z 2026-07-24 19:06:56,802 [INFO] copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:57.0924630Z 2026-07-24 19:06:56,802 [INFO] copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:57.0925480Z 2026-07-24 19:06:56,802 [INFO] copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:57.0926300Z 2026-07-24 19:06:56,803 [INFO] copying src/executorch/backends/cadence/aot/functions_vision.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot 2026-07-24T19:06:57.0927140Z 2026-07-24 19:06:56,803 [INFO] copying src/executorch/backends/mlx/serialization/schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization 2026-07-24T19:06:57.0928060Z 2026-07-24 19:06:56,803 [INFO] copying src/executorch/backends/mlx/third-party/mlx/python/mlx/py.typed -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.0928950Z 2026-07-24 19:06:56,804 [INFO] copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/ops 2026-07-24T19:06:57.0929630Z 2026-07-24 19:06:56,804 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/kernel/test 2026-07-24T19:06:57.0930310Z 2026-07-24 19:06:56,804 [INFO] copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/kernel/test 2026-07-24T19:06:57.0930730Z 2026-07-24 19:06:56,804 [INFO] copying src/executorch/codegen/tools/selective_build.pyi -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:57.0931090Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump 2026-07-24T19:06:57.0931430Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump 2026-07-24T19:06:57.0931900Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.0932320Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.0932830Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.0933280Z 2026-07-24 19:06:56,805 [INFO] copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.0933700Z 2026-07-24 19:06:56,806 [INFO] copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.0934110Z 2026-07-24 19:06:56,806 [INFO] copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.0934370Z 2026-07-24 19:06:56,806 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.0934840Z 2026-07-24 19:06:56,806 [INFO] copying src/executorch/examples/models/qwen2_5/config/qwen2_5_coder_xnnpack_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.0935300Z 2026-07-24 19:06:56,806 [INFO] copying src/executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.0935660Z 2026-07-24 19:06:56,806 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config 2026-07-24T19:06:57.0936080Z 2026-07-24 19:06:56,806 [INFO] copying src/executorch/examples/models/lfm2/config/lfm2_mlx_4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config 2026-07-24T19:06:57.0936510Z 2026-07-24 19:06:56,807 [INFO] copying src/executorch/examples/models/lfm2/config/lfm2_xnnpack_fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config 2026-07-24T19:06:57.0936950Z 2026-07-24 19:06:56,807 [INFO] copying src/executorch/examples/models/lfm2/config/lfm2_xnnpack_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config 2026-07-24T19:06:57.0937200Z 2026-07-24 19:06:56,807 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config 2026-07-24T19:06:57.0937640Z 2026-07-24 19:06:56,807 [INFO] copying src/executorch/examples/models/qwen3/config/qwen3_multimethod.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config 2026-07-24T19:06:57.0938070Z 2026-07-24 19:06:56,807 [INFO] copying src/executorch/examples/models/qwen3/config/qwen3_xnnpack_lora.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config 2026-07-24T19:06:57.0938520Z 2026-07-24 19:06:56,807 [INFO] copying src/executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config 2026-07-24T19:06:57.0938860Z 2026-07-24 19:06:56,807 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2026-07-24T19:06:57.0939460Z 2026-07-24 19:06:56,808 [INFO] copying src/executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2026-07-24T19:06:57.0939730Z 2026-07-24 19:06:56,808 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/config 2026-07-24T19:06:57.0940500Z 2026-07-24 19:06:56,808 [INFO] copying src/executorch/examples/models/qwen3_5/config/qwen3_5_xnnpack_fp32.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/config 2026-07-24T19:06:57.0940770Z 2026-07-24 19:06:56,808 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini/config 2026-07-24T19:06:57.0941330Z 2026-07-24 19:06:56,808 [INFO] copying src/executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini/config 2026-07-24T19:06:57.0941770Z 2026-07-24 19:06:56,808 [INFO] copying src/executorch/examples/models/llama/config/llama_attention_sink.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0942180Z 2026-07-24 19:06:56,808 [INFO] copying src/executorch/examples/models/llama/config/llama_bf16.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0942590Z 2026-07-24 19:06:56,809 [INFO] copying src/executorch/examples/models/llama/config/llama_q8da4w.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0943010Z 2026-07-24 19:06:56,809 [INFO] copying src/executorch/examples/models/llama/config/llama_xnnpack.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0943450Z 2026-07-24 19:06:56,809 [INFO] copying src/executorch/examples/models/llama/config/llama_xnnpack_qat.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0943900Z 2026-07-24 19:06:56,809 [INFO] copying src/executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config 2026-07-24T19:06:57.0944330Z 2026-07-24 19:06:56,809 [INFO] copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge 2026-07-24T19:06:57.0944620Z 2026-07-24 19:06:56,933 [INFO] copying schema/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:57.0944880Z 2026-07-24 19:06:56,934 [INFO] copying schema/program.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize 2026-07-24T19:06:57.0945310Z 2026-07-24 19:06:56,934 [INFO] copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.0945710Z 2026-07-24 19:06:56,934 [INFO] copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.0945970Z 2026-07-24 19:06:56,934 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/share/cmake 2026-07-24T19:06:57.0946440Z 2026-07-24 19:06:56,934 [INFO] copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/share/cmake/executorch-config.cmake 2026-07-24T19:06:57.0946750Z 2026-07-24 19:06:56,934 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0947150Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/error.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0947490Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/function_ref.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0947830Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/event_tracer.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0948190Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/device_allocator.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0948510Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/tag.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0948840Z 2026-07-24 19:06:56,935 [INFO] copying runtime/core/named_data_map.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0949360Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0949790Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/memory_allocator.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0950160Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/device_memory_buffer.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0950530Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0950860Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/result.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0951200Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/freeable_buffer.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0951520Z 2026-07-24 19:06:56,936 [INFO] copying runtime/core/defines.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0951860Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/tensor_layout.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0952300Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/data_loader.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0952620Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/span.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0953020Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/evalue.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0953420Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/event_tracer_hooks.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0953780Z 2026-07-24 19:06:56,937 [INFO] copying runtime/core/hierarchical_allocator.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0954110Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/array_ref.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.0954420Z 2026-07-24 19:06:56,938 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0954830Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0955240Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0955640Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/portable_type/half.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0956050Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/portable_type/device.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0956470Z 2026-07-24 19:06:56,938 [INFO] copying runtime/core/portable_type/optional.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0956870Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/scalar.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0957390Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/bits_types.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0957800Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0958220Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0958660Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0959070Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/qint_types.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0959470Z 2026-07-24 19:06:56,939 [INFO] copying runtime/core/portable_type/tensor.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0959860Z 2026-07-24 19:06:56,940 [INFO] copying runtime/core/portable_type/complex.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0960370Z 2026-07-24 19:06:56,940 [INFO] copying runtime/core/portable_type/string_view.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.0960640Z 2026-07-24 19:06:56,940 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/test 2026-07-24T19:06:57.0961020Z 2026-07-24 19:06:56,940 [INFO] copying runtime/core/test/mock_cuda_allocator.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/test 2026-07-24T19:06:57.0961310Z 2026-07-24 19:06:56,940 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten 2026-07-24T19:06:57.0961720Z 2026-07-24 19:06:56,940 [INFO] copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten 2026-07-24T19:06:57.0962100Z 2026-07-24 19:06:56,940 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/testing_util 2026-07-24T19:06:57.0962510Z 2026-07-24 19:06:56,940 [INFO] copying runtime/core/testing_util/error_matchers.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/testing_util 2026-07-24T19:06:57.0962880Z 2026-07-24 19:06:56,940 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0963420Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/Half.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0963990Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0964530Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0965110Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0965740Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0966280Z 2026-07-24 19:06:56,941 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/util/complex.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.0966660Z 2026-07-24 19:06:56,942 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.0967210Z 2026-07-24 19:06:56,942 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/macros/Export.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.0967750Z 2026-07-24 19:06:56,942 [INFO] copying runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.0968080Z 2026-07-24 19:06:56,942 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0968630Z 2026-07-24 19:06:56,942 [INFO] copying runtime/core/portable_type/c10/c10/util/safe_numerics.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0969090Z 2026-07-24 19:06:56,942 [INFO] copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0969580Z 2026-07-24 19:06:56,942 [INFO] copying runtime/core/portable_type/c10/c10/util/llvmMathExtras.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0970070Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0970530Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0971000Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/overflows.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0971470Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0971930Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0972430Z 2026-07-24 19:06:56,943 [INFO] copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0972900Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0973360Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0973880Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0974360Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0974820Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0975290Z 2026-07-24 19:06:56,944 [INFO] copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.0975640Z 2026-07-24 19:06:56,945 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.0976100Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.0976560Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.0976960Z 2026-07-24 19:06:56,945 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0977400Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0977810Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0978230Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0978660Z 2026-07-24 19:06:56,945 [INFO] copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0979090Z 2026-07-24 19:06:56,946 [INFO] copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.0979410Z 2026-07-24 19:06:56,946 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.0979870Z 2026-07-24 19:06:56,946 [INFO] copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.0980320Z 2026-07-24 19:06:56,946 [INFO] copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.0980670Z 2026-07-24 19:06:56,946 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0981050Z 2026-07-24 19:06:56,946 [INFO] copying runtime/executor/program_validation.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0981400Z 2026-07-24 19:06:56,946 [INFO] copying runtime/executor/method_meta.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0981890Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/tensor_parser.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0982230Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/method.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0982590Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/memory_manager.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0982960Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/merged_data_map.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0983310Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/pte_data_map.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0983700Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/platform_memory_allocator.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0988880Z 2026-07-24 19:06:56,947 [INFO] copying runtime/executor/program.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.0989190Z 2026-07-24 19:06:56,947 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/test 2026-07-24T19:06:57.0989730Z 2026-07-24 19:06:56,948 [INFO] copying runtime/executor/test/managed_memory_manager.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/test 2026-07-24T19:06:57.0990000Z 2026-07-24 19:06:56,948 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.0990350Z 2026-07-24 19:06:56,948 [INFO] copying runtime/kernel/kernel_includes.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.0990730Z 2026-07-24 19:06:56,948 [INFO] copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.0991080Z 2026-07-24 19:06:56,948 [INFO] copying runtime/kernel/operator_registry.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.0991490Z 2026-07-24 19:06:56,948 [INFO] copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.0991770Z 2026-07-24 19:06:56,948 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/test 2026-07-24T19:06:57.0992140Z 2026-07-24 19:06:56,948 [INFO] copying runtime/kernel/test/test_util.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/test 2026-07-24T19:06:57.0992400Z 2026-07-24 19:06:56,948 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0992770Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/backend_init_context.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0993100Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/options.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0993440Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/interface.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0993830Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/backend_execution_context.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0994200Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/backend_option_context.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0994660Z 2026-07-24 19:06:56,949 [INFO] copying runtime/backend/backend_options_map.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.0994930Z 2026-07-24 19:06:56,949 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0995270Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/compiler.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0995600Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/types.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0995940Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/runtime.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0996270Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/log.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0996600Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/system.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0996960Z 2026-07-24 19:06:56,950 [INFO] copying runtime/platform/compat_unistd.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0997380Z 2026-07-24 19:06:56,951 [INFO] copying runtime/platform/profiler.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0997800Z 2026-07-24 19:06:56,951 [INFO] copying runtime/platform/assert.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0998140Z 2026-07-24 19:06:56,952 [INFO] copying runtime/platform/platform.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0998480Z 2026-07-24 19:06:56,952 [INFO] copying runtime/platform/clock.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0998800Z 2026-07-24 19:06:56,952 [INFO] copying runtime/platform/abort.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.0999080Z 2026-07-24 19:06:56,952 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.0999470Z 2026-07-24 19:06:56,952 [INFO] copying runtime/platform/test/stub_platform.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.0999830Z 2026-07-24 19:06:56,952 [INFO] copying runtime/platform/test/pal_spy.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.1000120Z 2026-07-24 19:06:56,952 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1000550Z 2026-07-24 19:06:56,952 [INFO] copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1000940Z 2026-07-24 19:06:56,953 [INFO] copying extension/kernel_util/meta_programming.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1001310Z 2026-07-24 19:06:56,953 [INFO] copying extension/kernel_util/type_list.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1001580Z 2026-07-24 19:06:56,953 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1001940Z 2026-07-24 19:06:56,953 [INFO] copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1002410Z 2026-07-24 19:06:56,953 [INFO] copying extension/tensor/tensor_accessor.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1002750Z 2026-07-24 19:06:56,953 [INFO] copying extension/tensor/tensor.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1003100Z 2026-07-24 19:06:56,953 [INFO] copying extension/tensor/tensor_ptr.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1003380Z 2026-07-24 19:06:56,954 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1003770Z 2026-07-24 19:06:56,954 [INFO] copying extension/threadpool/threadpool_guard.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1004200Z 2026-07-24 19:06:56,954 [INFO] copying extension/threadpool/threadpool.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1004580Z 2026-07-24 19:06:56,954 [INFO] copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1004850Z 2026-07-24 19:06:56,954 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated 2026-07-24T19:06:57.1005390Z 2026-07-24 19:06:56,954 [INFO] copying src/executorch/backends/mlx/serialization/_generated/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated 2026-07-24T19:06:57.1005710Z 2026-07-24 19:06:56,955 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1006230Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/CosNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1006770Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccoshNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1007280Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/IfNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1007820Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RandomBitsNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1008350Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SortNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1008870Z 2026-07-24 19:06:56,955 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ProdNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1009400Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MLXGraph.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1009930Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ModIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1010560Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Expm1Node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1011090Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ReciprocalNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1011630Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseOrNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1012160Z 2026-07-24 19:06:56,956 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloatOrVid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1012690Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/VidOrTid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1013220Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LessEqualNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1013800Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Vid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1014330Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1014880Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherMmNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1015390Z 2026-07-24 19:06:56,957 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SumNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1015930Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogSumExpNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1016460Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv3DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1016980Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SinhNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1017500Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/DivideNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1018030Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SigmoidNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1018580Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/BroadcastToNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1019240Z 2026-07-24 19:06:56,958 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseInvertNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1019750Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddmmNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1020270Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotType.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1020900Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeAlongAxisNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1021440Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ReshapeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1021950Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv2DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1022600Z 2026-07-24 19:06:56,959 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1023110Z 2026-07-24 19:06:56,960 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AllNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1023630Z 2026-07-24 19:06:56,960 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SplitNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1024150Z 2026-07-24 19:06:56,960 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgsortNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1024670Z 2026-07-24 19:06:56,960 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/EqualNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1025180Z 2026-07-24 19:06:56,960 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SqrtNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1025740Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterEqualNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1026260Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RollNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1026780Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1027310Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ShapeDim.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1027930Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/CumsumNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1028440Z 2026-07-24 19:06:56,961 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/NegNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1028970Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/VarNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1029520Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TransposeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1030060Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/IndexCopyNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1030590Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccosNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1031250Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SymSizeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1031790Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RsqrtNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1032340Z 2026-07-24 19:06:56,962 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/DequantizeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1032870Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FullLikeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1033410Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1033960Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/InstructionChain.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1034490Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/NamedSlot.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1035010Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MinimumNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1035540Z 2026-07-24 19:06:56,963 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SignNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1036070Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SquareNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1036700Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1037220Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SoftmaxNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1037740Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RoundNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1038270Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LayerNormNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1038820Z 2026-07-24 19:06:56,964 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/PartitionNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1039340Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/PadNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1039980Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalAndNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1040550Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogAddExpNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1041080Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1041610Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanhNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1042130Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/__init__.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1042650Z 2026-07-24 19:06:56,965 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log2Node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1043200Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1043740Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RMSNormNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1044290Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgmaxNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1044840Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AsStridedNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1045420Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TrilNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1045940Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AbsNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1046500Z 2026-07-24 19:06:56,966 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MetalKernelNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1047020Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/CeilNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1047550Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/StackNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1048080Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgminNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1048650Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/WhereNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1049180Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv1DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1049720Z 2026-07-24 19:06:56,967 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SiluNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1050240Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TriNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1050760Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SqueezeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1051270Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MaxNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1051810Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceUpdateNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1052320Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TileNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1052890Z 2026-07-24 19:06:56,968 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose3DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1053410Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FullNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1054050Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MinNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1054590Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RemainderNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1055120Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/OpNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1055660Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LessNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1056230Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalOrNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1056790Z 2026-07-24 19:06:56,969 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose2DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1057470Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ARangeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1058010Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log1pNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1058540Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/NotEqualNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1059090Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseAndNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1059630Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgPartitionNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1062800Z 2026-07-24 19:06:56,970 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1063460Z 2026-07-24 19:06:56,971 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SinNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1063990Z 2026-07-24 19:06:56,971 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/IdCopyNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1064520Z 2026-07-24 19:06:56,971 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinhNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1065040Z 2026-07-24 19:06:56,971 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1065690Z 2026-07-24 19:06:56,971 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ScatterAddNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1066300Z 2026-07-24 19:06:56,972 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherQmmNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1066860Z 2026-07-24 19:06:56,972 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ClipNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1067400Z 2026-07-24 19:06:56,972 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/CoshNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1067940Z 2026-07-24 19:06:56,972 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1068640Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/NoopNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1069180Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MeanNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1069710Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GeluNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1070250Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotVariant.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1070810Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVidOrTid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1071370Z 2026-07-24 19:06:56,973 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConcatenateNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1071920Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ContiguousNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1072480Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpandDimsNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1073080Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1073620Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1074160Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Atan2Node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1074830Z 2026-07-24 19:06:56,974 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Instruction.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1075350Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ErfNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1075870Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TanhNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1076410Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MaximumNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1076940Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RopeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1077560Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/StdNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1078090Z 2026-07-24 19:06:56,975 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Tid.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1078610Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AnyNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1079160Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1079730Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/QuantizedMatmulNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1080270Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MedianNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1080810Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TensorMeta.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1081360Z 2026-07-24 19:06:56,976 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/RepeatNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1081890Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SdpaNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1082420Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TanNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1082970Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1083610Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ScanNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1084150Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/PowerNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1084690Z 2026-07-24 19:06:56,977 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log10Node.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1085210Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ItemIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1085750Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseXorNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1086360Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1086890Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/AsTypeNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1087440Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalNotNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1088020Z 2026-07-24 19:06:56,978 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose1DNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1088580Z 2026-07-24 19:06:56,979 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractIntNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1089120Z 2026-07-24 19:06:56,979 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/TriuNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1511120Z 2026-07-24 19:06:56,979 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1516690Z 2026-07-24 19:06:56,979 [INFO] copying src/executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceNode.py -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.1517090Z 2026-07-24 19:06:56,979 [INFO] running build_ext 2026-07-24T19:06:57.1517870Z 2026-07-24 19:06:56,982 [INFO] creating /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/bin 2026-07-24T19:06:57.1518760Z 2026-07-24 19:06:56,982 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/third-party/flatc_ep/bin/flatc -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/bin 2026-07-24T19:06:57.1519540Z 2026-07-24 19:06:56,995 [INFO] copying tools/wheel/pip_data_bin_init.py.in -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/bin/__init__.py 2026-07-24T19:06:57.1520360Z 2026-07-24 19:06:56,996 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/_portable_lib.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:57.1520990Z 2026-07-24 19:06:57,011 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/data_loader.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:57.1521930Z 2026-07-24 19:06:57,014 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/mlx/mlx/mlx/backend/metal/kernels/mlx.metallib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings 2026-07-24T19:06:57.1522720Z 2026-07-24 19:06:57,017 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/extension/training/_training_lib.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings 2026-07-24T19:06:57.1523630Z 2026-07-24 19:06:57,020 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/codegen/tools/selective_build.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools 2026-07-24T19:06:57.1523920Z 2026-07-24 19:06:57,021 [INFO] creating pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library/_cmsis_nn 2026-07-24T19:06:57.1524770Z 2026-07-24 19:06:57,021 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/cortex_m/cmsis_nn-build/cmsis_nn.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library/_cmsis_nn 2026-07-24T19:06:57.1525470Z 2026-07-24 19:06:57,023 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/extension/llm/runner/_llm_runner.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner 2026-07-24T19:06:57.1526290Z 2026-07-24 19:06:57,029 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/backends/apple/coreml/executorchcoreml.cpython-312-darwin.so -> pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml 2026-07-24T19:06:57.1527270Z 2026-07-24 19:06:57,031 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1528340Z 2026-07-24 19:06:57,033 [INFO] copying /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/temp.macosx-12.1-arm64-cpython-312/cmake-out/kernels/quantized/libquantized_ops_aot_lib.dylib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized 2026-07-24T19:06:57.1529140Z 2026-07-24 19:06:57,033 [INFO] creating /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/lib 2026-07-24T19:06:57.1530610Z 2026-07-24 19:06:57,034 [INFO] copying backends/cuda/runtime/aoti_cuda_shims.lib -> /Users/runner/work/executorch/executorch/pytorch/executorch/pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/lib 2026-07-24T19:06:57.1531520Z 2026-07-24 19:06:57,040 [INFO] installing to pip-out/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:06:57.1531710Z 2026-07-24 19:06:57,040 [INFO] running install 2026-07-24T19:06:57.1531920Z 2026-07-24 19:06:57,043 [INFO] running install_lib 2026-07-24T19:06:57.1532250Z 2026-07-24 19:06:57,045 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:06:57.1532640Z 2026-07-24 19:06:57,046 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch 2026-07-24T19:06:57.1533090Z 2026-07-24 19:06:57,046 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels 2026-07-24T19:06:57.1533590Z 2026-07-24 19:06:57,046 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/quantized 2026-07-24T19:06:57.1534140Z 2026-07-24 19:06:57,046 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/quantized/test 2026-07-24T19:06:57.1535430Z 2026-07-24 19:06:57,046 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized/test 2026-07-24T19:06:57.1536790Z 2026-07-24 19:06:57,046 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized/test 2026-07-24T19:06:57.1538460Z 2026-07-24 19:06:57,046 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized/test 2026-07-24T19:06:57.1539550Z 2026-07-24 19:06:57,046 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized 2026-07-24T19:06:57.1540750Z 2026-07-24 19:06:57,047 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized 2026-07-24T19:06:57.1541950Z 2026-07-24 19:06:57,047 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/quantized/libquantized_ops_aot_lib.dylib -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/quantized 2026-07-24T19:06:57.1542430Z 2026-07-24 19:06:57,047 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/portable 2026-07-24T19:06:57.1543520Z 2026-07-24 19:06:57,047 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/et_copy_ops.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable 2026-07-24T19:06:57.1544590Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/custom_ops.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable 2026-07-24T19:06:57.1545580Z 2026-07-24 19:06:57,048 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/portable/test 2026-07-24T19:06:57.1546740Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/test_grid_sampler_2d_executorch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1547350Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/op_upsample_bilinear2d_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1547940Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/op_upsample_nearest2d_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1548490Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/op_grid_sampler_2d_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1549190Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/supported_features_def.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1549740Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/test/op_upsample_bilinear2d_aa_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable/test 2026-07-24T19:06:57.1550220Z 2026-07-24 19:06:57,048 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable 2026-07-24T19:06:57.1550710Z 2026-07-24 19:06:57,049 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/kernels/portable/functions.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/kernels/portable 2026-07-24T19:06:57.1551080Z 2026-07-24 19:06:57,049 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/version.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch 2026-07-24T19:06:57.1551290Z 2026-07-24 19:06:57,049 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension 2026-07-24T19:06:57.1551510Z 2026-07-24 19:06:57,049 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/apple 2026-07-24T19:06:57.1551880Z 2026-07-24 19:06:57,049 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/apple/ExecuTorch 2026-07-24T19:06:57.1552170Z 2026-07-24 19:06:57,049 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/apple/ExecuTorch/__tests__ 2026-07-24T19:06:57.1552490Z 2026-07-24 19:06:57,050 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/apple/ExecuTorch/__tests__/resources 2026-07-24T19:06:57.1553160Z 2026-07-24 19:06:57,050 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/apple/ExecuTorch/__tests__/resources/generate_coreml_test_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/apple/ExecuTorch/__tests__/resources 2026-07-24T19:06:57.1553380Z 2026-07-24 19:06:57,050 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pytree 2026-07-24T19:06:57.1553620Z 2026-07-24 19:06:57,050 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pytree/test 2026-07-24T19:06:57.1554120Z 2026-07-24 19:06:57,050 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree/test/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pytree/test 2026-07-24T19:06:57.1554590Z 2026-07-24 19:06:57,050 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pytree/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pytree 2026-07-24T19:06:57.1554810Z 2026-07-24 19:06:57,050 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm 2026-07-24T19:06:57.1555050Z 2026-07-24 19:06:57,050 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers 2026-07-24T19:06:57.1555300Z 2026-07-24 19:06:57,051 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/test 2026-07-24T19:06:57.1555830Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/test 2026-07-24T19:06:57.1556390Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test/test_tekken_python.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/test 2026-07-24T19:06:57.1556960Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/test 2026-07-24T19:06:57.1557600Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/test/test_python_bindings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/test 2026-07-24T19:06:57.1557990Z 2026-07-24 19:06:57,051 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1558640Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1558960Z 2026-07-24 19:06:57,051 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2026-07-24T19:06:57.1559380Z 2026-07-24 19:06:57,051 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:57.1560050Z 2026-07-24 19:06:57,051 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:57.1560770Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2026-07-24T19:06:57.1561400Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2026-07-24T19:06:57.1562080Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1562720Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1563330Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1563930Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2026-07-24T19:06:57.1564440Z 2026-07-24 19:06:57,052 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers 2026-07-24T19:06:57.1569730Z 2026-07-24 19:06:57,052 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party 2026-07-24T19:06:57.1570060Z 2026-07-24 19:06:57,053 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:57.1570690Z 2026-07-24 19:06:57,053 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:57.1571010Z 2026-07-24 19:06:57,053 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2026-07-24T19:06:57.1571800Z 2026-07-24 19:06:57,053 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2026-07-24T19:06:57.1572120Z 2026-07-24 19:06:57,053 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:57.1572810Z 2026-07-24 19:06:57,053 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:57.1573460Z 2026-07-24 19:06:57,053 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2026-07-24T19:06:57.1574080Z 2026-07-24 19:06:57,053 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2026-07-24T19:06:57.1574490Z 2026-07-24 19:06:57,054 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2026-07-24T19:06:57.1574820Z 2026-07-24 19:06:57,054 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2026-07-24T19:06:57.1575170Z 2026-07-24 19:06:57,054 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:57.1575870Z 2026-07-24 19:06:57,054 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:57.1576600Z 2026-07-24 19:06:57,054 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2026-07-24T19:06:57.1577270Z 2026-07-24 19:06:57,054 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2026-07-24T19:06:57.1577740Z 2026-07-24 19:06:57,054 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2026-07-24T19:06:57.1578130Z 2026-07-24 19:06:57,054 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:57.1578950Z 2026-07-24 19:06:57,054 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:57.1579720Z 2026-07-24 19:06:57,055 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:57.1580640Z 2026-07-24 19:06:57,055 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:57.1581420Z 2026-07-24 19:06:57,055 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2026-07-24T19:06:57.1581710Z 2026-07-24 19:06:57,055 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json 2026-07-24T19:06:57.1582000Z 2026-07-24 19:06:57,055 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2026-07-24T19:06:57.1582340Z 2026-07-24 19:06:57,055 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2026-07-24T19:06:57.1583360Z 2026-07-24 19:06:57,055 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2026-07-24T19:06:57.1583960Z 2026-07-24 19:06:57,055 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2026-07-24T19:06:57.1584940Z 2026-07-24 19:06:57,055 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2026-07-24T19:06:57.1585380Z 2026-07-24 19:06:57,056 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2026-07-24T19:06:57.1586070Z 2026-07-24 19:06:57,056 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2026-07-24T19:06:57.1586540Z 2026-07-24 19:06:57,056 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2026-07-24T19:06:57.1587290Z 2026-07-24 19:06:57,056 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2026-07-24T19:06:57.1587610Z 2026-07-24 19:06:57,056 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2026-07-24T19:06:57.1588080Z 2026-07-24 19:06:57,056 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2026-07-24T19:06:57.1588430Z 2026-07-24 19:06:57,056 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2026-07-24T19:06:57.1589320Z 2026-07-24 19:06:57,056 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2026-07-24T19:06:57.1589630Z 2026-07-24 19:06:57,057 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2026-07-24T19:06:57.1589960Z 2026-07-24 19:06:57,057 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2026-07-24T19:06:57.1590520Z 2026-07-24 19:06:57,057 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2026-07-24T19:06:57.1591350Z 2026-07-24 19:06:57,057 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2026-07-24T19:06:57.1591640Z 2026-07-24 19:06:57,057 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2026-07-24T19:06:57.1591950Z 2026-07-24 19:06:57,057 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:57.1592550Z 2026-07-24 19:06:57,057 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:57.1593240Z 2026-07-24 19:06:57,057 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:57.1593980Z 2026-07-24 19:06:57,057 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2026-07-24T19:06:57.1594320Z 2026-07-24 19:06:57,058 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2026-07-24T19:06:57.1595100Z 2026-07-24 19:06:57,058 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2026-07-24T19:06:57.1595410Z 2026-07-24 19:06:57,058 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2026-07-24T19:06:57.1596150Z 2026-07-24 19:06:57,058 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2026-07-24T19:06:57.1596520Z 2026-07-24 19:06:57,058 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:57.1597170Z 2026-07-24 19:06:57,058 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:57.1597770Z 2026-07-24 19:06:57,058 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:57.1598490Z 2026-07-24 19:06:57,058 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2026-07-24T19:06:57.1598780Z 2026-07-24 19:06:57,058 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2026-07-24T19:06:57.1599160Z 2026-07-24 19:06:57,059 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1599860Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1600600Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1601280Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1602020Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1602640Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1603440Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1604160Z 2026-07-24 19:06:57,059 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1604800Z 2026-07-24 19:06:57,060 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2026-07-24T19:06:57.1605040Z 2026-07-24 19:06:57,060 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1605640Z 2026-07-24 19:06:57,060 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1605910Z 2026-07-24 19:06:57,060 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant 2026-07-24T19:06:57.1606600Z 2026-07-24 19:06:57,060 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant 2026-07-24T19:06:57.1606890Z 2026-07-24 19:06:57,061 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2026-07-24T19:06:57.1607200Z 2026-07-24 19:06:57,061 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:57.1607900Z 2026-07-24 19:06:57,061 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:57.1608540Z 2026-07-24 19:06:57,061 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2026-07-24T19:06:57.1609250Z 2026-07-24 19:06:57,061 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/op_fallback.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1609790Z 2026-07-24 19:06:57,061 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/test_update_cross_attn_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1610420Z 2026-07-24 19:06:57,061 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1611020Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1611560Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1612060Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1612700Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1613330Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1613850Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1614440Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1615000Z 2026-07-24 19:06:57,062 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/bench_channelwise_gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1615520Z 2026-07-24 19:06:57,063 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/custom_ops 2026-07-24T19:06:57.1615750Z 2026-07-24 19:06:57,063 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/cache 2026-07-24T19:06:57.1616230Z 2026-07-24 19:06:57,063 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache/update_and_attend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/cache 2026-07-24T19:06:57.1616690Z 2026-07-24 19:06:57,063 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/cache 2026-07-24T19:06:57.1617170Z 2026-07-24 19:06:57,063 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache/reference_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/cache 2026-07-24T19:06:57.1617750Z 2026-07-24 19:06:57,063 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/cache/test_update_and_attend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/cache 2026-07-24T19:06:57.1618040Z 2026-07-24 19:06:57,064 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/runner 2026-07-24T19:06:57.1618280Z 2026-07-24 19:06:57,064 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/runner/test 2026-07-24T19:06:57.1618800Z 2026-07-24 19:06:57,064 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/test/test_runner_pybindings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/runner/test 2026-07-24T19:06:57.1619320Z 2026-07-24 19:06:57,064 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/_llm_runner.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/runner 2026-07-24T19:06:57.1619770Z 2026-07-24 19:06:57,065 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/runner 2026-07-24T19:06:57.1620240Z 2026-07-24 19:06:57,065 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/runner/_llm_runner.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/runner 2026-07-24T19:06:57.1620540Z 2026-07-24 19:06:57,066 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/export 2026-07-24T19:06:57.1620770Z 2026-07-24 19:06:57,066 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/export/quant 2026-07-24T19:06:57.1621020Z 2026-07-24 19:06:57,066 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/export/quant/test 2026-07-24T19:06:57.1621610Z 2026-07-24 19:06:57,066 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test/test_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant/test 2026-07-24T19:06:57.1622180Z 2026-07-24 19:06:57,066 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test/test_safetensors_roundtrip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant/test 2026-07-24T19:06:57.1622710Z 2026-07-24 19:06:57,066 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test/test_quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant/test 2026-07-24T19:06:57.1623240Z 2026-07-24 19:06:57,066 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/test/test_convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant/test 2026-07-24T19:06:57.1623740Z 2026-07-24 19:06:57,066 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant 2026-07-24T19:06:57.1624240Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant 2026-07-24T19:06:57.1624730Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant 2026-07-24T19:06:57.1625220Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quant/recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/quant 2026-07-24T19:06:57.1625740Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/mx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1626200Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/gguf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1626520Z 2026-07-24 19:06:57,067 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/export/test 2026-07-24T19:06:57.1627020Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test/test_gguf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/test 2026-07-24T19:06:57.1627510Z 2026-07-24 19:06:57,067 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test/test_int4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/test 2026-07-24T19:06:57.1628000Z 2026-07-24 19:06:57,068 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/test 2026-07-24T19:06:57.1628520Z 2026-07-24 19:06:57,068 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test/test_export_llm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/test 2026-07-24T19:06:57.1629030Z 2026-07-24 19:06:57,068 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/test 2026-07-24T19:06:57.1629270Z 2026-07-24 19:06:57,068 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/export/config 2026-07-24T19:06:57.1629850Z 2026-07-24 19:06:57,068 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/config/llm_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export/config 2026-07-24T19:06:57.1630340Z 2026-07-24 19:06:57,068 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1630810Z 2026-07-24 19:06:57,069 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/int4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1631280Z 2026-07-24 19:06:57,069 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1631760Z 2026-07-24 19:06:57,069 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/export_llm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1632240Z 2026-07-24 19:06:57,069 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1632710Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/nvfp4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1633200Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1633700Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1634180Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1634690Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1635210Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/export/load.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/export 2026-07-24T19:06:57.1635430Z 2026-07-24 19:06:57,070 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/modules 2026-07-24T19:06:57.1635910Z 2026-07-24 19:06:57,070 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules 2026-07-24T19:06:57.1636410Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules 2026-07-24T19:06:57.1636650Z 2026-07-24 19:06:57,071 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/modules/test 2026-07-24T19:06:57.1637210Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/test 2026-07-24T19:06:57.1637700Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/test 2026-07-24T19:06:57.1638260Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/test 2026-07-24T19:06:57.1638990Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test/test_turboquant_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/test 2026-07-24T19:06:57.1639490Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/test 2026-07-24T19:06:57.1639930Z 2026-07-24 19:06:57,071 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules 2026-07-24T19:06:57.1640390Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules 2026-07-24T19:06:57.1640640Z 2026-07-24 19:06:57,072 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/modules/turboquant 2026-07-24T19:06:57.1641160Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant/codebook.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/turboquant 2026-07-24T19:06:57.1641680Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/turboquant 2026-07-24T19:06:57.1642290Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/llm/modules/turboquant/kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/llm/modules/turboquant 2026-07-24T19:06:57.1642500Z 2026-07-24 19:06:57,072 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training 2026-07-24T19:06:57.1642950Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training 2026-07-24T19:06:57.1643190Z 2026-07-24 19:06:57,072 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/pybindings 2026-07-24T19:06:57.1643820Z 2026-07-24 19:06:57,072 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/pybindings 2026-07-24T19:06:57.1644080Z 2026-07-24 19:06:57,073 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/pybindings/test 2026-07-24T19:06:57.1644610Z 2026-07-24 19:06:57,073 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/pybindings/test 2026-07-24T19:06:57.1645150Z 2026-07-24 19:06:57,073 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/pybindings 2026-07-24T19:06:57.1645720Z 2026-07-24 19:06:57,073 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/pybindings/_training_lib.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/pybindings 2026-07-24T19:06:57.1646050Z 2026-07-24 19:06:57,074 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/examples 2026-07-24T19:06:57.1646300Z 2026-07-24 19:06:57,074 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/examples/XOR 2026-07-24T19:06:57.1646940Z 2026-07-24 19:06:57,074 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/XOR 2026-07-24T19:06:57.1647210Z 2026-07-24 19:06:57,074 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/examples/XOR/test 2026-07-24T19:06:57.1647800Z 2026-07-24 19:06:57,074 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/XOR/test 2026-07-24T19:06:57.1648320Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/XOR 2026-07-24T19:06:57.1648580Z 2026-07-24 19:06:57,075 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1649170Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR/train_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1649830Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1650360Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1650920Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR/data_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1651450Z 2026-07-24 19:06:57,075 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/training/examples/CIFAR/main.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/training/examples/CIFAR 2026-07-24T19:06:57.1651670Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/module 2026-07-24T19:06:57.1652010Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/module/test 2026-07-24T19:06:57.1652260Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/module/test/resources 2026-07-24T19:06:57.1652820Z 2026-07-24 19:06:57,076 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/module/test/resources 2026-07-24T19:06:57.1653140Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/wasm 2026-07-24T19:06:57.1653360Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/wasm/test 2026-07-24T19:06:57.1653840Z 2026-07-24 19:06:57,076 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/wasm/test/test_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/wasm/test 2026-07-24T19:06:57.1654070Z 2026-07-24 19:06:57,076 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/gguf_util 2026-07-24T19:06:57.1654540Z 2026-07-24 19:06:57,076 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/gguf_util 2026-07-24T19:06:57.1655010Z 2026-07-24 19:06:57,077 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/gguf_util 2026-07-24T19:06:57.1655370Z 2026-07-24 19:06:57,077 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/gguf_util/converters 2026-07-24T19:06:57.1655910Z 2026-07-24 19:06:57,077 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/gguf_util/converters 2026-07-24T19:06:57.1656470Z 2026-07-24 19:06:57,077 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/gguf_util/converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/gguf_util 2026-07-24T19:06:57.1656680Z 2026-07-24 19:06:57,077 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/image 2026-07-24T19:06:57.1656910Z 2026-07-24 19:06:57,078 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/image/benchmark 2026-07-24T19:06:57.1657440Z 2026-07-24 19:06:57,078 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/image/benchmark/compare_benchmarks.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/image/benchmark 2026-07-24T19:06:57.1657730Z 2026-07-24 19:06:57,078 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings 2026-07-24T19:06:57.1657950Z 2026-07-24 19:06:57,078 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings/test 2026-07-24T19:06:57.1658450Z 2026-07-24 19:06:57,078 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings/test 2026-07-24T19:06:57.1658980Z 2026-07-24 19:06:57,078 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings/test 2026-07-24T19:06:57.1659500Z 2026-07-24 19:06:57,078 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings/test 2026-07-24T19:06:57.1660140Z 2026-07-24 19:06:57,078 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/_portable_lib.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1660730Z 2026-07-24 19:06:57,085 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1661190Z 2026-07-24 19:06:57,085 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/mlx.metallib -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1661670Z 2026-07-24 19:06:57,086 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1662160Z 2026-07-24 19:06:57,086 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/data_loader.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1662680Z 2026-07-24 19:06:57,086 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/pybindings/data_loader.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/pybindings 2026-07-24T19:06:57.1662940Z 2026-07-24 19:06:57,086 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/audio 2026-07-24T19:06:57.1663490Z 2026-07-24 19:06:57,086 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/audio/mel_spectrogram.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/audio 2026-07-24T19:06:57.1663860Z 2026-07-24 19:06:57,087 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/flat_tensor 2026-07-24T19:06:57.1664140Z 2026-07-24 19:06:57,087 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/flat_tensor/test 2026-07-24T19:06:57.1664640Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/test 2026-07-24T19:06:57.1666640Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor 2026-07-24T19:06:57.1667460Z 2026-07-24 19:06:57,087 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1668720Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1670220Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1672150Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1673500Z 2026-07-24 19:06:57,087 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1675050Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/flat_tensor/serialize 2026-07-24T19:06:57.1675780Z 2026-07-24 19:06:57,088 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/export_util 2026-07-24T19:06:57.1677140Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/export_util/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/export_util 2026-07-24T19:06:57.1678980Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/extension/export_util/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/extension/export_util 2026-07-24T19:06:57.1679780Z 2026-07-24 19:06:57,088 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/util 2026-07-24T19:06:57.1680290Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util/python_profiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/util 2026-07-24T19:06:57.1680710Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util/collect_env.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/util 2026-07-24T19:06:57.1681150Z 2026-07-24 19:06:57,088 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/util/activation_memory_profiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/util 2026-07-24T19:06:57.1681350Z 2026-07-24 19:06:57,089 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include 2026-07-24T19:06:57.1681570Z 2026-07-24 19:06:57,089 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch 2026-07-24T19:06:57.1681810Z 2026-07-24 19:06:57,089 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/extension 2026-07-24T19:06:57.1682090Z 2026-07-24 19:06:57,089 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1682880Z 2026-07-24 19:06:57,089 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1683490Z 2026-07-24 19:06:57,089 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1684120Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/threadpool 2026-07-24T19:06:57.1684420Z 2026-07-24 19:06:57,090 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1685070Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1685720Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1686300Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/kernel_util 2026-07-24T19:06:57.1686560Z 2026-07-24 19:06:57,090 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1687140Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1687730Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1688470Z 2026-07-24 19:06:57,090 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1689040Z 2026-07-24 19:06:57,091 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/extension/tensor 2026-07-24T19:06:57.1689300Z 2026-07-24 19:06:57,091 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime 2026-07-24T19:06:57.1689560Z 2026-07-24 19:06:57,091 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1690090Z 2026-07-24 19:06:57,091 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1690640Z 2026-07-24 19:06:57,091 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1691190Z 2026-07-24 19:06:57,091 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1691900Z 2026-07-24 19:06:57,091 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/device_allocator.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1692440Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1692740Z 2026-07-24 19:06:57,092 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1693340Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1693980Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1694570Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1695150Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1695750Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1696350Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1696960Z 2026-07-24 19:06:57,092 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1697830Z 2026-07-24 19:06:57,093 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1698480Z 2026-07-24 19:06:57,093 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1698780Z 2026-07-24 19:06:57,093 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2026-07-24T19:06:57.1699100Z 2026-07-24 19:06:57,093 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch 2026-07-24T19:06:57.1699450Z 2026-07-24 19:06:57,093 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly 2026-07-24T19:06:57.1699810Z 2026-07-24 19:06:57,093 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1700660Z 2026-07-24 19:06:57,093 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/Half.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1701430Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1702180Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1702960Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1703710Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1704470Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/complex.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util 2026-07-24T19:06:57.1704860Z 2026-07-24 19:06:57,094 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.1705650Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.1706430Z 2026-07-24 19:06:57,094 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros 2026-07-24T19:06:57.1706870Z 2026-07-24 19:06:57,095 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2026-07-24T19:06:57.1707210Z 2026-07-24 19:06:57,095 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1707900Z 2026-07-24 19:06:57,095 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/safe_numerics.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1708580Z 2026-07-24 19:06:57,095 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1709290Z 2026-07-24 19:06:57,095 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/llvmMathExtras.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1710140Z 2026-07-24 19:06:57,095 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1710840Z 2026-07-24 19:06:57,095 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1711520Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/overflows.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1712210Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1712880Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1713590Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1714270Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1714920Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1715580Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1716360Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1717040Z 2026-07-24 19:06:57,096 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1717740Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2026-07-24T19:06:57.1718100Z 2026-07-24 19:06:57,097 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.1718810Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.1719710Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2026-07-24T19:06:57.1720350Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1720990Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1721630Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1722260Z 2026-07-24 19:06:57,097 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1722900Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/portable_type 2026-07-24T19:06:57.1723190Z 2026-07-24 19:06:57,098 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/test 2026-07-24T19:06:57.1723810Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/test/mock_cuda_allocator.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/test 2026-07-24T19:06:57.1724400Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1725000Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1725810Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1726410Z 2026-07-24 19:06:57,098 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/device_memory_buffer.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1727020Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1727570Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1727880Z 2026-07-24 19:06:57,099 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten 2026-07-24T19:06:57.1728490Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2026-07-24T19:06:57.1728910Z 2026-07-24 19:06:57,099 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1729720Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1730380Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1731030Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1731720Z 2026-07-24 19:06:57,099 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1732370Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2026-07-24T19:06:57.1732740Z 2026-07-24 19:06:57,100 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.1733410Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.1734560Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2026-07-24T19:06:57.1735220Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1735960Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1736520Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1737080Z 2026-07-24 19:06:57,100 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1737620Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1738170Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1738930Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1739560Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1740100Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core 2026-07-24T19:06:57.1740400Z 2026-07-24 19:06:57,101 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/core/testing_util 2026-07-24T19:06:57.1741030Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/core/testing_util/error_matchers.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/core/testing_util 2026-07-24T19:06:57.1741320Z 2026-07-24 19:06:57,101 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1742090Z 2026-07-24 19:06:57,101 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1742390Z 2026-07-24 19:06:57,102 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.1742990Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.1743570Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform/test 2026-07-24T19:06:57.1744120Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1744740Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1745280Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1745840Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1746410Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1746960Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1747500Z 2026-07-24 19:06:57,102 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1748090Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1748630Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1749210Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/platform 2026-07-24T19:06:57.1749470Z 2026-07-24 19:06:57,103 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1750060Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/backend_init_context.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1750590Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/options.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1751150Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/interface.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1751740Z 2026-07-24 19:06:57,103 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/backend_execution_context.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1752310Z 2026-07-24 19:06:57,105 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/backend_option_context.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1752870Z 2026-07-24 19:06:57,105 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/backend/backend_options_map.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/backend 2026-07-24T19:06:57.1753200Z 2026-07-24 19:06:57,105 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1753770Z 2026-07-24 19:06:57,106 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/program_validation.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1754320Z 2026-07-24 19:06:57,106 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/method_meta.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1754600Z 2026-07-24 19:06:57,106 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/executor/test 2026-07-24T19:06:57.1755210Z 2026-07-24 19:06:57,106 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/test/managed_memory_manager.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor/test 2026-07-24T19:06:57.1755780Z 2026-07-24 19:06:57,106 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/tensor_parser.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1756330Z 2026-07-24 19:06:57,107 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/method.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1756980Z 2026-07-24 19:06:57,107 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/memory_manager.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1757540Z 2026-07-24 19:06:57,107 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/merged_data_map.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1758090Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/pte_data_map.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1758690Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/platform_memory_allocator.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1759240Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/executor/program.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/executor 2026-07-24T19:06:57.1759500Z 2026-07-24 19:06:57,108 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.1759770Z 2026-07-24 19:06:57,108 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/include/executorch/runtime/kernel/test 2026-07-24T19:06:57.1760350Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/kernel/test 2026-07-24T19:06:57.1760910Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.1761510Z 2026-07-24 19:06:57,108 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.1762250Z 2026-07-24 19:06:57,109 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.1762820Z 2026-07-24 19:06:57,109 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/include/executorch/runtime/kernel 2026-07-24T19:06:57.1763010Z 2026-07-24 19:06:57,109 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends 2026-07-24T19:06:57.1763210Z 2026-07-24 19:06:57,109 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple 2026-07-24T19:06:57.1763430Z 2026-07-24 19:06:57,109 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps 2026-07-24T19:06:57.1763720Z 2026-07-24 19:06:57,109 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps/test 2026-07-24T19:06:57.1764210Z 2026-07-24 19:06:57,109 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1764710Z 2026-07-24 19:06:57,109 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1765310Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_deprecation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1765840Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1766330Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1766860Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1767350Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1767850Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/test 2026-07-24T19:06:57.1768100Z 2026-07-24 19:06:57,110 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1768620Z 2026-07-24 19:06:57,110 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1769150Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1769660Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1770170Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1770750Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1771260Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1771790Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1777160Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1777710Z 2026-07-24 19:06:57,111 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1778220Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1778810Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1779340Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1779990Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1780520Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1781030Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1781530Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1782040Z 2026-07-24 19:06:57,112 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1782580Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1783080Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1783610Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/operators 2026-07-24T19:06:57.1783950Z 2026-07-24 19:06:57,113 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps/serialization 2026-07-24T19:06:57.1784520Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2026-07-24T19:06:57.1785100Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2026-07-24T19:06:57.1785630Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/serialization 2026-07-24T19:06:57.1786110Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps 2026-07-24T19:06:57.1786560Z 2026-07-24 19:06:57,113 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps 2026-07-24T19:06:57.1786790Z 2026-07-24 19:06:57,114 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps/utils 2026-07-24T19:06:57.1787330Z 2026-07-24 19:06:57,114 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/utils 2026-07-24T19:06:57.1787820Z 2026-07-24 19:06:57,114 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/utils 2026-07-24T19:06:57.1788060Z 2026-07-24 19:06:57,114 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/mps/partition 2026-07-24T19:06:57.1788590Z 2026-07-24 19:06:57,114 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/partition 2026-07-24T19:06:57.1789090Z 2026-07-24 19:06:57,114 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/mps/partition 2026-07-24T19:06:57.1789310Z 2026-07-24 19:06:57,114 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/metal 2026-07-24T19:06:57.1789550Z 2026-07-24 19:06:57,114 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/metal/passes 2026-07-24T19:06:57.1790090Z 2026-07-24 19:06:57,115 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/passes/decompose_linear_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/passes 2026-07-24T19:06:57.1790590Z 2026-07-24 19:06:57,115 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/passes 2026-07-24T19:06:57.1790820Z 2026-07-24 19:06:57,116 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/metal/tests 2026-07-24T19:06:57.1791380Z 2026-07-24 19:06:57,116 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests/test_metal_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/tests 2026-07-24T19:06:57.1791890Z 2026-07-24 19:06:57,117 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/tests 2026-07-24T19:06:57.1792460Z 2026-07-24 19:06:57,117 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests/test_modules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/tests 2026-07-24T19:06:57.1793010Z 2026-07-24 19:06:57,118 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/tests/test_metal_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/tests 2026-07-24T19:06:57.1793600Z 2026-07-24 19:06:57,118 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/metal_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal 2026-07-24T19:06:57.1793890Z 2026-07-24 19:06:57,119 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/metal/ops 2026-07-24T19:06:57.1794400Z 2026-07-24 19:06:57,119 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops/gather_qmv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/ops 2026-07-24T19:06:57.1794910Z 2026-07-24 19:06:57,119 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/ops 2026-07-24T19:06:57.1795410Z 2026-07-24 19:06:57,120 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/ops/gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal/ops 2026-07-24T19:06:57.1795940Z 2026-07-24 19:06:57,120 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/metal/metal_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/metal 2026-07-24T19:06:57.1796180Z 2026-07-24 19:06:57,120 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml 2026-07-24T19:06:57.1796660Z 2026-07-24 19:06:57,121 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/logging.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml 2026-07-24T19:06:57.1797180Z 2026-07-24 19:06:57,121 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml 2026-07-24T19:06:57.1797490Z 2026-07-24 19:06:57,121 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1798010Z 2026-07-24 19:06:57,122 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_torch_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1798530Z 2026-07-24 19:06:57,122 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_coreml_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1799040Z 2026-07-24 19:06:57,122 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1799600Z 2026-07-24 19:06:57,123 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1800130Z 2026-07-24 19:06:57,123 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_enumerated_shapes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1800660Z 2026-07-24 19:06:57,123 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_coreml_recipes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1801320Z 2026-07-24 19:06:57,124 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_coreml_multifunction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1802420Z 2026-07-24 19:06:57,124 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/test 2026-07-24T19:06:57.1803140Z 2026-07-24 19:06:57,124 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/executorchcoreml.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml 2026-07-24T19:06:57.1803540Z 2026-07-24 19:06:57,125 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/runtime 2026-07-24T19:06:57.1803810Z 2026-07-24 19:06:57,125 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/runtime/test 2026-07-24T19:06:57.1804400Z 2026-07-24 19:06:57,125 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/runtime/test 2026-07-24T19:06:57.1804650Z 2026-07-24 19:06:57,126 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/recipes 2026-07-24T19:06:57.1805490Z 2026-07-24 19:06:57,126 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes/coreml_recipe_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/recipes 2026-07-24T19:06:57.1806010Z 2026-07-24 19:06:57,126 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/recipes 2026-07-24T19:06:57.1806680Z 2026-07-24 19:06:57,126 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/recipes 2026-07-24T19:06:57.1806920Z 2026-07-24 19:06:57,126 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/partition 2026-07-24T19:06:57.1807550Z 2026-07-24 19:06:57,126 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/partition 2026-07-24T19:06:57.1808110Z 2026-07-24 19:06:57,126 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/partition 2026-07-24T19:06:57.1808360Z 2026-07-24 19:06:57,127 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1809010Z 2026-07-24 19:06:57,127 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer/_coreml_quantizer_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1809630Z 2026-07-24 19:06:57,127 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer/_coreml_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1810190Z 2026-07-24 19:06:57,127 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer/_annotation_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1810830Z 2026-07-24 19:06:57,127 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1811550Z 2026-07-24 19:06:57,127 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/quantizer 2026-07-24T19:06:57.1811910Z 2026-07-24 19:06:57,128 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/compiler 2026-07-24T19:06:57.1812510Z 2026-07-24 19:06:57,128 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2026-07-24T19:06:57.1813150Z 2026-07-24 19:06:57,128 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2026-07-24T19:06:57.1813700Z 2026-07-24 19:06:57,128 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler/torch_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2026-07-24T19:06:57.1814740Z 2026-07-24 19:06:57,128 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/apple/coreml/compiler 2026-07-24T19:06:57.1815560Z 2026-07-24 19:06:57,128 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp 2026-07-24T19:06:57.1816200Z 2026-07-24 19:06:57,128 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp 2026-07-24T19:06:57.1816440Z 2026-07-24 19:06:57,128 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests 2026-07-24T19:06:57.1816930Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/outputs_dir.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1817430Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/config_importer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1818000Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1818560Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1819120Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1819670Z 2026-07-24 19:06:57,129 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/dataset_creator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1820320Z 2026-07-24 19:06:57,130 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/model_output_comparator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1820840Z 2026-07-24 19:06:57,130 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1821750Z 2026-07-24 19:06:57,130 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests/ir 2026-07-24T19:06:57.1822280Z 2026-07-24 19:06:57,130 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/test_model_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir 2026-07-24T19:06:57.1822650Z 2026-07-24 19:06:57,130 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests/ir/converter 2026-07-24T19:06:57.1822960Z 2026-07-24 19:06:57,130 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1823610Z 2026-07-24 19:06:57,130 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1824280Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_mul_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1824980Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1825680Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1826390Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1827070Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1827850Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1828700Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1829360Z 2026-07-24 19:06:57,131 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1830020Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1830650Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_bmm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1831270Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1831920Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_slice_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1832630Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1833280Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_amax_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1833940Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_amin_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1834600Z 2026-07-24 19:06:57,132 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1835410Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_clamp_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1836030Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_mm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1836680Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_sub_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1837330Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1837950Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1838580Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_addmm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1839230Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_minimum_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1839870Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_leaky_relu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1840510Z 2026-07-24 19:06:57,133 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_prelu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1841250Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_sum_dim_int_list_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1841880Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_exp_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1842520Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1843140Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_neg_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1843820Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1844520Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_log_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1845150Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1845770Z 2026-07-24 19:06:57,134 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1846400Z 2026-07-24 19:06:57,135 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_maximum_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1847030Z 2026-07-24 19:06:57,135 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1847670Z 2026-07-24 19:06:57,135 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2026-07-24T19:06:57.1848190Z 2026-07-24 19:06:57,136 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/converter/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/converter 2026-07-24T19:06:57.1848650Z 2026-07-24 19:06:57,136 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir 2026-07-24T19:06:57.1848910Z 2026-07-24 19:06:57,137 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1849480Z 2026-07-24 19:06:57,137 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes/test_linear_bn_fusing.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1850080Z 2026-07-24 19:06:57,137 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1850690Z 2026-07-24 19:06:57,138 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes/test_convert_reshaping_nodes_to_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1851280Z 2026-07-24 19:06:57,138 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1851830Z 2026-07-24 19:06:57,138 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ir/edge_passes/test_edge_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/ir/edge_passes 2026-07-24T19:06:57.1852340Z 2026-07-24 19:06:57,139 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/test_fold_redundant_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1852830Z 2026-07-24 19:06:57,139 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/calibration_dataset.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1853380Z 2026-07-24 19:06:57,139 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/test_convert_1d_conv_to_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1853850Z 2026-07-24 19:06:57,140 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1854320Z 2026-07-24 19:06:57,140 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/graph_verifier.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1854850Z 2026-07-24 19:06:57,140 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/test_fuse_batch_norm_single_user.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1855310Z 2026-07-24 19:06:57,141 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1855740Z 2026-07-24 19:06:57,141 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1856240Z 2026-07-24 19:06:57,141 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/use_qat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1856690Z 2026-07-24 19:06:57,142 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/ops_aliases.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.1856940Z 2026-07-24 19:06:57,142 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1857520Z 2026-07-24 19:06:57,142 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_qdq_clustering_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1861630Z 2026-07-24 19:06:57,143 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_gru_splitting.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1862240Z 2026-07-24 19:06:57,143 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1862790Z 2026-07-24 19:06:57,144 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_batch_norm_fusion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1863350Z 2026-07-24 19:06:57,144 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_operator_selector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1863890Z 2026-07-24 19:06:57,144 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_aot_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1864420Z 2026-07-24 19:06:57,145 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_profiling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.1865040Z 2026-07-24 19:06:57,145 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_neutron_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2257470Z 2026-07-24 19:06:57,145 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2258080Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_node_format_inference.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2258700Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_debug_results.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2259350Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_per_channel_conversion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2259940Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_split_group_convolution.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2261030Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_kernel_selection.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2261740Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_cifarnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2262340Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_convert_div_to_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2262960Z 2026-07-24 19:06:57,146 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_neutron_backend_executor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2263840Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_linear_and_add_fusion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2264570Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_move_activation_before_concatenation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2265170Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_removing_nodes_with_known_outputs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2265760Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_context_sensitive_delegation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2266450Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_neutron_converter_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2266990Z 2026-07-24 19:06:57,147 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2267670Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_integration.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2268250Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_decompose_split_to_slices.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2268820Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_quantized_input_data.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2269400Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/generic_tests/test_removing_dead_code.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests/generic_tests 2026-07-24T19:06:57.2269880Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/nsys_testing.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.2270370Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/tests/outputs_dir_importer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/tests 2026-07-24T19:06:57.2270810Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp 2026-07-24T19:06:57.2271260Z 2026-07-24 19:06:57,148 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp 2026-07-24T19:06:57.2271510Z 2026-07-24 19:06:57,149 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend 2026-07-24T19:06:57.2271750Z 2026-07-24 19:06:57,149 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir 2026-07-24T19:06:57.2272030Z 2026-07-24 19:06:57,149 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:57.2272510Z 2026-07-24 19:06:57,149 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2026-07-24T19:06:57.2273240Z 2026-07-24 19:06:57,149 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2026-07-24T19:06:57.2273580Z 2026-07-24 19:06:57,149 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2274290Z 2026-07-24 19:06:57,149 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2274990Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2275700Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2276490Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2277190Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2277990Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2278810Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2279550Z 2026-07-24 19:06:57,150 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2280290Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2280970Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2281660Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2282430Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2283110Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2283790Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2284480Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2285790Z 2026-07-24 19:06:57,151 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2287610Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2289130Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2290620Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2292180Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2293700Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2295210Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2298330Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2299790Z 2026-07-24 19:06:57,152 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2301490Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2302900Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2304290Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2312380Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2314060Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2315580Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2316990Z 2026-07-24 19:06:57,153 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2318420Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2319820Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2321240Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2322680Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2324150Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2325550Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2327050Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2328760Z 2026-07-24 19:06:57,154 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2330170Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2331630Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2333260Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2334820Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2336260Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2337700Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2339200Z 2026-07-24 19:06:57,155 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2340660Z 2026-07-24 19:06:57,156 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2342090Z 2026-07-24 19:06:57,156 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2343480Z 2026-07-24 19:06:57,156 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2344890Z 2026-07-24 19:06:57,156 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2346290Z 2026-07-24 19:06:57,156 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2347880Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2349260Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2350770Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2352190Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2353810Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2355200Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2356600Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2358010Z 2026-07-24 19:06:57,157 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2359500Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2361070Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2362490Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2363910Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2365530Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2373000Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2376570Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2379970Z 2026-07-24 19:06:57,158 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2383510Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2387600Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2390960Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2394410Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2397710Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2401040Z 2026-07-24 19:06:57,159 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2404350Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2407950Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2412060Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2415430Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2419100Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2422460Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2425830Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2429280Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2432920Z 2026-07-24 19:06:57,160 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2026-07-24T19:06:57.2436030Z 2026-07-24 19:06:57,161 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:57.2438230Z 2026-07-24 19:06:57,161 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:57.2440520Z 2026-07-24 19:06:57,161 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:57.2443770Z 2026-07-24 19:06:57,161 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:57.2447790Z 2026-07-24 19:06:57,161 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2026-07-24T19:06:57.2451590Z 2026-07-24 19:06:57,161 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2026-07-24T19:06:57.2455830Z 2026-07-24 19:06:57,162 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:57.2458120Z 2026-07-24 19:06:57,162 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2026-07-24T19:06:57.2459890Z 2026-07-24 19:06:57,163 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2462790Z 2026-07-24 19:06:57,163 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2466960Z 2026-07-24 19:06:57,163 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2470530Z 2026-07-24 19:06:57,164 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2474550Z 2026-07-24 19:06:57,164 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/leaky_relu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2476340Z 2026-07-24 19:06:57,165 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/prelu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2478820Z 2026-07-24 19:06:57,165 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_nearest2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2481220Z 2026-07-24 19:06:57,165 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2483550Z 2026-07-24 19:06:57,166 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_bilinear2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2485650Z 2026-07-24 19:06:57,166 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clamp_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2487440Z 2026-07-24 19:06:57,166 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2489020Z 2026-07-24 19:06:57,166 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/minimum_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2490570Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sub_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2492130Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sum_dim_int_list_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2493690Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2495350Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2496880Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/getitem_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2498420Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/maximum_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2499930Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2501570Z 2026-07-24 19:06:57,167 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2503180Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2504800Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool2d_with_indices_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2506380Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/bmm_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2507930Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2509540Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/exp_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2511250Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2512760Z 2026-07-24 19:06:57,168 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2514370Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2515930Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2517480Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2519030Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mul_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2520600Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amax_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2522170Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amin_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2523660Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2525140Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2526630Z 2026-07-24 19:06:57,169 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2528170Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2529680Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/slice_tensor_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2531180Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2532660Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/neg_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2534200Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/log_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2026-07-24T19:06:57.2535610Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2026-07-24T19:06:57.2536630Z 2026-07-24 19:06:57,170 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2537720Z 2026-07-24 19:06:57,170 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2539130Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2540630Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2542070Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2543590Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2026-07-24T19:06:57.2544890Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:57.2546100Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:57.2548450Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:57.2549480Z 2026-07-24 19:06:57,171 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:57.2550490Z 2026-07-24 19:06:57,171 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:57.2551750Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:57.2553240Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:57.2554530Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2026-07-24T19:06:57.2556610Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter 2026-07-24T19:06:57.2557510Z 2026-07-24 19:06:57,172 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:57.2558500Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:57.2559780Z 2026-07-24 19:06:57,172 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:57.2561160Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:57.2562460Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2026-07-24T19:06:57.2563800Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir 2026-07-24T19:06:57.2564880Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir 2026-07-24T19:06:57.2566000Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir 2026-07-24T19:06:57.2567000Z 2026-07-24 19:06:57,173 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2568090Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/pattern_matcher.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2569600Z 2026-07-24 19:06:57,173 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/operator_rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2571040Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/graph_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2572460Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2573970Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/tensor_rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2575030Z 2026-07-24 19:06:57,174 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:57.2576290Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:57.2577900Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:57.2579470Z 2026-07-24 19:06:57,174 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/prune_transpose_operators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:57.2581170Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/base_optimization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations 2026-07-24T19:06:57.2582610Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/neutron_ir_post_processing 2026-07-24T19:06:57.2583550Z 2026-07-24 19:06:57,175 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/lib 2026-07-24T19:06:57.2584110Z 2026-07-24 19:06:57,175 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2585020Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2586230Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2587430Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2588730Z 2026-07-24 19:06:57,175 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2589950Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2591140Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2592420Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2593560Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2594700Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2595850Z 2026-07-24 19:06:57,176 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2597000Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2598180Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2599500Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2600710Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2601900Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2603130Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2605090Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2606270Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2607440Z 2026-07-24 19:06:57,177 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2608610Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2609810Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2611010Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2612320Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2613490Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2614680Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2615910Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2617130Z 2026-07-24 19:06:57,178 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2618430Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2619660Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2620860Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2622070Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2623240Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2624410Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2625610Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2626780Z 2026-07-24 19:06:57,179 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2627930Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2629090Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2630330Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2631500Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2632650Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2633790Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2634950Z 2026-07-24 19:06:57,180 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2636210Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2637360Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2638510Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2639680Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2640910Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2642110Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2643290Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2644610Z 2026-07-24 19:06:57,181 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2645810Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2646990Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2648320Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2649500Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2650660Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2651810Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2652960Z 2026-07-24 19:06:57,182 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2654110Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2655430Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2656620Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2657850Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2659130Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2660350Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2661580Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2662790Z 2026-07-24 19:06:57,183 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2664010Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2665230Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2666480Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2667790Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2668990Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2675920Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2677100Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2678290Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2679560Z 2026-07-24 19:06:57,184 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2680700Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2681850Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2683080Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2684430Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2685740Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2687020Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2688280Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2689510Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2690660Z 2026-07-24 19:06:57,185 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2696190Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2697460Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2698670Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2699830Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2701040Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2702330Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2703540Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2704740Z 2026-07-24 19:06:57,186 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2705910Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2707080Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2708210Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2709320Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2710470Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2711760Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2712930Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2714170Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2715620Z 2026-07-24 19:06:57,187 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2716780Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2717930Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2719180Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2720430Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2721730Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2723010Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2724290Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2725470Z 2026-07-24 19:06:57,188 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2726680Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2727880Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2729060Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2730270Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2731480Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2732750Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2734060Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2735250Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2736480Z 2026-07-24 19:06:57,189 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2737680Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2740550Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2743980Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2746870Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2749700Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2752460Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2755110Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2757820Z 2026-07-24 19:06:57,190 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2760590Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2763350Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2766310Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2769040Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2772350Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2775080Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2777790Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2780510Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2783280Z 2026-07-24 19:06:57,191 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2788660Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2791510Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2794340Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2797270Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2800020Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2803030Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2805170Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2806380Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2807580Z 2026-07-24 19:06:57,192 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2818440Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2821800Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2825320Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2828130Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2831140Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2832520Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2833910Z 2026-07-24 19:06:57,193 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2835140Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2836380Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2837620Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2838760Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2839930Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2841130Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2842340Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2843540Z 2026-07-24 19:06:57,194 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2844710Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2846000Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2847410Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2848590Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2849770Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2850990Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2852200Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2853540Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2854750Z 2026-07-24 19:06:57,195 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2855950Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2857140Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2858350Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2859550Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2860830Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2862050Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2863240Z 2026-07-24 19:06:57,196 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2864420Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2865870Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2867150Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2868360Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2869570Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2870880Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2872220Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2873390Z 2026-07-24 19:06:57,197 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2874610Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2875830Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2026-07-24T19:06:57.2876920Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend/ir/lib 2026-07-24T19:06:57.2877940Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/graph_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2878980Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2880200Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/neutron_operator_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2881240Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/data_format.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2882270Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2883290Z 2026-07-24 19:06:57,198 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/neutron_map.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2884470Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/custom_delegation_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2885540Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2886580Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/neutron_target_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2887600Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/backend 2026-07-24T19:06:57.2888360Z 2026-07-24 19:06:57,199 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2889200Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/remove_as_strided_copy_nodes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2890420Z 2026-07-24 19:06:57,199 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/fold_redundant_qdq_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2891570Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/remove_io_quant_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2892740Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2893900Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/neutron_edge_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2895050Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/remove_additional_quantize_dequantize_nodes_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2896230Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/convert_reshaping_nodes_to_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2897350Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/edge_passes 2026-07-24T19:06:57.2898160Z 2026-07-24 19:06:57,200 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2899040Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/move_activation_before_concat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2900140Z 2026-07-24 19:06:57,200 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/split_group_convolution.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2901320Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/split_gru_based_on_num_layers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2902540Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2903660Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/convert_div_to_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2904760Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/fuse_linear_and_add_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2905670Z 2026-07-24 19:06:57,201 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:57.2906820Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/remove_simulated_linear_bn_fusion_qat_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:57.2908360Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:57.2909820Z 2026-07-24 19:06:57,201 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/add_simulated_linear_bn_fusion_qat_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes 2026-07-24T19:06:57.2911170Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/remove_nodes_with_known_outputs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2912310Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2913440Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/convert_1d_conv_to_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2919450Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2920680Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/aten_passes/decompose_split_to_slices_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/aten_passes 2026-07-24T19:06:57.2921740Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp 2026-07-24T19:06:57.2922500Z 2026-07-24 19:06:57,202 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/nxp/quantizer 2026-07-24T19:06:57.2923310Z 2026-07-24 19:06:57,202 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/quantizer 2026-07-24T19:06:57.2924420Z 2026-07-24 19:06:57,203 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/quantizer 2026-07-24T19:06:57.2925560Z 2026-07-24 19:06:57,203 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/nxp/quantizer 2026-07-24T19:06:57.2926290Z 2026-07-24 19:06:57,203 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test 2026-07-24T19:06:57.2926800Z 2026-07-24 19:06:57,203 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/harness 2026-07-24T19:06:57.2927690Z 2026-07-24 19:06:57,203 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness 2026-07-24T19:06:57.2928470Z 2026-07-24 19:06:57,203 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/harness/stages 2026-07-24T19:06:57.2929290Z 2026-07-24 19:06:57,203 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2930340Z 2026-07-24 19:06:57,203 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/to_edge.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2931450Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/run_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2932530Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/partition.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2933610Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2934710Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/to_executorch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2935810Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2936870Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2938100Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/to_edge_transform_and_lower.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2939740Z 2026-07-24 19:06:57,204 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/stages/stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/stages 2026-07-24T19:06:57.2940750Z 2026-07-24 19:06:57,205 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/harness/tests 2026-07-24T19:06:57.2941730Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/tests/test_error_statistics.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness/tests 2026-07-24T19:06:57.2942800Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness 2026-07-24T19:06:57.2944210Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/harness/error_statistics.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/harness 2026-07-24T19:06:57.2945280Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/program_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test 2026-07-24T19:06:57.2946050Z 2026-07-24 19:06:57,205 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/suite 2026-07-24T19:06:57.2947640Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.2948740Z 2026-07-24 19:06:57,205 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/runner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.2949620Z 2026-07-24 19:06:57,206 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/suite/operators 2026-07-24T19:06:57.2950450Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2952100Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2958140Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_log10.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2961270Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2962430Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_conv1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2964170Z 2026-07-24 19:06:57,206 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2966740Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_amin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2968010Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2969280Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_conv3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2970670Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_split.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2971790Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_prelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2972980Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2975660Z 2026-07-24 19:06:57,207 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_round.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2976800Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2979290Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_median.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2980540Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_stack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2981680Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2983240Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2984720Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_threshold.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2986200Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2987380Z 2026-07-24 19:06:57,208 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_convtranspose2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2988590Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_square.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2989820Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2990960Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_ceil.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2992510Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_convtranspose3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2993670Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_convtranspose1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2994900Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_embedding_bag.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2996210Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_glu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2997640Z 2026-07-24 19:06:57,209 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.2998730Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_log1p.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3001350Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_neg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3002860Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_index_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3004440Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3005720Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_expand.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3006930Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_masked_fill.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3008390Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3009580Z 2026-07-24 19:06:57,210 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3010740Z 2026-07-24 19:06:57,211 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_floor_divide.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3013460Z 2026-07-24 19:06:57,211 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_argmin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3014560Z 2026-07-24 19:06:57,211 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3016070Z 2026-07-24 19:06:57,211 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3017260Z 2026-07-24 19:06:57,211 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3018450Z 2026-07-24 19:06:57,212 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_index_put.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3019560Z 2026-07-24 19:06:57,212 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3021060Z 2026-07-24 19:06:57,213 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_trunc.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3032890Z 2026-07-24 19:06:57,213 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_elu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3035530Z 2026-07-24 19:06:57,213 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3038080Z 2026-07-24 19:06:57,213 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_amax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3040780Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_logsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3043350Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3046420Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3048970Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_mean.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3051460Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3054060Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3056920Z 2026-07-24 19:06:57,214 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3059550Z 2026-07-24 19:06:57,215 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_avgpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3061580Z 2026-07-24 19:06:57,216 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_maxpool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3063850Z 2026-07-24 19:06:57,216 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_maxpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3065000Z 2026-07-24 19:06:57,216 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3066080Z 2026-07-24 19:06:57,217 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3067710Z 2026-07-24 19:06:57,217 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_avgpool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3069280Z 2026-07-24 19:06:57,218 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_avgpool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3070390Z 2026-07-24 19:06:57,218 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3071500Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_maxpool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3072600Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3073680Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_silu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3074920Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3076040Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_lstm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3077120Z 2026-07-24 19:06:57,219 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3196310Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3199670Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3202480Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3205090Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3208030Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3210950Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3213830Z 2026-07-24 19:06:57,220 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3217460Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3221330Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3224270Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_log2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3227410Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_hardsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3230180Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/operators/test_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/operators 2026-07-24T19:06:57.3233070Z 2026-07-24 19:06:57,221 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/discovery.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3235590Z 2026-07-24 19:06:57,221 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/suite/tests 2026-07-24T19:06:57.3237780Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/tests/test_reporting.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/tests 2026-07-24T19:06:57.3242280Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/tests 2026-07-24T19:06:57.3244620Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3247010Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3248900Z 2026-07-24 19:06:57,222 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/suite/models 2026-07-24T19:06:57.3250890Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/models 2026-07-24T19:06:57.3253810Z 2026-07-24 19:06:57,222 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models/test_torchvision.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/models 2026-07-24T19:06:57.3256460Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/models/test_torchaudio.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/models 2026-07-24T19:06:57.3259020Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/generate_markdown_summary_json.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3261800Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/context.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3264910Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/generate_markdown_summary.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3267480Z 2026-07-24 19:06:57,223 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/suite/flows 2026-07-24T19:06:57.3269420Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/webgpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3271940Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/qualcomm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3274630Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/vulkan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3276960Z 2026-07-24 19:06:57,223 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/openvino.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3278080Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3278760Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3279270Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/portable.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3279760Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/coreml.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3280370Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/xnnpack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3280900Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/flows/mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite/flows 2026-07-24T19:06:57.3281360Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/suite/reporting.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/suite 2026-07-24T19:06:57.3281790Z 2026-07-24 19:06:57,224 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/graph_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test 2026-07-24T19:06:57.3282020Z 2026-07-24 19:06:57,225 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/test/facto 2026-07-24T19:06:57.3282480Z 2026-07-24 19:06:57,225 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto/facto_specs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/facto 2026-07-24T19:06:57.3282930Z 2026-07-24 19:06:57,225 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/facto 2026-07-24T19:06:57.3283380Z 2026-07-24 19:06:57,225 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/test/facto/test_facto.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/test/facto 2026-07-24T19:06:57.3283590Z 2026-07-24 19:06:57,225 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm 2026-07-24T19:06:57.3284120Z 2026-07-24 19:06:57,225 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/export_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm 2026-07-24T19:06:57.3284770Z 2026-07-24 19:06:57,225 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm 2026-07-24T19:06:57.3285000Z 2026-07-24 19:06:57,226 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3285490Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3291420Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_rand.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3291950Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3292430Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_randn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3293020Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_scatter_elements.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3293510Z 2026-07-24 19:06:57,226 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3293980Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3294470Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3294960Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_is_inf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3295440Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3295920Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_is_nan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3296410Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3296890Z 2026-07-24 19:06:57,227 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3297400Z 2026-07-24 19:06:57,228 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3298010Z 2026-07-24 19:06:57,228 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3298630Z 2026-07-24 19:06:57,228 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_xor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3299160Z 2026-07-24 19:06:57,228 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3299690Z 2026-07-24 19:06:57,228 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_channel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3300230Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3300710Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3301380Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_binary.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3301890Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3302410Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3302930Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3303430Z 2026-07-24 19:06:57,229 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3303940Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3304450Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3304960Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3305460Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_flip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3305950Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3306440Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3306990Z 2026-07-24 19:06:57,230 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3307710Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3308190Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3308690Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3309180Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3309860Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_index_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3310440Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3310950Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3311490Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sign.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3311990Z 2026-07-24 19:06:57,231 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_avg_pool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3312470Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3312970Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3313480Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3314040Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_grid_sampler_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3314570Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3315060Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3315540Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3316250Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3316740Z 2026-07-24 19:06:57,232 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_atan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3317230Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3317720Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3322080Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_slice_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3322590Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3323190Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3323700Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3324180Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3324690Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3325160Z 2026-07-24 19:06:57,233 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3335720Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3336230Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3336790Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3337280Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3337770Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3338370Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3339010Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3339600Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3340080Z 2026-07-24 19:06:57,234 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3340560Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3341330Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3342080Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3342550Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3344180Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3345540Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3346700Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3348140Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3349330Z 2026-07-24 19:06:57,235 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3350490Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3351660Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3352820Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_round.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3354050Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3355860Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3357480Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3358820Z 2026-07-24 19:06:57,236 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3360060Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3361240Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3362900Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3364350Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3365470Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3366580Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_amin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3367730Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3368840Z 2026-07-24 19:06:57,237 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3369970Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3371100Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3372330Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/node_visitor_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3373440Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_asin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3374540Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3375680Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3377170Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3378710Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_min_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3379900Z 2026-07-24 19:06:57,238 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3381020Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3382270Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3383980Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3385410Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_max_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3386510Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3387670Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3388820Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3389990Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3391130Z 2026-07-24 19:06:57,239 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3392320Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3393540Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_adaptive_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3394680Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_custom_op.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3395760Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3396900Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3398810Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3399750Z 2026-07-24 19:06:57,240 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/builders/op_unary.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/builders 2026-07-24T19:06:57.3400030Z 2026-07-24 19:06:57,241 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/serialization 2026-07-24T19:06:57.3400590Z 2026-07-24 19:06:57,242 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2026-07-24T19:06:57.3401120Z 2026-07-24 19:06:57,242 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2026-07-24T19:06:57.3401840Z 2026-07-24 19:06:57,242 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/serialization 2026-07-24T19:06:57.3402160Z 2026-07-24 19:06:57,243 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3402640Z 2026-07-24 19:06:57,243 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3403110Z 2026-07-24 19:06:57,243 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3403620Z 2026-07-24 19:06:57,243 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/test_qnn_delegate_x86.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3404090Z 2026-07-24 19:06:57,244 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3404570Z 2026-07-24 19:06:57,245 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/test_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3405060Z 2026-07-24 19:06:57,246 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3405530Z 2026-07-24 19:06:57,247 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests 2026-07-24T19:06:57.3405780Z 2026-07-24 19:06:57,247 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework 2026-07-24T19:06:57.3406030Z 2026-07-24 19:06:57,247 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp 2026-07-24T19:06:57.3406570Z 2026-07-24 19:06:57,247 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp 2026-07-24T19:06:57.3406830Z 2026-07-24 19:06:57,248 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op 2026-07-24T19:06:57.3407160Z 2026-07-24 19:06:57,248 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v79 2026-07-24T19:06:57.3407840Z 2026-07-24 19:06:57,248 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v79/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v79 2026-07-24T19:06:57.3408120Z 2026-07-24 19:06:57,248 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v73 2026-07-24T19:06:57.3408670Z 2026-07-24 19:06:57,248 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v73/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v73 2026-07-24T19:06:57.3408940Z 2026-07-24 19:06:57,248 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v81 2026-07-24T19:06:57.3409490Z 2026-07-24 19:06:57,249 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v81/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v81 2026-07-24T19:06:57.3409840Z 2026-07-24 19:06:57,249 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v75 2026-07-24T19:06:57.3410420Z 2026-07-24 19:06:57,249 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v75/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v75 2026-07-24T19:06:57.3410690Z 2026-07-24 19:06:57,249 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v68 2026-07-24T19:06:57.3411240Z 2026-07-24 19:06:57,249 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v68/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v68 2026-07-24T19:06:57.3411510Z 2026-07-24 19:06:57,249 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/op/v69 2026-07-24T19:06:57.3412130Z 2026-07-24 19:06:57,249 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/op/v69/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/op/v69 2026-07-24T19:06:57.3412450Z 2026-07-24 19:06:57,249 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature 2026-07-24T19:06:57.3413030Z 2026-07-24 19:06:57,249 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature 2026-07-24T19:06:57.3413320Z 2026-07-24 19:06:57,250 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v79 2026-07-24T19:06:57.3413900Z 2026-07-24 19:06:57,250 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v79/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v79 2026-07-24T19:06:57.3414180Z 2026-07-24 19:06:57,250 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v73 2026-07-24T19:06:57.3414770Z 2026-07-24 19:06:57,250 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v73/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v73 2026-07-24T19:06:57.3415060Z 2026-07-24 19:06:57,250 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v81 2026-07-24T19:06:57.3415680Z 2026-07-24 19:06:57,250 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v81/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v81 2026-07-24T19:06:57.3416030Z 2026-07-24 19:06:57,250 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v75 2026-07-24T19:06:57.3416680Z 2026-07-24 19:06:57,250 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v75/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v75 2026-07-24T19:06:57.3416970Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v68 2026-07-24T19:06:57.3417540Z 2026-07-24 19:06:57,251 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v68/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v68 2026-07-24T19:06:57.3417830Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/feature/v69 2026-07-24T19:06:57.3418470Z 2026-07-24 19:06:57,251 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/feature/v69/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/feature/v69 2026-07-24T19:06:57.3418780Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e 2026-07-24T19:06:57.3419050Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss 2026-07-24T19:06:57.3419340Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79 2026-07-24T19:06:57.3419910Z 2026-07-24 19:06:57,251 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79 2026-07-24T19:06:57.3420190Z 2026-07-24 19:06:57,251 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73 2026-07-24T19:06:57.3420770Z 2026-07-24 19:06:57,251 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73 2026-07-24T19:06:57.3421050Z 2026-07-24 19:06:57,252 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81 2026-07-24T19:06:57.3421630Z 2026-07-24 19:06:57,252 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81 2026-07-24T19:06:57.3421910Z 2026-07-24 19:06:57,252 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75 2026-07-24T19:06:57.3422490Z 2026-07-24 19:06:57,252 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75 2026-07-24T19:06:57.3422770Z 2026-07-24 19:06:57,252 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68 2026-07-24T19:06:57.3423340Z 2026-07-24 19:06:57,252 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68 2026-07-24T19:06:57.3423660Z 2026-07-24 19:06:57,252 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69 2026-07-24T19:06:57.3424310Z 2026-07-24 19:06:57,252 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69 2026-07-24T19:06:57.3424590Z 2026-07-24 19:06:57,252 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai 2026-07-24T19:06:57.3424950Z 2026-07-24 19:06:57,253 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79 2026-07-24T19:06:57.3425530Z 2026-07-24 19:06:57,253 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79 2026-07-24T19:06:57.3425930Z 2026-07-24 19:06:57,253 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73 2026-07-24T19:06:57.3426580Z 2026-07-24 19:06:57,253 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73 2026-07-24T19:06:57.3426910Z 2026-07-24 19:06:57,253 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81 2026-07-24T19:06:57.3427500Z 2026-07-24 19:06:57,253 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81 2026-07-24T19:06:57.3427790Z 2026-07-24 19:06:57,253 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75 2026-07-24T19:06:57.3428390Z 2026-07-24 19:06:57,254 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75 2026-07-24T19:06:57.3428700Z 2026-07-24 19:06:57,254 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68 2026-07-24T19:06:57.3429300Z 2026-07-24 19:06:57,254 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68 2026-07-24T19:06:57.3429600Z 2026-07-24 19:06:57,254 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69 2026-07-24T19:06:57.3430200Z 2026-07-24 19:06:57,254 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69 2026-07-24T19:06:57.3430710Z 2026-07-24 19:06:57,254 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework 2026-07-24T19:06:57.3430970Z 2026-07-24 19:06:57,254 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu 2026-07-24T19:06:57.3431520Z 2026-07-24 19:06:57,254 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/gpu 2026-07-24T19:06:57.3431840Z 2026-07-24 19:06:57,255 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu/op 2026-07-24T19:06:57.3432470Z 2026-07-24 19:06:57,255 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/op/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/gpu/op 2026-07-24T19:06:57.3432750Z 2026-07-24 19:06:57,255 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu/feature 2026-07-24T19:06:57.3433320Z 2026-07-24 19:06:57,255 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/feature/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/gpu/feature 2026-07-24T19:06:57.3433580Z 2026-07-24 19:06:57,255 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu/e2e 2026-07-24T19:06:57.3433860Z 2026-07-24 19:06:57,255 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu/e2e/oss 2026-07-24T19:06:57.3434480Z 2026-07-24 19:06:57,255 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/oss/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/gpu/e2e/oss 2026-07-24T19:06:57.3434760Z 2026-07-24 19:06:57,255 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/gpu/e2e/genai 2026-07-24T19:06:57.3435370Z 2026-07-24 19:06:57,255 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/gpu/e2e/genai/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/gpu/e2e/genai 2026-07-24T19:06:57.3435670Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai 2026-07-24T19:06:57.3436210Z 2026-07-24 19:06:57,256 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/lpai 2026-07-24T19:06:57.3436480Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/op 2026-07-24T19:06:57.3436750Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/op/v6 2026-07-24T19:06:57.3437310Z 2026-07-24 19:06:57,256 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/op/v6/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/lpai/op/v6 2026-07-24T19:06:57.3437590Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/feature 2026-07-24T19:06:57.3437880Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/feature/v6 2026-07-24T19:06:57.3438470Z 2026-07-24 19:06:57,256 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/feature/v6/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/lpai/feature/v6 2026-07-24T19:06:57.3438800Z 2026-07-24 19:06:57,256 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/e2e 2026-07-24T19:06:57.3439080Z 2026-07-24 19:06:57,257 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss 2026-07-24T19:06:57.3439370Z 2026-07-24 19:06:57,257 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6 2026-07-24T19:06:57.3439990Z 2026-07-24 19:06:57,257 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6 2026-07-24T19:06:57.3440500Z 2026-07-24 19:06:57,257 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/common 2026-07-24T19:06:57.3440800Z 2026-07-24 19:06:57,257 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/common/pass 2026-07-24T19:06:57.3441400Z 2026-07-24 19:06:57,257 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/pass/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/common/pass 2026-07-24T19:06:57.3441700Z 2026-07-24 19:06:57,257 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/common/utils 2026-07-24T19:06:57.3442300Z 2026-07-24 19:06:57,257 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/common/utils/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/common/utils 2026-07-24T19:06:57.3442560Z 2026-07-24 19:06:57,258 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:57.3443280Z 2026-07-24 19:06:57,258 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src/pattern.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:57.3443870Z 2026-07-24 19:06:57,258 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src/feature.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:57.3444390Z 2026-07-24 19:06:57,258 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/tests/rework/src/op.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/tests/rework/src 2026-07-24T19:06:57.3444830Z 2026-07-24 19:06:57,258 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm 2026-07-24T19:06:57.3445590Z 2026-07-24 19:06:57,258 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/utils 2026-07-24T19:06:57.3446080Z 2026-07-24 19:06:57,258 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/utils 2026-07-24T19:06:57.3446570Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils/check_qnn_version.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/utils 2026-07-24T19:06:57.3447070Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/utils 2026-07-24T19:06:57.3447590Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/utils/qnn_manager_lifecycle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/utils 2026-07-24T19:06:57.3447820Z 2026-07-24 19:06:57,259 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3448340Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3448870Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/annotate_avg_pool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3449460Z 2026-07-24 19:06:57,259 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3450090Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3450590Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_glu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3451150Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/insert_cast_for_fp_act_quantized_weight.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3451680Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_log_variants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3452330Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_col_im.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3452910Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_atan2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3453430Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3453910Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3454430Z 2026-07-24 19:06:57,260 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_diagonal.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3454930Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_triu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3455450Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_threshold.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3455950Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3456460Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_reciprocal.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3456720Z 2026-07-24 19:06:57,261 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/_passes/backends 2026-07-24T19:06:57.3456990Z 2026-07-24 19:06:57,261 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:57.3457580Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/htp/qnn_htp_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:57.3458190Z 2026-07-24 19:06:57,261 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/htp/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/htp 2026-07-24T19:06:57.3458570Z 2026-07-24 19:06:57,262 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:57.3459160Z 2026-07-24 19:06:57,262 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/gpu/qnn_gpu_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:57.3459710Z 2026-07-24 19:06:57,262 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/gpu/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/gpu 2026-07-24T19:06:57.3459980Z 2026-07-24 19:06:57,262 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:57.3460720Z 2026-07-24 19:06:57,262 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/lpai/qnn_lpai_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:57.3461320Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/lpai/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends/lpai 2026-07-24T19:06:57.3461860Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/backends/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes/backends 2026-07-24T19:06:57.3462360Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/canonicalize_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3462870Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_tan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3463390Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3463880Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3464380Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/convert_mha_to_sha.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3464880Z 2026-07-24 19:06:57,263 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_trunc.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3465360Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3465860Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3466380Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3466930Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3467500Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_fill.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3467970Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/seq_mse.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3468500Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3468990Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_var.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3469560Z 2026-07-24 19:06:57,264 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_addmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3470140Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3470630Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3471130Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3471630Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_div_mode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3472120Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3472620Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_minmaxdim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3473080Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3473610Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3474110Z 2026-07-24 19:06:57,265 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/resolve_debug_handle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3474600Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_acos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3475140Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3475770Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_hardsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3476300Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3477440Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_maxpool3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3478080Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3478780Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_binary_alpha.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3479410Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_hyperbolic_variants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3479950Z 2026-07-24 19:06:57,266 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3480490Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/lpai_partition_fallback_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3481010Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/recompose_pad_maxpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3481510Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3482000Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3482540Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3483220Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3483870Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3484380Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3484990Z 2026-07-24 19:06:57,267 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3485650Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3486130Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3486640Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3487130Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3487730Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_select_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3488370Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/insert_reshape_for_reduce_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3488890Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_floor_divide.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3489400Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/decompose_remainder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3489880Z 2026-07-24 19:06:57,268 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/_passes 2026-07-24T19:06:57.3490130Z 2026-07-24 19:06:57,269 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3490670Z 2026-07-24 19:06:57,269 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/pipeline_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3490940Z 2026-07-24 19:06:57,269 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3491530Z 2026-07-24 19:06:57,270 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages/compilation_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3492080Z 2026-07-24 19:06:57,270 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3492680Z 2026-07-24 19:06:57,271 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages/model_preparation_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3493290Z 2026-07-24 19:06:57,271 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages/inference_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3493910Z 2026-07-24 19:06:57,271 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/stages/quantization_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/stages 2026-07-24T19:06:57.3494270Z 2026-07-24 19:06:57,272 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/strategies 2026-07-24T19:06:57.3494600Z 2026-07-24 19:06:57,272 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:57.3495330Z 2026-07-24 19:06:57,272 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/model_preparation_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:57.3496000Z 2026-07-24 19:06:57,273 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation 2026-07-24T19:06:57.3496650Z 2026-07-24 19:06:57,273 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies 2026-07-24T19:06:57.3497000Z 2026-07-24 19:06:57,273 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:57.3497730Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/executorch_quantization_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:57.3498380Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:57.3499080Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/quantization/quantization_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/quantization 2026-07-24T19:06:57.3499390Z 2026-07-24 19:06:57,274 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:57.3500060Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference/inference_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:57.3500710Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:57.3501410Z 2026-07-24 19:06:57,274 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/inference/executorch_inference_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/inference 2026-07-24T19:06:57.3501730Z 2026-07-24 19:06:57,275 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:57.3502410Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/compilation_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:57.3503150Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:57.3503870Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/strategies/compilation/executorch_compilation_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/strategies/compilation 2026-07-24T19:06:57.3504410Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/engine_proxy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3504690Z 2026-07-24 19:06:57,275 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:57.3505310Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:57.3505910Z 2026-07-24 19:06:57,275 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/test_pipeline_context.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:57.3506200Z 2026-07-24 19:06:57,276 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:57.3506830Z 2026-07-24 19:06:57,276 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_inference_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:57.3507460Z 2026-07-24 19:06:57,276 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_quantization_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:57.3508100Z 2026-07-24 19:06:57,276 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/stages/test_compilation_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/stages 2026-07-24T19:06:57.3508410Z 2026-07-24 19:06:57,276 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/strategies 2026-07-24T19:06:57.3509050Z 2026-07-24 19:06:57,276 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/test_strategy_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/strategies 2026-07-24T19:06:57.3509400Z 2026-07-24 19:06:57,276 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization 2026-07-24T19:06:57.3510180Z 2026-07-24 19:06:57,277 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization/test_executorch_quantization_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization 2026-07-24T19:06:57.3510510Z 2026-07-24 19:06:57,277 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference 2026-07-24T19:06:57.3511380Z 2026-07-24 19:06:57,277 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference/test_executorch_inference_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference 2026-07-24T19:06:57.3511860Z 2026-07-24 19:06:57,277 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation 2026-07-24T19:06:57.3512750Z 2026-07-24 19:06:57,277 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation/test_executorch_compilation_strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation 2026-07-24T19:06:57.3513310Z 2026-07-24 19:06:57,277 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/test_exceptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:57.3513890Z 2026-07-24 19:06:57,277 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/test_engine_proxy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests 2026-07-24T19:06:57.3514270Z 2026-07-24 19:06:57,278 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:57.3514950Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_inference_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:57.3515600Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_quantization_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:57.3516250Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_compilation_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:57.3516920Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/tests/configs/test_model_preparation_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/tests/configs 2026-07-24T19:06:57.3517430Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3517970Z 2026-07-24 19:06:57,278 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/pipeline_context.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3518250Z 2026-07-24 19:06:57,278 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3518870Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3519470Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/compilation_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3520070Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/inference_output_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3520730Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3521350Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/quantization_output_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3521950Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/quantization_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3522550Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/inference_input_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3524260Z 2026-07-24 19:06:57,279 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_output_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3524990Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/configs/compilation_output_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline/configs 2026-07-24T19:06:57.3525540Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/pipeline_stage.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3526080Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/genai_pipeline/exceptions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/genai_pipeline 2026-07-24T19:06:57.3526320Z 2026-07-24 19:06:57,280 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/recipes 2026-07-24T19:06:57.3526820Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes/qnn_recipe_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/recipes 2026-07-24T19:06:57.3527300Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/recipes 2026-07-24T19:06:57.3527820Z 2026-07-24 19:06:57,280 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/recipes/qnn_recipe_provider.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/recipes 2026-07-24T19:06:57.3528050Z 2026-07-24 19:06:57,281 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/scripts 2026-07-24T19:06:57.3528550Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/scripts/download_qnn_sdk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/scripts 2026-07-24T19:06:57.3528790Z 2026-07-24 19:06:57,281 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3529340Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger/qcom_numerical_comparator_sample.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3529940Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger/qnn_intermediate_debugger.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3530540Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger/format_outputs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3531020Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3531560Z 2026-07-24 19:06:57,281 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/debugger/qcom_numerical_comparator_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/debugger 2026-07-24T19:06:57.3531800Z 2026-07-24 19:06:57,282 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/partition 2026-07-24T19:06:57.3532380Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/partition 2026-07-24T19:06:57.3532890Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/partition 2026-07-24T19:06:57.3533400Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/partition 2026-07-24T19:06:57.3533640Z 2026-07-24 19:06:57,282 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/custom_op 2026-07-24T19:06:57.3534130Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/custom_op/interface.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/custom_op 2026-07-24T19:06:57.3534720Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/custom_op/annotator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/custom_op 2026-07-24T19:06:57.3534960Z 2026-07-24 19:06:57,282 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3535470Z 2026-07-24 19:06:57,282 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/registry_loader.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3535990Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3536270Z 2026-07-24 19:06:57,283 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:57.3536840Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators/lpai_rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:57.3537400Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:57.3537970Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/annotators/htp_rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/annotators 2026-07-24T19:06:57.3538540Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/validators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3539150Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3539640Z 2026-07-24 19:06:57,283 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3540140Z 2026-07-24 19:06:57,284 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3540650Z 2026-07-24 19:06:57,284 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/quant_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3541400Z 2026-07-24 19:06:57,285 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/backend_opinfo_adapter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer 2026-07-24T19:06:57.3541730Z 2026-07-24 19:06:57,285 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:57.3542360Z 2026-07-24 19:06:57,286 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:57.3542980Z 2026-07-24 19:06:57,286 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:57.3543570Z 2026-07-24 19:06:57,286 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/qualcomm/quantizer/observers/concat_observer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/qualcomm/quantizer/observers 2026-07-24T19:06:57.3543800Z 2026-07-24 19:06:57,287 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/example 2026-07-24T19:06:57.3544100Z 2026-07-24 19:06:57,287 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:57.3544820Z 2026-07-24 19:06:57,287 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:57.3545460Z 2026-07-24 19:06:57,288 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_backend_delegate_passes 2026-07-24T19:06:57.3545940Z 2026-07-24 19:06:57,288 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example 2026-07-24T19:06:57.3546410Z 2026-07-24 19:06:57,288 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example 2026-07-24T19:06:57.3546950Z 2026-07-24 19:06:57,289 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example 2026-07-24T19:06:57.3547490Z 2026-07-24 19:06:57,289 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example 2026-07-24T19:06:57.3547930Z 2026-07-24 19:06:57,289 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/example/example_operators 2026-07-24T19:06:57.3548480Z 2026-07-24 19:06:57,289 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3549000Z 2026-07-24 19:06:57,289 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3549540Z 2026-07-24 19:06:57,290 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3550310Z 2026-07-24 19:06:57,290 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3550920Z 2026-07-24 19:06:57,291 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3551460Z 2026-07-24 19:06:57,291 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3552020Z 2026-07-24 19:06:57,291 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3552570Z 2026-07-24 19:06:57,292 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3553100Z 2026-07-24 19:06:57,292 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3553670Z 2026-07-24 19:06:57,292 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/example/example_operators 2026-07-24T19:06:57.3553890Z 2026-07-24 19:06:57,293 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda 2026-07-24T19:06:57.3554370Z 2026-07-24 19:06:57,293 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/coalesced_int4_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3554810Z 2026-07-24 19:06:57,293 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/cuda_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3555380Z 2026-07-24 19:06:57,293 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/dp4a_planar_int6_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3555710Z 2026-07-24 19:06:57,293 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/runtime 2026-07-24T19:06:57.3556020Z 2026-07-24 19:06:57,293 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/runtime/shims 2026-07-24T19:06:57.3556280Z 2026-07-24 19:06:57,294 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/runtime/shims/tests 2026-07-24T19:06:57.3556930Z 2026-07-24 19:06:57,294 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/runtime/shims/tests/gen_plain_mm_test_vectors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/runtime/shims/tests 2026-07-24T19:06:57.3557160Z 2026-07-24 19:06:57,294 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/passes 2026-07-24T19:06:57.3557390Z 2026-07-24 19:06:57,294 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/passes/tests 2026-07-24T19:06:57.3562850Z 2026-07-24 19:06:57,294 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests/test_move_cond_predicate_to_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes/tests 2026-07-24T19:06:57.3563350Z 2026-07-24 19:06:57,295 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes/tests 2026-07-24T19:06:57.3564010Z 2026-07-24 19:06:57,295 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/tests/test_replace_int64_floordiv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes/tests 2026-07-24T19:06:57.3564650Z 2026-07-24 19:06:57,295 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/replace_int64_floordiv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes 2026-07-24T19:06:57.3565110Z 2026-07-24 19:06:57,295 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes 2026-07-24T19:06:57.3565610Z 2026-07-24 19:06:57,295 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/passes/move_cond_predicate_to_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/passes 2026-07-24T19:06:57.3565830Z 2026-07-24 19:06:57,295 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/tests 2026-07-24T19:06:57.3567030Z 2026-07-24 19:06:57,296 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_output_stride_rearrange.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3567640Z 2026-07-24 19:06:57,296 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_int5_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3568150Z 2026-07-24 19:06:57,296 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_triton_sdpa_nan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3568640Z 2026-07-24 19:06:57,297 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_int4_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3569140Z 2026-07-24 19:06:57,297 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_int6_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3569620Z 2026-07-24 19:06:57,297 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_triton_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3570070Z 2026-07-24 19:06:57,297 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3570720Z 2026-07-24 19:06:57,297 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_sort_shim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3571420Z 2026-07-24 19:06:57,298 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_triton_sdpa_splitk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3571900Z 2026-07-24 19:06:57,298 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_cuda_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3572380Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_int4_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3572840Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_tq4_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3573540Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_chunk_gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3574130Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_sdpa_splitk_replacement.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3574700Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_fused_deltanet_decode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3575160Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_fused_moe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3575630Z 2026-07-24 19:06:57,299 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_cuda_export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3576080Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/tests/test_topk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/tests 2026-07-24T19:06:57.3576300Z 2026-07-24 19:06:57,300 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/triton 2026-07-24T19:06:57.3576550Z 2026-07-24 19:06:57,300 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3577090Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/fused_deltanet_decode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3577670Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/chunk_gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3578170Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3578670Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/fused_moe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3579170Z 2026-07-24 19:06:57,300 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/int4_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3579730Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3580340Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/topk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3580830Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/kernels/tq4_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton/kernels 2026-07-24T19:06:57.3581280Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton 2026-07-24T19:06:57.3581770Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/triton/replacement_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/triton 2026-07-24T19:06:57.3582290Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3582810Z 2026-07-24 19:06:57,301 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/dp4a_planar_int5_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3583510Z 2026-07-24 19:06:57,302 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/benchmarks 2026-07-24T19:06:57.3584090Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/benchmarks/benchmark_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/benchmarks 2026-07-24T19:06:57.3584600Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/benchmarks/benchmark_moe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/benchmarks 2026-07-24T19:06:57.3585070Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/cuda_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda 2026-07-24T19:06:57.3585320Z 2026-07-24 19:06:57,302 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3585880Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/int5_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3586410Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/_library.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3586960Z 2026-07-24 19:06:57,302 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/int6_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3587610Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3588150Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/int8_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3588820Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cuda/quantize_op_dispatch/int4_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cuda/quantize_op_dispatch 2026-07-24T19:06:57.3589180Z 2026-07-24 19:06:57,303 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu 2026-07-24T19:06:57.3589390Z 2026-07-24 19:06:57,303 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/test 2026-07-24T19:06:57.3589860Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test 2026-07-24T19:06:57.3590320Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test 2026-07-24T19:06:57.3590800Z 2026-07-24 19:06:57,303 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/test_wgsl_codegen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test 2026-07-24T19:06:57.3591050Z 2026-07-24 19:06:57,304 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3591670Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/test_generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3592220Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3592710Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/cases.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3593210Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/test_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3593700Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/test_suite.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3594220Z 2026-07-24 19:06:57,304 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/op_tests/generate_op_tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/op_tests 2026-07-24T19:06:57.3594450Z 2026-07-24 19:06:57,305 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3594940Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3595420Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_fill.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3595900Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_adamw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3596390Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3596920Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_logical_or.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3597510Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_bitwise.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3598000Z 2026-07-24 19:06:57,305 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3598520Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_transposed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3598990Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3599570Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_rope_interleaved.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3600070Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_logical_not.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3600600Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_repeat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3601080Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3601570Z 2026-07-24 19:06:57,306 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3602060Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3602550Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_layer_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3603040Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_dim_order.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3603530Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_log_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3604050Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3604550Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear_qcs4w.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3605050Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3605560Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_view_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3606090Z 2026-07-24 19:06:57,307 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3606600Z 2026-07-24 19:06:57,308 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_grid_sampler_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3607140Z 2026-07-24 19:06:57,308 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3607610Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_quant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3607990Z 2026-07-24 19:06:57,309 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/test/ops/dynamic_shape 2026-07-24T19:06:57.3608700Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/dynamic_shape/test_dynamic_shape_export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops/dynamic_shape 2026-07-24T19:06:57.3609220Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear_dq8ca_q4gsw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3609700Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3610230Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_split_with_sizes_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3610750Z 2026-07-24 19:06:57,309 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_constant_pad_nd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3611240Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3611750Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_logical_and.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3612250Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3612750Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_index_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3613320Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3613840Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_expand_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3614370Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3614940Z 2026-07-24 19:06:57,310 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_et_vk_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3615460Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_conv_with_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3615990Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_floor_divide.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3616480Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3617020Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3617540Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_addmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3618050Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_pw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3618550Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_conv1d_dw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3619050Z 2026-07-24 19:06:57,311 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3619530Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_flip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3620040Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_conv2d_dw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3620530Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_conv1d_pw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3621050Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_pixel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3621550Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3622050Z 2026-07-24 19:06:57,312 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_grid_priors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3622550Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3623080Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3623690Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_rope.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3992920Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_rms_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3994250Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3995440Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_update_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3997380Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_rope_hf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.3998900Z 2026-07-24 19:06:57,313 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_group_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4015780Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_reduce.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4016220Z 2026-07-24 19:06:57,314 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:57.4016770Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/index/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:57.4017350Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/index/test_index.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops/index 2026-07-24T19:06:57.4017890Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4018380Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_prepack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4018870Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4019350Z 2026-07-24 19:06:57,314 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4019850Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q4gsw_requant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4020370Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_embedding_q4gsw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4020990Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4021630Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4022120Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_compare.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4022600Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4023330Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_unary_activations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4024030Z 2026-07-24 19:06:57,315 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_dispatch_order.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4024630Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear_q8ta_q8csw.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4025120Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_fused_ce.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4025600Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_linear_dW.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4026180Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_quantized_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4026700Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_where.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4027180Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4027670Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_pixel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4028160Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4028630Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4029110Z 2026-07-24 19:06:57,316 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4029590Z 2026-07-24 19:06:57,317 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_q8ta_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4030350Z 2026-07-24 19:06:57,317 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_quantized_linear_backward.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4030940Z 2026-07-24 19:06:57,317 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4031520Z 2026-07-24 19:06:57,317 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4031990Z 2026-07-24 19:06:57,317 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/test/ops/test_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/test/ops 2026-07-24T19:06:57.4032300Z 2026-07-24 19:06:57,317 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime 2026-07-24T19:06:57.4032700Z 2026-07-24 19:06:57,317 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops 2026-07-24T19:06:57.4032950Z 2026-07-24 19:06:57,317 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:57.4033560Z 2026-07-24 19:06:57,318 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_out.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:57.4034130Z 2026-07-24 19:06:57,318 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_attn_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/sdpa 2026-07-24T19:06:57.4034400Z 2026-07-24 19:06:57,318 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/rms_norm 2026-07-24T19:06:57.4034940Z 2026-07-24 19:06:57,318 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/rms_norm/rms_norm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/rms_norm 2026-07-24T19:06:57.4035210Z 2026-07-24 19:06:57,318 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/update_cache 2026-07-24T19:06:57.4035790Z 2026-07-24 19:06:57,318 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/update_cache/update_cache.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/update_cache 2026-07-24T19:06:57.4036060Z 2026-07-24 19:06:57,318 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/boolean_op 2026-07-24T19:06:57.4036620Z 2026-07-24 19:06:57,318 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/boolean_op/boolean_op.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/boolean_op 2026-07-24T19:06:57.4036870Z 2026-07-24 19:06:57,318 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/softmax 2026-07-24T19:06:57.4037410Z 2026-07-24 19:06:57,319 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/softmax/softmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/softmax 2026-07-24T19:06:57.4037690Z 2026-07-24 19:06:57,319 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/sdpa_fd_decode 2026-07-24T19:06:57.4038270Z 2026-07-24 19:06:57,319 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/sdpa_fd_decode/sdpa_fd_split.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/sdpa_fd_decode 2026-07-24T19:06:57.4038720Z 2026-07-24 19:06:57,319 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/binary_op 2026-07-24T19:06:57.4039340Z 2026-07-24 19:06:57,319 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/binary_op/binary_op.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/binary_op 2026-07-24T19:06:57.4039680Z 2026-07-24 19:06:57,319 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/runtime/ops/quantized_linear 2026-07-24T19:06:57.4040440Z 2026-07-24 19:06:57,319 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/runtime/ops/quantized_linear/q4gsw_linear_gemm_steel.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/runtime/ops/quantized_linear 2026-07-24T19:06:57.4040870Z 2026-07-24 19:06:57,319 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu 2026-07-24T19:06:57.4041180Z 2026-07-24 19:06:57,319 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/webgpu/scripts 2026-07-24T19:06:57.4041750Z 2026-07-24 19:06:57,320 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/webgpu/scripts/gen_wgsl_headers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/webgpu/scripts 2026-07-24T19:06:57.4041970Z 2026-07-24 19:06:57,320 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino 2026-07-24T19:06:57.4042190Z 2026-07-24 19:06:57,320 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/test 2026-07-24T19:06:57.4042430Z 2026-07-24 19:06:57,320 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/test/tester 2026-07-24T19:06:57.4043010Z 2026-07-24 19:06:57,320 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/test/tester/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/test/tester 2026-07-24T19:06:57.4043510Z 2026-07-24 19:06:57,320 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/test/tester/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/test/tester 2026-07-24T19:06:57.4043960Z 2026-07-24 19:06:57,320 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino 2026-07-24T19:06:57.4044410Z 2026-07-24 19:06:57,320 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino 2026-07-24T19:06:57.4044630Z 2026-07-24 19:06:57,321 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/tests 2026-07-24T19:06:57.4044870Z 2026-07-24 19:06:57,321 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/tests/models 2026-07-24T19:06:57.4045410Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/models 2026-07-24T19:06:57.4045900Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests 2026-07-24T19:06:57.4046130Z 2026-07-24 19:06:57,321 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4046640Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4047240Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4047740Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4048240Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4048750Z 2026-07-24 19:06:57,321 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4049320Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4049850Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4050360Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4050860Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4051410Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4052020Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/ops 2026-07-24T19:06:57.4052270Z 2026-07-24 19:06:57,322 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:57.4052840Z 2026-07-24 19:06:57,322 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/quantizer/test_llm_compression.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:57.4053410Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/tests/quantizer/synthetic_test_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/tests/quantizer 2026-07-24T19:06:57.4053860Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino 2026-07-24T19:06:57.4054100Z 2026-07-24 19:06:57,323 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/_passes 2026-07-24T19:06:57.4054640Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/_passes/decompose_floor_divide_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/_passes 2026-07-24T19:06:57.4055130Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/_passes 2026-07-24T19:06:57.4055480Z 2026-07-24 19:06:57,323 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/openvino/quantizer 2026-07-24T19:06:57.4055980Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/quantizer 2026-07-24T19:06:57.4056490Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/quantizer 2026-07-24T19:06:57.4057030Z 2026-07-24 19:06:57,323 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer/llm_compression.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/quantizer 2026-07-24T19:06:57.4057550Z 2026-07-24 19:06:57,324 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/openvino/quantizer/observers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/openvino/quantizer 2026-07-24T19:06:57.4057840Z 2026-07-24 19:06:57,324 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung 2026-07-24T19:06:57.4058060Z 2026-07-24 19:06:57,324 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/test 2026-07-24T19:06:57.4058340Z 2026-07-24 19:06:57,324 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/test/utils 2026-07-24T19:06:57.4058870Z 2026-07-24 19:06:57,324 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/utils/runtime_executor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/utils 2026-07-24T19:06:57.4059370Z 2026-07-24 19:06:57,324 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/utils/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/utils 2026-07-24T19:06:57.4059600Z 2026-07-24 19:06:57,324 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/test/models 2026-07-24T19:06:57.4060150Z 2026-07-24 19:06:57,324 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_torchvision_vit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4060720Z 2026-07-24 19:06:57,325 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_resnet18.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4061330Z 2026-07-24 19:06:57,325 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_inception_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4061940Z 2026-07-24 19:06:57,325 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_edsr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4062510Z 2026-07-24 19:06:57,325 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_mobilenet_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4063060Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_mobilenet_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4063690Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_resnet50.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4064260Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_inception_v4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4064850Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_wav2letter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4065360Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/models/test_deeplab_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/models 2026-07-24T19:06:57.4065600Z 2026-07-24 19:06:57,326 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/test/tester 2026-07-24T19:06:57.4066120Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/tester/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/tester 2026-07-24T19:06:57.4066700Z 2026-07-24 19:06:57,326 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/tester/samsung_tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/tester 2026-07-24T19:06:57.4066950Z 2026-07-24 19:06:57,327 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4067610Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4068110Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4068620Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4069120Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4069610Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4070100Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4070580Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4071080Z 2026-07-24 19:06:57,327 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4071600Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_log_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4072140Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4072690Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4073230Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4073750Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_constant_pad_nd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4074240Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4074730Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_expand_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4075280Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4075800Z 2026-07-24 19:06:57,328 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4076270Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4076750Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4077240Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4077720Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4078190Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4078710Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4079190Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4079680Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4080150Z 2026-07-24 19:06:57,329 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4080640Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4081160Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4081740Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_pixel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4082230Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_slice_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4082780Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4083370Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4083930Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4084430Z 2026-07-24 19:06:57,330 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/test/ops/test_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/test/ops 2026-07-24T19:06:57.4084670Z 2026-07-24 19:06:57,331 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/builders 2026-07-24T19:06:57.4089330Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4089850Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4090340Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4090800Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4091280Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4091780Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_hardsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4092250Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4092720Z 2026-07-24 19:06:57,331 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4093190Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4093740Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_constant_pad_nd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4094300Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4094770Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4095260Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4095750Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4096300Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4096930Z 2026-07-24 19:06:57,332 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4097430Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_slice_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4097900Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4098390Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4098880Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_pixel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4099370Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4099850Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4100370Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4100850Z 2026-07-24 19:06:57,333 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4101310Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4101810Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_layer_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4102340Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4102940Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4103430Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4103910Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4104390Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4104970Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_expand_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4105520Z 2026-07-24 19:06:57,334 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4105990Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4106480Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4106950Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4107430Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4107900Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4108380Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4108860Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4109350Z 2026-07-24 19:06:57,335 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4109830Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_getitem.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4110320Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_dequantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4110860Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_log_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4111430Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/builders/op_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/builders 2026-07-24T19:06:57.4111880Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/enn_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung 2026-07-24T19:06:57.4112130Z 2026-07-24 19:06:57,336 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/serialization 2026-07-24T19:06:57.4112680Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization/compile_options_def.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/serialization 2026-07-24T19:06:57.4113400Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization/compile_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/serialization 2026-07-24T19:06:57.4113990Z 2026-07-24 19:06:57,336 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/serialization/enn_graph_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/serialization 2026-07-24T19:06:57.4114220Z 2026-07-24 19:06:57,337 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/utils 2026-07-24T19:06:57.4114690Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils/export_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/utils 2026-07-24T19:06:57.4115170Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils/constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/utils 2026-07-24T19:06:57.4115640Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/utils/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/utils 2026-07-24T19:06:57.4115890Z 2026-07-24 19:06:57,337 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/_passes 2026-07-24T19:06:57.4116590Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/annotate_scalar_parameters.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4117450Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/annotate_qparams.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4118050Z 2026-07-24 19:06:57,337 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/replace_scalar_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4118550Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/fold_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4119060Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/remove_useless_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4119590Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/customized_constant_prop.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4120310Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4120820Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/conv1d_to_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4121320Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/fuse_conv_act.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4121800Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/_passes/insert_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/_passes 2026-07-24T19:06:57.4122040Z 2026-07-24 19:06:57,338 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/partition 2026-07-24T19:06:57.4122670Z 2026-07-24 19:06:57,338 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/partition/enn_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/partition 2026-07-24T19:06:57.4122950Z 2026-07-24 19:06:57,339 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/samsung/quantizer 2026-07-24T19:06:57.4123450Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer/qconfig.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/quantizer 2026-07-24T19:06:57.4123930Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/quantizer 2026-07-24T19:06:57.4124430Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer/annotator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/quantizer 2026-07-24T19:06:57.4124930Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/samsung/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/samsung/quantizer 2026-07-24T19:06:57.4125320Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends 2026-07-24T19:06:57.4125540Z 2026-07-24 19:06:57,339 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mediatek 2026-07-24T19:06:57.4126000Z 2026-07-24 19:06:57,339 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek 2026-07-24T19:06:57.4126450Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek 2026-07-24T19:06:57.4126890Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek 2026-07-24T19:06:57.4127300Z 2026-07-24 19:06:57,340 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mediatek/_passes 2026-07-24T19:06:57.4127790Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/_passes 2026-07-24T19:06:57.4128440Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/_passes 2026-07-24T19:06:57.4128770Z 2026-07-24 19:06:57,340 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mediatek/quantizer 2026-07-24T19:06:57.4129260Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2026-07-24T19:06:57.4129740Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2026-07-24T19:06:57.4130230Z 2026-07-24 19:06:57,340 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2026-07-24T19:06:57.4130730Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mediatek/quantizer 2026-07-24T19:06:57.4131060Z 2026-07-24 19:06:57,341 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/transforms 2026-07-24T19:06:57.4131640Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4132120Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4132580Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4133090Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/decompose_channels_last_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4133570Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4133800Z 2026-07-24 19:06:57,341 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/transforms/test 2026-07-24T19:06:57.4134310Z 2026-07-24 19:06:57,341 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_decompose_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4134810Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4135370Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_quantize_fused_convbn_bias_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4135920Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_permute_optimization_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4136420Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_remove_clone_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4137030Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4137600Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4138130Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_create_mutable_buffer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4138670Z 2026-07-24 19:06:57,342 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_decompose_channels_last_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4139180Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_channels_last_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4139840Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_to_contiguous_channels_last_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4140510Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4141050Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/test/test_aten_to_dialect_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms/test 2026-07-24T19:06:57.4141590Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/aten_to_dialect_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4142200Z 2026-07-24 19:06:57,343 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_cascaded_transpose_or_permute_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4142680Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/channels_last_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4143130Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4143640Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4144150Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/quantize_fused_convbn_bias_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4144630Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4145130Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4145660Z 2026-07-24 19:06:57,344 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4146300Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/remove_permutes_around_elementwise_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4146740Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4147230Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_cascaded_view_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4147700Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4148360Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4148860Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4149410Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4149890Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4150470Z 2026-07-24 19:06:57,345 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/fuse_transpose_or_permute_op_pairs_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4151090Z 2026-07-24 19:06:57,346 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/replace_nop_transpose_or_permute_with_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4151610Z 2026-07-24 19:06:57,346 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/permute_pass_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4152420Z 2026-07-24 19:06:57,346 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/transforms/postpone_permute_below_squeeze_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/transforms 2026-07-24T19:06:57.4152680Z 2026-07-24 19:06:57,346 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan 2026-07-24T19:06:57.4152920Z 2026-07-24 19:06:57,346 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/tools 2026-07-24T19:06:57.4153170Z 2026-07-24 19:06:57,346 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/tools/gpuinfo 2026-07-24T19:06:57.4153510Z 2026-07-24 19:06:57,346 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4154160Z 2026-07-24 19:06:57,346 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4154710Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4155660Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4156200Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4156850Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4157540Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2026-07-24T19:06:57.4158130Z 2026-07-24 19:06:57,347 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan 2026-07-24T19:06:57.4158360Z 2026-07-24 19:06:57,348 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4159010Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4159510Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/select_as_symint.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4160100Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_binary.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4160610Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/weight_packing_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4161080Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4161700Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_convolution.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4162170Z 2026-07-24 19:06:57,348 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/rope_hf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4162710Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4163170Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/rope.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4167650Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4168230Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/pattern_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4168920Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/rms_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4169410Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_unary.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4169920Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/patterns/quantized_pixel_shuffle.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/patterns 2026-07-24T19:06:57.4170140Z 2026-07-24 19:06:57,349 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test 2026-07-24T19:06:57.4170690Z 2026-07-24 19:06:57,349 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4171050Z 2026-07-24 19:06:57,350 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test/custom_ops 2026-07-24T19:06:57.4171320Z 2026-07-24 19:06:57,350 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.4171900Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/custom_ops/glsl/add.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.4172480Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/custom_ops/glsl/q4gsw_linear_gemv__w_4x8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/custom_ops/glsl 2026-07-24T19:06:57.4172930Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4173560Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_vulkan_compile_options.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4174160Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_vulkan_tensor_repr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4174380Z 2026-07-24 19:06:57,350 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.4174880Z 2026-07-24 19:06:57,350 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.4175400Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.4175920Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/glsl 2026-07-24T19:06:57.4176520Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4177020Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4177360Z 2026-07-24 19:06:57,351 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:57.4178000Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:57.4178540Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:57.4178800Z 2026-07-24 19:06:57,351 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4179450Z 2026-07-24 19:06:57,351 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4180100Z 2026-07-24 19:06:57,352 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4180800Z 2026-07-24 19:06:57,352 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4181340Z 2026-07-24 19:06:57,352 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4181970Z 2026-07-24 19:06:57,353 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4182520Z 2026-07-24 19:06:57,353 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2026-07-24T19:06:57.4183080Z 2026-07-24 19:06:57,353 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test/op_tests 2026-07-24T19:06:57.4183560Z 2026-07-24 19:06:57,354 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4184120Z 2026-07-24 19:06:57,354 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/test 2026-07-24T19:06:57.4184360Z 2026-07-24 19:06:57,355 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/partitioner 2026-07-24T19:06:57.4184880Z 2026-07-24 19:06:57,355 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/partitioner 2026-07-24T19:06:57.4185210Z 2026-07-24 19:06:57,356 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/serialization 2026-07-24T19:06:57.4185730Z 2026-07-24 19:06:57,356 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/serialization 2026-07-24T19:06:57.4186300Z 2026-07-24 19:06:57,356 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/serialization 2026-07-24T19:06:57.4187010Z 2026-07-24 19:06:57,356 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/serialization 2026-07-24T19:06:57.4187550Z 2026-07-24 19:06:57,356 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/serialization 2026-07-24T19:06:57.4187770Z 2026-07-24 19:06:57,357 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/runtime 2026-07-24T19:06:57.4188340Z 2026-07-24 19:06:57,357 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime 2026-07-24T19:06:57.4188590Z 2026-07-24 19:06:57,357 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/runtime/graph 2026-07-24T19:06:57.4189040Z 2026-07-24 19:06:57,357 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops 2026-07-24T19:06:57.4189350Z 2026-07-24 19:06:57,357 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4189910Z 2026-07-24 19:06:57,357 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/col2im.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4190600Z 2026-07-24 19:06:57,357 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4191290Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4192070Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4192740Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/view_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4193340Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_q4gsw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4194010Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4194600Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_linear_weight.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4195190Z 2026-07-24 19:06:57,358 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4195950Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4w4c.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4196750Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4197310Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4198320Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized_4x4.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4199070Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4199710Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4200270Z 2026-07-24 19:06:57,359 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4200950Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_sampler_2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4201540Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/gather_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4202250Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_coop.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4202860Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_q8ta_q8csw_q8to.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4203510Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4204060Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dW.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4204780Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4205350Z 2026-07-24 19:06:57,360 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/adamw_step.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4206280Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_linear_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4206980Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4207570Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4208270Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4208940Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4210330Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8ta_q8csw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4211060Z 2026-07-24 19:06:57,361 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight__w_4x8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4211680Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/coopmat_mm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4212380Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_dequantize.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4212960Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4213600Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4214380Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_binary.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4214950Z 2026-07-24 19:06:57,362 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4215550Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_dw_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4216230Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4217300Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4218230Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/apply_rotary_emb_interleaved.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4218810Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4219680Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4220320Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4220920Z 2026-07-24 19:06:57,363 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4221480Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4222050Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4222630Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_dw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4223230Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_im2col.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4223790Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4224380Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4225080Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/arange_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4225660Z 2026-07-24 19:06:57,364 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8csw_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4226310Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4227020Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4227590Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_im2col.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4228170Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/int8x4_buffer_to_nchw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4228830Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_quantize.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4229450Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/split_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4230010Z 2026-07-24 19:06:57,365 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_dw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4230570Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4231430Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4232140Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4232730Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4233320Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4233930Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_transposed.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4234540Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4235120Z 2026-07-24 19:06:57,366 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding_hf.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4235910Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_scalar.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4236680Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4237350Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4238060Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w_with_group_sums.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4238810Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_fp_linear_weight.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4239550Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8csw_linear_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4240130Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_pixel_shuffle.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4240800Z 2026-07-24 19:06:57,367 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4241420Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4242020Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4242580Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4243150Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4243780Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4244350Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4244980Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce_per_row_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4245640Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__w_4x8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4246220Z 2026-07-24 19:06:57,368 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4246790Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce_sum.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4247460Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_q4gsw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4248190Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4248840Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_coop.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4249610Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_int8x4_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4250280Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_q8ta_q8csw_q8to_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4250900Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4251480Z 2026-07-24 19:06:57,369 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_im2col.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4252040Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4252730Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4253310Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4253880Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_gemm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4254550Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4255250Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4255800Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4260670Z 2026-07-24 19:06:57,370 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/split_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4261490Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4262200Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__tin__w_4x8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4262810Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4263410Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4264000Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4264580Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4265150Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4265750Z 2026-07-24 19:06:57,371 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_qw_coopmat.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4266320Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4267030Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/full_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4267720Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to_linear_tiled.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4268410Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/full_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4269220Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/im2col_packed_int8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4269830Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qw_coopmat.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4270380Z 2026-07-24 19:06:57,372 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4271180Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4271810Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_scalar.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4272370Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4272940Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_clone.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4273520Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4274130Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4274700Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_unary.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4275280Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_legacy.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4275900Z 2026-07-24 19:06:57,373 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4276590Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/unpack_4w4c_and_dequantize.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4277190Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4278030Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4278680Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_requant.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4279290Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4279890Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_backward.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4280570Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/arange_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4281190Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4281730Z 2026-07-24 19:06:57,374 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4282320Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4282910Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4283480Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4284060Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4284650Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4285260Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_coop.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4285830Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4286410Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_kv_cache_update.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4287180Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4287720Z 2026-07-24 19:06:57,375 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4288270Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_pw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4288970Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_pw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4289750Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/im2col.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4290370Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4290940Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4291580Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4292180Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4292810Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4293370Z 2026-07-24 19:06:57,376 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_vec.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4293930Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4294530Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weights_softmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4295130Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_conv2d_gemm_weight.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4295780Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemv_coop__w_4x8.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4296420Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_vec.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4297000Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4297810Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear_gemv.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4298420Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/gather_buffer.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4299360Z 2026-07-24 19:06:57,377 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_texture.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4299970Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4300560Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_per_row.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2026-07-24T19:06:57.4300980Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan 2026-07-24T19:06:57.4301200Z 2026-07-24 19:06:57,378 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4301790Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/fold_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4302290Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4302810Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4303410Z 2026-07-24 19:06:57,378 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4303900Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4304360Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4304910Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4305440Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/fuse_patterns.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4305940Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4306440Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/_passes/insert_dtype_promotion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/_passes 2026-07-24T19:06:57.4306870Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan 2026-07-24T19:06:57.4307340Z 2026-07-24 19:06:57,379 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan 2026-07-24T19:06:57.4307580Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party 2026-07-24T19:06:57.4307860Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/volk 2026-07-24T19:06:57.4308370Z 2026-07-24 19:06:57,380 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/volk 2026-07-24T19:06:57.4308670Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2026-07-24T19:06:57.4308990Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2026-07-24T19:06:57.4309340Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2026-07-24T19:06:57.4310100Z 2026-07-24 19:06:57,380 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2026-07-24T19:06:57.4310370Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2026-07-24T19:06:57.4310670Z 2026-07-24 19:06:57,380 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4311310Z 2026-07-24 19:06:57,380 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4311960Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4312600Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4313270Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4314020Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4314670Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4315300Z 2026-07-24 19:06:57,381 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4315650Z 2026-07-24 19:06:57,381 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:57.4316400Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:57.4317230Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2026-07-24T19:06:57.4317970Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4318620Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2026-07-24T19:06:57.4318860Z 2026-07-24 19:06:57,382 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/vulkan/quantizer 2026-07-24T19:06:57.4319510Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/quantizer 2026-07-24T19:06:57.4320050Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan/quantizer 2026-07-24T19:06:57.4320490Z 2026-07-24 19:06:57,382 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/vulkan 2026-07-24T19:06:57.4320710Z 2026-07-24 19:06:57,383 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack 2026-07-24T19:06:57.4320970Z 2026-07-24 19:06:57,383 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test 2026-07-24T19:06:57.4321300Z 2026-07-24 19:06:57,383 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/fragments 2026-07-24T19:06:57.4321830Z 2026-07-24 19:06:57,383 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/fragments/test_dim_order.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/fragments 2026-07-24T19:06:57.4322130Z 2026-07-24 19:06:57,383 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:57.4322880Z 2026-07-24 19:06:57,383 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:57.4323460Z 2026-07-24 19:06:57,383 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/serialization 2026-07-24T19:06:57.4323700Z 2026-07-24 19:06:57,383 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4324240Z 2026-07-24 19:06:57,383 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4324790Z 2026-07-24 19:06:57,384 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4325630Z 2026-07-24 19:06:57,384 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_propagate_custom_meta_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4326210Z 2026-07-24 19:06:57,385 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4326710Z 2026-07-24 19:06:57,385 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4327430Z 2026-07-24 19:06:57,385 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_insert_pad_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4328040Z 2026-07-24 19:06:57,385 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4328620Z 2026-07-24 19:06:57,386 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4329190Z 2026-07-24 19:06:57,386 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_remove_noop_expand_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4329750Z 2026-07-24 19:06:57,386 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_decompose_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4330290Z 2026-07-24 19:06:57,387 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4330900Z 2026-07-24 19:06:57,387 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/passes 2026-07-24T19:06:57.4331350Z 2026-07-24 19:06:57,387 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test 2026-07-24T19:06:57.4331800Z 2026-07-24 19:06:57,388 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4332610Z 2026-07-24 19:06:57,388 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4333120Z 2026-07-24 19:06:57,388 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4333650Z 2026-07-24 19:06:57,389 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4334270Z 2026-07-24 19:06:57,389 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4334960Z 2026-07-24 19:06:57,389 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4335500Z 2026-07-24 19:06:57,390 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4336010Z 2026-07-24 19:06:57,390 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4336930Z 2026-07-24 19:06:57,390 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4337540Z 2026-07-24 19:06:57,390 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4339150Z 2026-07-24 19:06:57,391 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4339810Z 2026-07-24 19:06:57,391 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4340370Z 2026-07-24 19:06:57,391 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4752620Z 2026-07-24 19:06:57,391 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/models 2026-07-24T19:06:57.4753430Z 2026-07-24 19:06:57,392 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test 2026-07-24T19:06:57.4753690Z 2026-07-24 19:06:57,392 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/recipes 2026-07-24T19:06:57.4754240Z 2026-07-24 19:06:57,393 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/recipes 2026-07-24T19:06:57.4754610Z 2026-07-24 19:06:57,393 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/tester 2026-07-24T19:06:57.4755270Z 2026-07-24 19:06:57,393 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/tester 2026-07-24T19:06:57.4755760Z 2026-07-24 19:06:57,394 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/tester 2026-07-24T19:06:57.4756100Z 2026-07-24 19:06:57,394 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4756590Z 2026-07-24 19:06:57,394 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4757080Z 2026-07-24 19:06:57,394 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4757710Z 2026-07-24 19:06:57,394 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4758260Z 2026-07-24 19:06:57,394 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4758740Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4759220Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4759740Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4760220Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4760690Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_cos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4761170Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4761660Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4762130Z 2026-07-24 19:06:57,395 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4762620Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4763130Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4763780Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4764260Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4764730Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4765230Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4765790Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4766300Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4766770Z 2026-07-24 19:06:57,396 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4767250Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_clone.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4767720Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4768190Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4768710Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4769180Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4769660Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4770130Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4770610Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4771190Z 2026-07-24 19:06:57,397 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4771730Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4772300Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_sin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4772860Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4773340Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4773830Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4774380Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4774920Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4775420Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4775900Z 2026-07-24 19:06:57,398 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4776390Z 2026-07-24 19:06:57,399 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4777190Z 2026-07-24 19:06:57,399 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4777970Z 2026-07-24 19:06:57,399 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4778470Z 2026-07-24 19:06:57,399 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4778990Z 2026-07-24 19:06:57,399 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4779580Z 2026-07-24 19:06:57,400 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4780190Z 2026-07-24 19:06:57,400 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4780770Z 2026-07-24 19:06:57,400 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4781600Z 2026-07-24 19:06:57,400 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/ops 2026-07-24T19:06:57.4782430Z 2026-07-24 19:06:57,400 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test 2026-07-24T19:06:57.4782770Z 2026-07-24 19:06:57,401 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:57.4783460Z 2026-07-24 19:06:57,401 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:57.4784020Z 2026-07-24 19:06:57,401 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:57.4784830Z 2026-07-24 19:06:57,401 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test/quantizer 2026-07-24T19:06:57.4785460Z 2026-07-24 19:06:57,401 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/test/test_xnnpack_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/test 2026-07-24T19:06:57.4785780Z 2026-07-24 19:06:57,401 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4786400Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4786980Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4787530Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4788020Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4788610Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4789170Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4789660Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4790270Z 2026-07-24 19:06:57,402 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4790860Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4791410Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4792120Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4792680Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4793280Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4793870Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4794640Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4795290Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4795950Z 2026-07-24 19:06:57,403 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4796440Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4796970Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4797690Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_sin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4798170Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4798760Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4799250Z 2026-07-24 19:06:57,404 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4799870Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4800360Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4800940Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4801730Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4802310Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4802940Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4803540Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_view_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4804040Z 2026-07-24 19:06:57,405 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4804780Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4805550Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4806030Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4806630Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4807110Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4807580Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4808070Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4808770Z 2026-07-24 19:06:57,406 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4809260Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4809770Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4810360Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4811080Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4811710Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_clone.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4812330Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_cos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4812830Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4813450Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4814080Z 2026-07-24 19:06:57,407 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4814780Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4815390Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4815900Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4816530Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4817020Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/operators 2026-07-24T19:06:57.4817360Z 2026-07-24 19:06:57,408 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.4818030Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.4818600Z 2026-07-24 19:06:57,408 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.4819140Z 2026-07-24 19:06:57,409 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.4819810Z 2026-07-24 19:06:57,409 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/serialization 2026-07-24T19:06:57.4820250Z 2026-07-24 19:06:57,409 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack 2026-07-24T19:06:57.4820540Z 2026-07-24 19:06:57,409 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/utils 2026-07-24T19:06:57.4821120Z 2026-07-24 19:06:57,409 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/utils 2026-07-24T19:06:57.4822030Z 2026-07-24 19:06:57,409 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/utils 2026-07-24T19:06:57.4822500Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/utils 2026-07-24T19:06:57.4823200Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/utils 2026-07-24T19:06:57.4823440Z 2026-07-24 19:06:57,410 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4824220Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4824810Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/decompose_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4825500Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4826030Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4826630Z 2026-07-24 19:06:57,410 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4827200Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/fuse_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4832940Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4833440Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4834010Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4835020Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4835540Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/insert_pad_qdq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4836150Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/propagate_custom_meta_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4836880Z 2026-07-24 19:06:57,411 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/remove_noop_expand_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4837510Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4839850Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4841390Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/_passes 2026-07-24T19:06:57.4841990Z 2026-07-24 19:06:57,412 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/recipes 2026-07-24T19:06:57.4844350Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/recipes 2026-07-24T19:06:57.4845250Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/recipes 2026-07-24T19:06:57.4845790Z 2026-07-24 19:06:57,412 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/recipes 2026-07-24T19:06:57.4846040Z 2026-07-24 19:06:57,413 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party 2026-07-24T19:06:57.4846790Z 2026-07-24 19:06:57,413 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party 2026-07-24T19:06:57.4847100Z 2026-07-24 19:06:57,413 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:57.4848190Z 2026-07-24 19:06:57,413 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:57.4848830Z 2026-07-24 19:06:57,413 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2026-07-24T19:06:57.4849090Z 2026-07-24 19:06:57,413 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:57.4849780Z 2026-07-24 19:06:57,413 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:57.4850330Z 2026-07-24 19:06:57,413 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2026-07-24T19:06:57.4850590Z 2026-07-24 19:06:57,414 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2026-07-24T19:06:57.4850870Z 2026-07-24 19:06:57,414 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4851640Z 2026-07-24 19:06:57,414 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4852560Z 2026-07-24 19:06:57,414 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4853210Z 2026-07-24 19:06:57,414 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4853940Z 2026-07-24 19:06:57,414 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4854720Z 2026-07-24 19:06:57,414 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4855500Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4856250Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4856810Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4857520Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4858240Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4858870Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4859580Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4860320Z 2026-07-24 19:06:57,415 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4860900Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4861720Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4862440Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4863160Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4863780Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4864650Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4865440Z 2026-07-24 19:06:57,416 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2026-07-24T19:06:57.4865750Z 2026-07-24 19:06:57,417 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4866500Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4867330Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4868120Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4868870Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4869500Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4870260Z 2026-07-24 19:06:57,417 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4870960Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4871640Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4872560Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4873240Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4874160Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4874960Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4875760Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4876490Z 2026-07-24 19:06:57,418 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4877230Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4877940Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4878640Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4879380Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4880070Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4881150Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler 2026-07-24T19:06:57.4881450Z 2026-07-24 19:06:57,419 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4882250Z 2026-07-24 19:06:57,419 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4883020Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4883650Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4884270Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4884870Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4885600Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4886300Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4886910Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4887540Z 2026-07-24 19:06:57,420 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc2w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4888170Z 2026-07-24 19:06:57,421 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4888880Z 2026-07-24 19:06:57,421 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4889510Z 2026-07-24 19:06:57,421 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc2w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4890130Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-f16-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4890720Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4891320Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4892130Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4892880Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4893490Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4894110Z 2026-07-24 19:06:57,422 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4894950Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4895620Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4896240Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4896850Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4897460Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4898110Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4898800Z 2026-07-24 19:06:57,423 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4899450Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4900060Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4900690Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4901380Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4902050Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4902680Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4903430Z 2026-07-24 19:06:57,424 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4904130Z 2026-07-24 19:06:57,425 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4904810Z 2026-07-24 19:06:57,425 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4905400Z 2026-07-24 19:06:57,425 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4906020Z 2026-07-24 19:06:57,425 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4906760Z 2026-07-24 19:06:57,425 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4907480Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4908180Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4909330Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4910020Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4910670Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4911370Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4912110Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4912680Z 2026-07-24 19:06:57,426 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4913280Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4913890Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4914630Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4915230Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4915840Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4916470Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4917100Z 2026-07-24 19:06:57,427 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc2w-gemm-minmax-fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4917710Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4918340Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4918940Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4919540Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2026-07-24T19:06:57.4919830Z 2026-07-24 19:06:57,428 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4920480Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4921220Z 2026-07-24 19:06:57,428 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4921830Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-gn-tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4922490Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4923290Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2026-07-24T19:06:57.4923580Z 2026-07-24 19:06:57,429 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack 2026-07-24T19:06:57.4923950Z 2026-07-24 19:06:57,429 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels 2026-07-24T19:06:57.4924280Z 2026-07-24 19:06:57,429 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:57.4924950Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:57.4925630Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:57.4926310Z 2026-07-24 19:06:57,429 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/kernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary 2026-07-24T19:06:57.4926630Z 2026-07-24 19:06:57,430 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4927280Z 2026-07-24 19:06:57,430 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4927950Z 2026-07-24 19:06:57,430 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4928640Z 2026-07-24 19:06:57,430 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4929300Z 2026-07-24 19:06:57,430 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/kernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4930100Z 2026-07-24 19:06:57,430 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4930750Z 2026-07-24 19:06:57,431 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4931420Z 2026-07-24 19:06:57,431 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sine_cosine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary 2026-07-24T19:06:57.4931740Z 2026-07-24 19:06:57,431 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot 2026-07-24T19:06:57.4932200Z 2026-07-24 19:06:57,431 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4932970Z 2026-07-24 19:06:57,431 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4933680Z 2026-07-24 19:06:57,431 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4934410Z 2026-07-24 19:06:57,431 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4935150Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k16.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4935980Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp64.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4936720Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32_k16.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4937450Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_int8_int8_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4938150Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp64.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4938910Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4939710Z 2026-07-24 19:06:57,432 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4940440Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4941230Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4942100Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32_k1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4942790Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4943530Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp16_fp16_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4944230Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/dot_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4944920Z 2026-07-24 19:06:57,433 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4945650Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32_k2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4946400Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4947230Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4947940Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator 2026-07-24T19:06:57.4948360Z 2026-07-24 19:06:57,434 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4949060Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/common_rules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4953270Z 2026-07-24 19:06:57,434 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4954060Z 2026-07-24 19:06:57,435 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4954910Z 2026-07-24 19:06:57,435 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4955670Z 2026-07-24 19:06:57,435 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4956350Z 2026-07-24 19:06:57,435 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/x86.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise 2026-07-24T19:06:57.4956680Z 2026-07-24 19:06:57,435 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:57.4957350Z 2026-07-24 19:06:57,435 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:57.4958010Z 2026-07-24 19:06:57,436 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/kernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary 2026-07-24T19:06:57.4958280Z 2026-07-24 19:06:57,436 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:57.4958830Z 2026-07-24 19:06:57,436 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:57.4959110Z 2026-07-24 19:06:57,436 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.4959740Z 2026-07-24 19:06:57,436 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.4960370Z 2026-07-24 19:06:57,436 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.4961120Z 2026-07-24 19:06:57,436 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2026-07-24T19:06:57.4961400Z 2026-07-24 19:06:57,437 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2026-07-24T19:06:57.4961680Z 2026-07-24 19:06:57,437 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:57.4962290Z 2026-07-24 19:06:57,437 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:57.4963170Z 2026-07-24 19:06:57,437 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2026-07-24T19:06:57.4963720Z 2026-07-24 19:06:57,437 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2026-07-24T19:06:57.4964010Z 2026-07-24 19:06:57,437 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:57.4964540Z 2026-07-24 19:06:57,437 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:57.4964810Z 2026-07-24 19:06:57,437 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2026-07-24T19:06:57.4965940Z 2026-07-24 19:06:57,438 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2026-07-24T19:06:57.4966700Z 2026-07-24 19:06:57,438 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2026-07-24T19:06:57.4966970Z 2026-07-24 19:06:57,438 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2026-07-24T19:06:57.4967260Z 2026-07-24 19:06:57,438 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:57.4967850Z 2026-07-24 19:06:57,438 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:57.4968500Z 2026-07-24 19:06:57,438 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:57.4969090Z 2026-07-24 19:06:57,438 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2026-07-24T19:06:57.4969610Z 2026-07-24 19:06:57,438 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/third-party/FP16 2026-07-24T19:06:57.4969880Z 2026-07-24 19:06:57,438 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/partition 2026-07-24T19:06:57.4970290Z 2026-07-24 19:06:57,439 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4970850Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4971510Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4972100Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4972960Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4973640Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4974240Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/config 2026-07-24T19:06:57.4974890Z 2026-07-24 19:06:57,439 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition 2026-07-24T19:06:57.4975150Z 2026-07-24 19:06:57,440 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:57.4975670Z 2026-07-24 19:06:57,440 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:57.4976340Z 2026-07-24 19:06:57,440 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/partition/graphs 2026-07-24T19:06:57.4976580Z 2026-07-24 19:06:57,440 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/xnnpack/quantizer 2026-07-24T19:06:57.4977100Z 2026-07-24 19:06:57,440 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/quantizer 2026-07-24T19:06:57.4977640Z 2026-07-24 19:06:57,440 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack/quantizer 2026-07-24T19:06:57.4978110Z 2026-07-24 19:06:57,440 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/xnnpack 2026-07-24T19:06:57.4978310Z 2026-07-24 19:06:57,441 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm 2026-07-24T19:06:57.4978530Z 2026-07-24 19:06:57,441 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/ao_ext 2026-07-24T19:06:57.4978980Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext 2026-07-24T19:06:57.4979490Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/mxfp_tosa_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext 2026-07-24T19:06:57.4980020Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/mxfp_transform.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext 2026-07-24T19:06:57.4980240Z 2026-07-24 19:06:57,441 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:57.4980730Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops/mxfp_linear_op.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:57.4981200Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:57.4982340Z 2026-07-24 19:06:57,441 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/ops/mxfp_conv2d_op.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext/ops 2026-07-24T19:06:57.4983190Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ao_ext/mxfp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ao_ext 2026-07-24T19:06:57.4983420Z 2026-07-24 19:06:57,442 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test 2026-07-24T19:06:57.4983650Z 2026-07-24 19:06:57,442 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/misc 2026-07-24T19:06:57.4984360Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_custom_shader_payloads.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4984870Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_debug_hook.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4985400Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_custom_shader_payload.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4985890Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_vgf_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4986400Z 2026-07-24 19:06:57,442 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_conv_relu_residual_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4986910Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_public_api_manifest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4987390Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_const_shape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4987870Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_compile_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4988410Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_convolution_operator_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4988960Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_dim_order.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4989580Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_rescale_range.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4990090Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_pass_pipeline_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4990570Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_vgf_check_env.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4991070Z 2026-07-24 19:06:57,443 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_shape_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4991660Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_shared_qspecs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4992230Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_partition_cycle_detection.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4992740Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_unary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4993240Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_pass_required_order.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4993760Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_validate_public_api_manifest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4994320Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4994830Z 2026-07-24 19:06:57,444 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_mixed_fp_bf16_partition.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4995340Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4995820Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_process_node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4996330Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_post_quant_device_switch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4996850Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_activation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4997390Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_mxfp_conv2d_ao.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4997970Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_shape_node_visitors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.4998230Z 2026-07-24 19:06:57,445 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.4998820Z 2026-07-24 19:06:57,445 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_avg_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.4999500Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_data_layout_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5000170Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5000750Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_resize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5001300Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5001840Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_rescale.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5002430Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_conversion_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5002990Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dw_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5003670Z 2026-07-24 19:06:57,446 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_identity.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5004880Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_shape_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5005500Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_binary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5006060Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5006710Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5007480Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_reduction_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5008100Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_cast_to_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc/tosa_dialect 2026-07-24T19:06:57.5008620Z 2026-07-24 19:06:57,447 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_call_operator_submodule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5009250Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5010000Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_high_rank_permute_view_invariants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5010560Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_runner_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5011060Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5011550Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5012060Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_operator_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5012530Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5013020Z 2026-07-24 19:06:57,448 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_transpose_counts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5013510Z 2026-07-24 19:06:57,449 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_mxfp_linear_ao.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5014020Z 2026-07-24 19:06:57,450 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_extract_io_params_tosa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5014530Z 2026-07-24 19:06:57,450 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_save_exported_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5015010Z 2026-07-24 19:06:57,451 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5015540Z 2026-07-24 19:06:57,451 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_max_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5016110Z 2026-07-24 19:06:57,451 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_qat_training_loop.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5017000Z 2026-07-24 19:06:57,452 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_int64.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5017480Z 2026-07-24 19:06:57,452 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5018000Z 2026-07-24 19:06:57,452 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_data_layout_visitors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5018530Z 2026-07-24 19:06:57,452 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_reshape_permute_5d_regression.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5019180Z 2026-07-24 19:06:57,452 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_evaluate_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5019740Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5020250Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5020820Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_mixed_type_lowering.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5021480Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5022150Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5022730Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_tosa_dialect_fft.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5023220Z 2026-07-24 19:06:57,453 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_quant_custom_meta.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5023740Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_dw_convs_with_shared_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5024570Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_vgf_smoke.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5025130Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/misc/test_count_tosa_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/misc 2026-07-24T19:06:57.5025670Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/test_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5026320Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5027110Z 2026-07-24 19:06:57,454 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5027430Z 2026-07-24 19:06:57,455 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5028080Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/test_vgf_tensor_buffer_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5028620Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/test_vgf_aliasing_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5029490Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/test_vgf_combinations_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5030100Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/test_vgf_sampler_image_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5030880Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/test_vgf_multi_segment_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5031440Z 2026-07-24 19:06:57,455 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/runtime/_vgf_runtime_test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/runtime 2026-07-24T19:06:57.5031740Z 2026-07-24 19:06:57,456 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/passes 2026-07-24T19:06:57.5032330Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_insert_rescale_i32_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5032870Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_duplicate_users_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5033450Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_grid_sampler_to_tosa_custom_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5033980Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_le_lt_to_ge_gt_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5034520Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_consecutive_concat_shapes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5035040Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5035600Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5036240Z 2026-07-24 19:06:57,456 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5036780Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_symbolic_to_tosa_shape_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5037330Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5037850Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5038460Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_dynamic_full_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5039030Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5039610Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_dynamic_adaptive_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5040130Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_symbolic_value_range.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5040690Z 2026-07-24 19:06:57,457 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_canonicalize_view_copy_permute_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5041270Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5041790Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_mxfp_conv2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5042340Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5042860Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5043410Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5043920Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_quant_nodes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5044580Z 2026-07-24 19:06:57,458 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_int_pow_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5045100Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_replace_inf_values_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5045760Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_view_permute_swap.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5046340Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_unsupported_bilinear_resize_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5046990Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_deduplicate_get_attr_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5047550Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5048090Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_insert_dynamic_padding_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5048660Z 2026-07-24 19:06:57,459 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_adaptive_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5049220Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_int64_const_ops_to_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5049750Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_size_adjust_input_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5050280Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5050800Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_match_arg_ranks_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5051380Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_move_data_movement_ops_to_smaller_dtype_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5051950Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_tosa_unsupported_clamp_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5052490Z 2026-07-24 19:06:57,460 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_max_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5053110Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_propagate_permutes_views_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5053780Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_identical_input_transforms_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5054280Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5054820Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5055360Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5056120Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5056730Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_insert_data_layout_casts_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5057290Z 2026-07-24 19:06:57,461 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5057790Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_dim_maps.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5058330Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_consecutive_slices_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5058880Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_ensure_unique_output_nodes_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5059400Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5059930Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5060500Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_permute_singleton_to_view_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5061020Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_permute_view_swap.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5061580Z 2026-07-24 19:06:57,462 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_quantized_activation_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5062190Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_int64_output_ops_to_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5062790Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_select_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5063320Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rank_match_after_propagation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5063840Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_arm_op_targeted_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5064460Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_promote_bool_operands_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5065060Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fold_scalar_mul_into_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5065580Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rescale_optimization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5070990Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_adaptive_max_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5071520Z 2026-07-24 19:06:57,463 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_linear_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5072090Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_upsample_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5072610Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_einsum_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5073110Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_view_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5073690Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_remove_permutes_around_elementwise_tosa_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5074200Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5074720Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5075260Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_consecutive_clamps_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5075920Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_arm_pass_manager_insertions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5076430Z 2026-07-24 19:06:57,464 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5076950Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_mxfp_linear_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5077460Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5078050Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5078610Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_custom_op_rewrite.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5079140Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5079640Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5080360Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_insert_int32_casts_after_int64_placeholders_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5080910Z 2026-07-24 19:06:57,465 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/passes/test_rewrite_adaptive_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/passes 2026-07-24T19:06:57.5081140Z 2026-07-24 19:06:57,466 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/models 2026-07-24T19:06:57.5081630Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5082110Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5082620Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5083090Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_resnet18.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5083600Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5084140Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5084760Z 2026-07-24 19:06:57,466 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5085440Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_mobilenet_v1_025.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5085690Z 2026-07-24 19:06:57,467 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/models/phi3 2026-07-24T19:06:57.5086210Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/phi3/test_phi3_layers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/phi3 2026-07-24T19:06:57.5086860Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/phi3/phi3_module_test_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/phi3 2026-07-24T19:06:57.5087430Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5087950Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_deep_autoencoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5088440Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5088990Z 2026-07-24 19:06:57,467 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_T5ForConditionalGeneration_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5089490Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_swin2sr_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5089990Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_residual_conv_block.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5090240Z 2026-07-24 19:06:57,468 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:57.5090780Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Gemma3n/test_gemma3nModel.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:57.5091330Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Gemma3n/gemma3n_test_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/Gemma3n 2026-07-24T19:06:57.5091870Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_inception_v3_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5092450Z 2026-07-24 19:06:57,468 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5092800Z 2026-07-24 19:06:57,469 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5093560Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5510640Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5511430Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5512340Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5513230Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/stable_diffusion 2026-07-24T19:06:57.5513850Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5514340Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_resnet8.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5514890Z 2026-07-24 19:06:57,469 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_ds_cnn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5515360Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5515830Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/test_nss.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models 2026-07-24T19:06:57.5516090Z 2026-07-24 19:06:57,470 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:57.5516750Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_layers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:57.5517300Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:57.5517850Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/models/Qwen3_VL/qwen3_vl_test_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/models/Qwen3_VL 2026-07-24T19:06:57.5518090Z 2026-07-24 19:06:57,470 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:57.5518630Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc/test_ethosu_flow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:57.5519400Z 2026-07-24 19:06:57,470 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc/test_vgf_int_flow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:57.5519920Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc/test_vgf_fp_flow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:57.5520480Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/public_api_bc/run_public_api_bc_scenarios.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/public_api_bc 2026-07-24T19:06:57.5521200Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5521930Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/test_memory_allocator_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5522200Z 2026-07-24 19:06:57,471 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/deprecation 2026-07-24T19:06:57.5522850Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/deprecation/test_arm_compile_spec_deprecation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/deprecation 2026-07-24T19:06:57.5523090Z 2026-07-24 19:06:57,471 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/tester 2026-07-24T19:06:57.5523580Z 2026-07-24 19:06:57,471 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5524090Z 2026-07-24 19:06:57,472 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5524560Z 2026-07-24 19:06:57,472 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5525030Z 2026-07-24 19:06:57,472 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5525510Z 2026-07-24 19:06:57,472 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5526000Z 2026-07-24 19:06:57,472 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/tester 2026-07-24T19:06:57.5526220Z 2026-07-24 19:06:57,472 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/ops 2026-07-24T19:06:57.5526690Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5527150Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5527680Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_log10.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5528250Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5528750Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_slice_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5529220Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5529690Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5530240Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_div_tensor_mode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5530900Z 2026-07-24 19:06:57,473 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5531370Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_while.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5531840Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5532440Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5532890Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5533350Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5533800Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5534250Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5534720Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_tan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5535190Z 2026-07-24 19:06:57,474 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5535640Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5536100Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5536760Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_max_pool1d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5537210Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5537670Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_prelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5538150Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5538640Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5539310Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5539830Z 2026-07-24 19:06:57,475 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5540300Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_round.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5540790Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5541250Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5541730Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5542340Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5542820Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5543300Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_index_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5543830Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5544340Z 2026-07-24 19:06:57,476 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5545060Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_stack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5545700Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_expm1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5546190Z 2026-07-24 19:06:57,477 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:57.5546720Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp/test_mxfp_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:57.5547430Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:57.5547910Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/mxfp/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops/mxfp 2026-07-24T19:06:57.5549140Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5549700Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5550200Z 2026-07-24 19:06:57,477 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5550710Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_multihead_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5551180Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_cumsum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5551620Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5552090Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5557610Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_ceil.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5558100Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_select_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5558690Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5559170Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_unary_combos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5559730Z 2026-07-24 19:06:57,478 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5560270Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_erfinv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5560840Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_glu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5561290Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5561750Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5562210Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5562680Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_log1p.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5563260Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5563760Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_atanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5564270Z 2026-07-24 19:06:57,479 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5564740Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5565220Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_index_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5565680Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5566150Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_masked_fill.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5566630Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_fill_scalar.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5567350Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5567800Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_tril.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5568260Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5568710Z 2026-07-24 19:06:57,480 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5569370Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5569820Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5570260Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5570770Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_asin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5571220Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5571780Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_index_put.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5572390Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_addmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5572850Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_fft.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5573320Z 2026-07-24 19:06:57,481 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_detach_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5573790Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5574240Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5574690Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_flip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5575160Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5575610Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_elu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5576070Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_acosh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5576530Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5577090Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5577610Z 2026-07-24 19:06:57,482 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5578270Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5578740Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5579440Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5579920Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_asinh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5580530Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_floor_div.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5581030Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_logit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5581520Z 2026-07-24 19:06:57,483 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_as_strided_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5581990Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5582450Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5582930Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5583390Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5583940Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5584450Z 2026-07-24 19:06:57,484 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5584910Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5585460Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5585940Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_grid_sampler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5586490Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5587040Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5587500Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_unbind.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5587970Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_cond.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5588550Z 2026-07-24 19:06:57,485 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5589180Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_bitwise_not.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5589660Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_unfold_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5590280Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5590740Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5591210Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5591660Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5592130Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_index_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5592590Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5593030Z 2026-07-24 19:06:57,486 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5593510Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_mxfp_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5593970Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5594420Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5594880Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5595520Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5596000Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_pixel_shuffling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5596460Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5596910Z 2026-07-24 19:06:57,487 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5597370Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_atan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5597960Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5598480Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5598960Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5599420Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5599870Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_acos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5600380Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_rsub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5600900Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_cosh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5601360Z 2026-07-24 19:06:57,488 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5601830Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5602280Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5602780Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5603230Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sign.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5603740Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sinh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5604320Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5604790Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_t_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5605250Z 2026-07-24 19:06:57,489 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5605760Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_custom_shader_lowering.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5606380Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_remainder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5606910Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_unflatten.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5607390Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_transpose_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5607860Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5608340Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5608800Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5609280Z 2026-07-24 19:06:57,490 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_transpose_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5609730Z 2026-07-24 19:06:57,491 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/ops 2026-07-24T19:06:57.5610200Z 2026-07-24 19:06:57,491 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/_custom_vgf_test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test 2026-07-24T19:06:57.5610440Z 2026-07-24 19:06:57,491 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5611100Z 2026-07-24 19:06:57,492 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_uint8_io_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5611650Z 2026-07-24 19:06:57,492 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_tosa_quantizer_validate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5612220Z 2026-07-24 19:06:57,492 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_conv_relu_fusing.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5612850Z 2026-07-24 19:06:57,493 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_selective_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5613370Z 2026-07-24 19:06:57,493 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_set_module_name.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5613880Z 2026-07-24 19:06:57,493 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_preserve_kwargs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5614420Z 2026-07-24 19:06:57,494 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_partial_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5615170Z 2026-07-24 19:06:57,494 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/quantizer 2026-07-24T19:06:57.5615460Z 2026-07-24 19:06:57,494 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/test/modules 2026-07-24T19:06:57.5615930Z 2026-07-24 19:06:57,494 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules/test_gru.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/modules 2026-07-24T19:06:57.5616410Z 2026-07-24 19:06:57,494 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules/test_rnn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/modules 2026-07-24T19:06:57.5616920Z 2026-07-24 19:06:57,495 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules/test_static_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/modules 2026-07-24T19:06:57.5617400Z 2026-07-24 19:06:57,495 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/test/modules/test_lstm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/test/modules 2026-07-24T19:06:57.5617630Z 2026-07-24 19:06:57,495 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/operators 2026-07-24T19:06:57.5618090Z 2026-07-24 19:06:57,495 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_pow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5618570Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5619050Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_clamp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5619600Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_log.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5620110Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_reshape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5620650Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/simple_node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5621180Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5621650Z 2026-07-24 19:06:57,496 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_ceil.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5622110Z 2026-07-24 19:06:57,497 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5622610Z 2026-07-24 19:06:57,497 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5623100Z 2026-07-24 19:06:57,497 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_reverse.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5623670Z 2026-07-24 19:06:57,497 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5624180Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_flip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5624650Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_neg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5625140Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5625600Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5626110Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_matmul_t_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5626590Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/ops_quant_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5627070Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_concat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5627540Z 2026-07-24 19:06:57,498 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_cos.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5628030Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_custom.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5628520Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_logical_not.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5629080Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_depthwise_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5629700Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_cast_to_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5630240Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_tile.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5630720Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5635030Z 2026-07-24 19:06:57,499 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_gt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5635690Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_reciprocal.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5636280Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_transpose_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5636900Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_shapes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5637420Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_avg_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5637910Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_table.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5638440Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_eq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5638910Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5639400Z 2026-07-24 19:06:57,500 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5639900Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5640400Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5640880Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_erf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5641360Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_tanh.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5641930Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_rescale.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5642610Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_abs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5643120Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5643590Z 2026-07-24 19:06:57,501 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5644070Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5644720Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_rsqrt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5645220Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5645750Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5646230Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_sigmoid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5646710Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_sub.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5647170Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5647640Z 2026-07-24 19:06:57,502 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_while.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5648120Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5648640Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_max_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5649130Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5649610Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_fft.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5650130Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_conv2d_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5650700Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_bitwise_not.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5651270Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5651750Z 2026-07-24 19:06:57,503 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_resize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5652220Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_sin.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5652710Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5653340Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_conv3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5653860Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_identity.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5654330Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_ge.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5654810Z 2026-07-24 19:06:57,504 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5655280Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_floor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5655780Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_rshift_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5656270Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_binary_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5656740Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_cond_if.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5657230Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_exp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5657710Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operators/op_tosa_clz.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operators 2026-07-24T19:06:57.5657920Z 2026-07-24 19:06:57,505 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/util 2026-07-24T19:06:57.5658380Z 2026-07-24 19:06:57,505 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/util 2026-07-24T19:06:57.5658810Z 2026-07-24 19:06:57,506 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/util/_factory.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/util 2026-07-24T19:06:57.5659130Z 2026-07-24 19:06:57,506 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/cmsis_pack 2026-07-24T19:06:57.5659450Z 2026-07-24 19:06:57,506 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/cmsis_pack/test 2026-07-24T19:06:57.5659960Z 2026-07-24 19:06:57,506 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/test/validate_pack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/cmsis_pack/test 2026-07-24T19:06:57.5660210Z 2026-07-24 19:06:57,506 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:57.5660790Z 2026-07-24 19:06:57,506 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/scripts/generate_register_all_kernels.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:57.5661330Z 2026-07-24 19:06:57,506 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/cmsis_pack/scripts/generate_components.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/cmsis_pack/scripts 2026-07-24T19:06:57.5661640Z 2026-07-24 19:06:57,506 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/tosa 2026-07-24T19:06:57.5662160Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/cast_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5662600Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5663060Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5663490Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5663720Z 2026-07-24 19:06:57,507 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.5664200Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.5664670Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.5665140Z 2026-07-24 19:06:57,507 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/schemas/tosa_1.1.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/schemas 2026-07-24T19:06:57.5665600Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/resize_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5666030Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5666480Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/specification.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5666710Z 2026-07-24 19:06:57,508 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5667270Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops_registration.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5667850Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5668330Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5668800Z 2026-07-24 19:06:57,508 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/real_impl.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5669040Z 2026-07-24 19:06:57,509 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5669540Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5670190Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5670740Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/gather.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5671280Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/depthwise_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5671810Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/conv2d_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5672310Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/custom.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5672840Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/max_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5673370Z 2026-07-24 19:06:57,509 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/transpose_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5673890Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/conversion_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5674400Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/_common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5674940Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/matmul_t_block_scaled.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5675430Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/argmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5676020Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/unary_elementwise.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5676600Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/resize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5677090Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/activation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5677580Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/conv3d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5678080Z 2026-07-24 19:06:57,510 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5678680Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5679360Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/data_layout_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5679890Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/avg_pool2d_adaptive.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5680380Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/table.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5680860Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/fft.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5681360Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/shape_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5681880Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/reduction_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5682380Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5682910Z 2026-07-24 19:06:57,511 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/binary_elementwise.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5683420Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/ops/identity.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect/ops 2026-07-24T19:06:57.5683890Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/dialect/shape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa/dialect 2026-07-24T19:06:57.5684360Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/mapping.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5684900Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/tosa/compile_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/tosa 2026-07-24T19:06:57.5685320Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm 2026-07-24T19:06:57.5685830Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm 2026-07-24T19:06:57.5686290Z 2026-07-24 19:06:57,512 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/process_node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm 2026-07-24T19:06:57.5686540Z 2026-07-24 19:06:57,512 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/operator_support 2026-07-24T19:06:57.5687190Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/control_flow_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5687770Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/bool_bitwise_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5688290Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5688810Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/embedding_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5689320Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/where_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5689810Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5690340Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/index_select_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5690860Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/upsample_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5691390Z 2026-07-24 19:06:57,513 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5692040Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5692560Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/gather_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5693080Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5693750Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/sym_size_int_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5694280Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5694810Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/clone_dim_order_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5695360Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/to_dim_order_copy_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5696020Z 2026-07-24 19:06:57,514 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/tosa_profile_supported_op_lists.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5696610Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/unfold_copy_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5697140Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/index_put_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5697690Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5698220Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/index_tensor_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5698740Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5699270Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5699810Z 2026-07-24 19:06:57,515 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/operator_support/as_strided_copy_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/operator_support 2026-07-24T19:06:57.5700030Z 2026-07-24 19:06:57,516 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/common 2026-07-24T19:06:57.5700510Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/as_strided_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5700980Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/arm_compile_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5701420Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5701930Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/type.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5702460Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/debug.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5702930Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/annotation_meta.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5703440Z 2026-07-24 19:06:57,516 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/common/pipeline_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/common 2026-07-24T19:06:57.5703730Z 2026-07-24 19:06:57,517 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/_passes 2026-07-24T19:06:57.5704470Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5705330Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_index_select_to_gather_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5705900Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_any_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5706420Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_data_layout_casts_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5706920Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_einsum_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5707410Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_const_shapes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5707910Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_mxfp_conv2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5708390Z 2026-07-24 19:06:57,517 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/match_arg_dtype_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5712410Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_tril_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5712940Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_bool_bitwise_to_logical_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5713430Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_sinh_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5713940Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5714500Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5715190Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_add_sub_alpha_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5715660Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_round_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5716130Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_sign_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5716620Z 2026-07-24 19:06:57,518 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_index_put_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5717200Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/get_decomposition_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5717710Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/quant_args.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5718210Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_consecutive_clamps_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5718730Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_index_tensor_to_gather_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5719350Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_grouped_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5719840Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5720380Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_int32_casts_after_int64_placeholders.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5720860Z 2026-07-24 19:06:57,519 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_asinh_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5721370Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_unfold_to_gather_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5721920Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_max_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5722430Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5723060Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_as_strided_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5723670Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5724150Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_sdpa_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5724640Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/remove_graph_asserts_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5725140Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_floor_divide_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5725610Z 2026-07-24 19:06:57,520 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5726220Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_remainder_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5726740Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_atan_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5727220Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_lstm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5727690Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/remove_noop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5728210Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/canonicalize_view_copy_permute_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5728720Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/aten_to_tosa_tensor_operators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5729190Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5729650Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5730130Z 2026-07-24 19:06:57,521 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5730600Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_elu_params.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5731100Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_consecutive_slices_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5731670Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/promote_bool_operands_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5732300Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5732790Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5733290Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_le_lt_to_ge_gt_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5733770Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_cosh_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5734410Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/replace_inf_and_limit_values_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5734990Z 2026-07-24 19:06:57,522 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/control_flow_const_inline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5735470Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_gru_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5735960Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_rnn_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5736470Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_dynamic_full_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5736960Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_dynamic_padding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5737450Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5738070Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/symbolic_to_tosa_shape_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5738550Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5739030Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_upsample.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5739500Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_logit_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5739970Z 2026-07-24 19:06:57,523 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5740550Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_embedding_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5741170Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_strided_slice_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5741670Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_adaptive_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5742200Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_index_copy_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5742700Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_erfinv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5743380Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/normalize_index_put_bool_index_tensor_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5743930Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5744480Z 2026-07-24 19:06:57,524 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5745010Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_int64_const_ops_to_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5745480Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5745980Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5746470Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5747130Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5747660Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5748140Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5748670Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fold_scalar_mul_into_conv_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5749180Z 2026-07-24 19:06:57,525 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5749820Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/remove_getitem_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5750300Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_acosh_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5750830Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5751350Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5751960Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_permute_for_u55_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5752520Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_inplace_arithmetic_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5753000Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_glu_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5753480Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5754030Z 2026-07-24 19:06:57,526 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_dynamic_adaptive_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5754560Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_bool_to_fp32_cast_via_int8_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5755050Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_int_pow_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5755560Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/aten_to_tosa_activation_functions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5756090Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5756600Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/propagate_view_copy_permute_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5757090Z 2026-07-24 19:06:57,527 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/deduplicate_get_attr_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5757620Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_tosa_unsupported_clamp_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5758150Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_flip_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5758790Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5759270Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_expm1_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5759780Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_select_scatter_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5760290Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_where_scalar_other_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5761030Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5761600Z 2026-07-24 19:06:57,528 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5762100Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5762660Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/remove_permutes_around_elementwise_tosa_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5763200Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_identical_input_transforms_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5763700Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_tan_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5764320Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5764860Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_unsupported_bilinear_resize_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5765360Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5765870Z 2026-07-24 19:06:57,529 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/ensure_unique_output_nodes_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5766350Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_prelu_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5766920Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_batch_norm2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5767510Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5768000Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5768480Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_atanh_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5769010Z 2026-07-24 19:06:57,530 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_permute_singleton_to_view_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5769590Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5770140Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5770630Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/symbolic_value_range.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5771120Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5771670Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_high_rank_singleton_permute_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5772180Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5772800Z 2026-07-24 19:06:57,531 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_duplicate_users_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5773290Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_masked_fill_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5773780Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_cumsum_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5774260Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5774780Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/normalize_index_put_none_indices_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5775250Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5775820Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5776390Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5776890Z 2026-07-24 19:06:57,532 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5777380Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_slice_scatter_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5777870Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/canonicalize_gather_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5778450Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/dim_maps.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5779020Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/normalize_while_initial_args_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5779500Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5780010Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/normalize_delegate_io_layout_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5780550Z 2026-07-24 19:06:57,533 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5781190Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_consecutive_concat_shapes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5781660Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5782170Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_int64_output_ops_to_int32.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5782670Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_avg_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5783150Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/rewrite_mxfp_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5783640Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5784180Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/aten_to_tosa_data_layout.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5784830Z 2026-07-24 19:06:57,534 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_adaptive_max_pool2d_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5785380Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/move_data_movement_ops_to_smaller_dtype_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5785860Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_log1p_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5786350Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/accumulate_index_put_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5787000Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/convert_to_clamp_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5787540Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_quant_nodes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5788020Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5788540Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_consecutive_rescales_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5791990Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5792510Z 2026-07-24 19:06:57,535 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/fuse_view_copy_transform_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5793000Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_div_tensor_mode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5793480Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/exir_to_tosa_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5793960Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_elu_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5794540Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/decompose_addmm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5795040Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/constant_folding_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5795530Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/size_adjust_input_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5796070Z 2026-07-24 19:06:57,536 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/_passes 2026-07-24T19:06:57.5796490Z 2026-07-24 19:06:57,537 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/scripts 2026-07-24T19:06:57.5796960Z 2026-07-24 19:06:57,537 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/evaluate_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts 2026-07-24T19:06:57.5797470Z 2026-07-24 19:06:57,537 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/generate_grid_sampler_spirv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts 2026-07-24T19:06:57.5797940Z 2026-07-24 19:06:57,537 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/aot_arm_compiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts 2026-07-24T19:06:57.5798590Z 2026-07-24 19:06:57,537 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/etdump_to_chrome_trace.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts 2026-07-24T19:06:57.5798830Z 2026-07-24 19:06:57,537 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/scripts/docgen 2026-07-24T19:06:57.5799350Z 2026-07-24 19:06:57,537 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/docgen/docgen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts/docgen 2026-07-24T19:06:57.5799630Z 2026-07-24 19:06:57,538 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:57.5800190Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:57.5800810Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest/generate_public_api_manifest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:57.5801550Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/public_api_manifest/validate_public_api_manifest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts/public_api_manifest 2026-07-24T19:06:57.5802060Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/scripts/get_ethosu_scratch_from_pte.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/scripts 2026-07-24T19:06:57.5802290Z 2026-07-24 19:06:57,538 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/ethosu 2026-07-24T19:06:57.5802750Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu/backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ethosu 2026-07-24T19:06:57.5803240Z 2026-07-24 19:06:57,538 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ethosu 2026-07-24T19:06:57.5803800Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ethosu 2026-07-24T19:06:57.5804270Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/ethosu/compile_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/ethosu 2026-07-24T19:06:57.5804770Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/arm_vela.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm 2026-07-24T19:06:57.5805100Z 2026-07-24 19:06:57,539 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/quantizer 2026-07-24T19:06:57.5805580Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5806050Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5806560Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5807070Z 2026-07-24 19:06:57,539 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5807680Z 2026-07-24 19:06:57,540 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5808220Z 2026-07-24 19:06:57,540 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/quantizer/quantizer_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/quantizer 2026-07-24T19:06:57.5808440Z 2026-07-24 19:06:57,540 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/vgf 2026-07-24T19:06:57.5809000Z 2026-07-24 19:06:57,540 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5809460Z 2026-07-24 19:06:57,540 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5809890Z 2026-07-24 19:06:57,540 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5810110Z 2026-07-24 19:06:57,540 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/vgf/_passes 2026-07-24T19:06:57.5810660Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes/rewrite_grid_sampler_to_tosa_custom.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/_passes 2026-07-24T19:06:57.5811270Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes/insert_grid_sampler_grid_dequant_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/_passes 2026-07-24T19:06:57.5811750Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/_passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/_passes 2026-07-24T19:06:57.5812000Z 2026-07-24 19:06:57,541 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5812570Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.spirv.b64 -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5813120Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler.spirv.b64 -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5813730Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler.glsl -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5814240Z 2026-07-24 19:06:57,541 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler.spirv.b64 -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5814820Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.spirv.b64 -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5815350Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.glsl -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5815970Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.glsl -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5816480Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5816990Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5817550Z 2026-07-24 19:06:57,542 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.glsl -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5818800Z 2026-07-24 19:06:57,543 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.spirv.b64 -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5819350Z 2026-07-24 19:06:57,543 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/shaders/grid_sampler_sampler.glsl -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf/shaders 2026-07-24T19:06:57.5819790Z 2026-07-24 19:06:57,543 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/check_env.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5820250Z 2026-07-24 19:06:57,543 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/model_converter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5820700Z 2026-07-24 19:06:57,543 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/vgf/compile_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/vgf 2026-07-24T19:06:57.5820920Z 2026-07-24 19:06:57,544 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/arm/debug 2026-07-24T19:06:57.5821370Z 2026-07-24 19:06:57,544 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/debug/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/debug 2026-07-24T19:06:57.5821820Z 2026-07-24 19:06:57,544 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/arm/debug/schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/arm/debug 2026-07-24T19:06:57.5822040Z 2026-07-24 19:06:57,544 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence 2026-07-24T19:06:57.5822360Z 2026-07-24 19:06:57,544 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/runtime 2026-07-24T19:06:57.5822970Z 2026-07-24 19:06:57,544 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/runtime 2026-07-24T19:06:57.5823500Z 2026-07-24 19:06:57,544 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/runtime 2026-07-24T19:06:57.5823970Z 2026-07-24 19:06:57,544 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/runtime 2026-07-24T19:06:57.5824450Z 2026-07-24 19:06:57,545 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/runtime 2026-07-24T19:06:57.5824930Z 2026-07-24 19:06:57,545 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/runtime/etdump.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/runtime 2026-07-24T19:06:57.5825240Z 2026-07-24 19:06:57,545 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils 2026-07-24T19:06:57.5825760Z 2026-07-24 19:06:57,545 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils 2026-07-24T19:06:57.5826260Z 2026-07-24 19:06:57,545 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils 2026-07-24T19:06:57.5826730Z 2026-07-24 19:06:57,545 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils 2026-07-24T19:06:57.5826980Z 2026-07-24 19:06:57,545 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO 2026-07-24T19:06:57.5827230Z 2026-07-24 19:06:57,545 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/test 2026-07-24T19:06:57.5827510Z 2026-07-24 19:06:57,546 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.5828080Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/base_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6396320Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/test_executorch_portable.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6398430Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6402540Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_mps.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6406510Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6407200Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/base_model_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6408070Z 2026-07-24 19:06:57,546 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/specdb/test_model_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/specdb 2026-07-24T19:06:57.6408410Z 2026-07-24 19:06:57,547 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6409020Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6409620Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6410430Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6411130Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6411720Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6412320Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6412930Z 2026-07-24 19:06:57,547 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6413500Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6414090Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6414700Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6415310Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6415890Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6416570Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6417270Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6417880Z 2026-07-24 19:06:57,548 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6418490Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2026-07-24T19:06:57.6418760Z 2026-07-24 19:06:57,549 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6419510Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples/minimal_modelgen_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6420160Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples/config_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6420710Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6421290Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6421850Z 2026-07-24 19:06:57,549 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2026-07-24T19:06:57.6422110Z 2026-07-24 19:06:57,550 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto 2026-07-24T19:06:57.6422470Z 2026-07-24 19:06:57,550 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:57.6423120Z 2026-07-24 19:06:57,550 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:57.6423690Z 2026-07-24 19:06:57,550 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:57.6424260Z 2026-07-24 19:06:57,550 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:57.6424840Z 2026-07-24 19:06:57,550 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2026-07-24T19:06:57.6425450Z 2026-07-24 19:06:57,550 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2026-07-24T19:06:57.6425880Z 2026-07-24 19:06:57,551 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:57.6426450Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:57.6427010Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils/dtypes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:57.6427570Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/utils/ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/utils 2026-07-24T19:06:57.6427960Z 2026-07-24 19:06:57,551 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:57.6428570Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/modelgen/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:57.6429160Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/modelgen/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/modelgen 2026-07-24T19:06:57.6429450Z 2026-07-24 19:06:57,551 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2026-07-24T19:06:57.6429770Z 2026-07-24 19:06:57,551 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:57.6430400Z 2026-07-24 19:06:57,551 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:57.6431030Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:57.6431790Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2026-07-24T19:06:57.6432100Z 2026-07-24 19:06:57,552 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:57.6438110Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:57.6438760Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:57.6439390Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:57.6440230Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2026-07-24T19:06:57.6440530Z 2026-07-24 19:06:57,552 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6441140Z 2026-07-24 19:06:57,552 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6441780Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6442530Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6443230Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6443860Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6444490Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6445110Z 2026-07-24 19:06:57,553 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2026-07-24T19:06:57.6445410Z 2026-07-24 19:06:57,553 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:57.6446100Z 2026-07-24 19:06:57,554 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:57.6446850Z 2026-07-24 19:06:57,554 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:57.6447470Z 2026-07-24 19:06:57,554 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:57.6448080Z 2026-07-24 19:06:57,554 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2026-07-24T19:06:57.6448390Z 2026-07-24 19:06:57,554 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:57.6449150Z 2026-07-24 19:06:57,554 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:57.6449880Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2026-07-24T19:06:57.6450440Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2026-07-24T19:06:57.6450740Z 2026-07-24 19:06:57,555 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:57.6451340Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:57.6452620Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:57.6453580Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2026-07-24T19:06:57.6453950Z 2026-07-24 19:06:57,555 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:57.6454530Z 2026-07-24 19:06:57,555 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:57.6455100Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2026-07-24T19:06:57.6455320Z 2026-07-24 19:06:57,556 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/aot 2026-07-24T19:06:57.6455800Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/typing_stubs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6456270Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6456740Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6457230Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6457690Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6458200Z 2026-07-24 19:06:57,556 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/functions_vision.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6458780Z 2026-07-24 19:06:57,557 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6459390Z 2026-07-24 19:06:57,557 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6459850Z 2026-07-24 19:06:57,557 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6460090Z 2026-07-24 19:06:57,557 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6460640Z 2026-07-24 19:06:57,557 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_remove_bn_tracking_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6461230Z 2026-07-24 19:06:57,557 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_quantizer_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6461890Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_ref_implementations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6462410Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_to_out_var_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6462930Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6463460Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_program_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6464000Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6464530Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6465060Z 2026-07-24 19:06:57,558 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6465590Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6466090Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_idma_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6466600Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_pass_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6467160Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6467770Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6468280Z 2026-07-24 19:06:57,559 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6468810Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6469330Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/tests 2026-07-24T19:06:57.6469860Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6470340Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6470800Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6471290Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6471760Z 2026-07-24 19:06:57,560 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/type_dispatch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6472240Z 2026-07-24 19:06:57,561 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6472790Z 2026-07-24 19:06:57,561 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6473250Z 2026-07-24 19:06:57,561 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6473710Z 2026-07-24 19:06:57,561 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6474200Z 2026-07-24 19:06:57,561 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/memory_planning_algo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6474690Z 2026-07-24 19:06:57,562 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6475160Z 2026-07-24 19:06:57,562 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/program_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6475670Z 2026-07-24 19:06:57,563 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6476210Z 2026-07-24 19:06:57,563 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6476570Z 2026-07-24 19:06:57,563 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6477110Z 2026-07-24 19:06:57,563 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6477380Z 2026-07-24 19:06:57,564 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cadence/aot/quantizer/passes 2026-07-24T19:06:57.6477920Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/passes/fuse_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer/passes 2026-07-24T19:06:57.6478500Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6479040Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6479540Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6480050Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/quantizer/pattern_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot/quantizer 2026-07-24T19:06:57.6480530Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6480980Z 2026-07-24 19:06:57,564 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6481430Z 2026-07-24 19:06:57,565 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/to_out_var_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6481900Z 2026-07-24 19:06:57,565 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6482360Z 2026-07-24 19:06:57,565 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cadence/aot/compiler_funcs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cadence/aot 2026-07-24T19:06:57.6482560Z 2026-07-24 19:06:57,565 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx 2026-07-24T19:06:57.6483010Z 2026-07-24 19:06:57,565 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/_logging.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6483220Z 2026-07-24 19:06:57,565 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/llm 2026-07-24T19:06:57.6483690Z 2026-07-24 19:06:57,565 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/source_transformation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6484160Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6484660Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6485090Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6485510Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/switch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6485950Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/hf_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6486450Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/sampling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6486930Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/et_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6487390Z 2026-07-24 19:06:57,566 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/llm/turboquant_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/llm 2026-07-24T19:06:57.6487630Z 2026-07-24 19:06:57,567 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6488130Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/tq_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6488630Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/tq_dequant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6488890Z 2026-07-24 19:06:57,567 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6489430Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test/test_tq_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6489970Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6490530Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test/test_gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6491090Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test/test_tq4_compress.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6491630Z 2026-07-24 19:06:57,567 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/test/test_tq_dequant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/test 2026-07-24T19:06:57.6492180Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/tq4_compress.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6492500Z 2026-07-24 19:06:57,568 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:57.6492770Z 2026-07-24 19:06:57,568 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6493310Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6493850Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6494440Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6495050Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/repack_mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6495630Z 2026-07-24 19:06:57,568 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6496210Z 2026-07-24 19:06:57,569 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6496780Z 2026-07-24 19:06:57,569 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q5k 2026-07-24T19:06:57.6497050Z 2026-07-24 19:06:57,569 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6497600Z 2026-07-24 19:06:57,569 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6498140Z 2026-07-24 19:06:57,569 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6498690Z 2026-07-24 19:06:57,569 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6499240Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/repack_mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6499780Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6500430Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6501050Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q6k 2026-07-24T19:06:57.6501640Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/patterns.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:57.6501910Z 2026-07-24 19:06:57,570 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:57.6502470Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:57.6503040Z 2026-07-24 19:06:57,570 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test/test_embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:57.6503660Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/test/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/test 2026-07-24T19:06:57.6504220Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf 2026-07-24T19:06:57.6504490Z 2026-07-24 19:06:57,571 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6505040Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6505590Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6506120Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6506670Z 2026-07-24 19:06:57,571 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/repack_mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6507210Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6507780Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6508380Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding_mlx_native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops/gguf/q4k 2026-07-24T19:06:57.6508890Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6509450Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_kernel_ops/gated_delta_rule.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/custom_kernel_ops 2026-07-24T19:06:57.6509950Z 2026-07-24 19:06:57,572 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/patterns.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6510160Z 2026-07-24 19:06:57,572 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/test 2026-07-24T19:06:57.6510600Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6511030Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6511540Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_sample.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6511980Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6512460Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6512920Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_slot_recycling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6513380Z 2026-07-24 19:06:57,573 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_quant_regroup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6513840Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6514310Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_serialization_dedup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6514770Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_pattern_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6515260Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/export_multi_thread_test_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6515690Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/test_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6516140Z 2026-07-24 19:06:57,574 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/test/run_all_tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/test 2026-07-24T19:06:57.6516560Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6516970Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6517240Z 2026-07-24 19:06:57,575 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/serialization 2026-07-24T19:06:57.6517810Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/mlx_graph_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6518290Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/generate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6518800Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/mlx_graph_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6519280Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6519880Z 2026-07-24 19:06:57,575 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated_serializers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6520480Z 2026-07-24 19:06:57,576 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization 2026-07-24T19:06:57.6520780Z 2026-07-24 19:06:57,576 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/serialization/_generated 2026-07-24T19:06:57.6521320Z 2026-07-24 19:06:57,576 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated 2026-07-24T19:06:57.6521620Z 2026-07-24 19:06:57,576 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6522360Z 2026-07-24 19:06:57,576 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/CosNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6523010Z 2026-07-24 19:06:57,576 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccoshNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6523620Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/IfNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6524270Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RandomBitsNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6524890Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SortNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6525520Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ProdNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6526170Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MLXGraph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6526860Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ModIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6527470Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Expm1Node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6528100Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ReciprocalNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6528800Z 2026-07-24 19:06:57,577 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseOrNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6529470Z 2026-07-24 19:06:57,579 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloatOrVid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6530100Z 2026-07-24 19:06:57,579 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/VidOrTid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6530740Z 2026-07-24 19:06:57,580 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LessEqualNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6531340Z 2026-07-24 19:06:57,580 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Vid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6531960Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6532580Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherMmNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6533200Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SumNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6533840Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogSumExpNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6534470Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv3DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6535120Z 2026-07-24 19:06:57,581 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SinhNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6535850Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/DivideNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6536480Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SigmoidNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6537120Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/BroadcastToNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6537830Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseInvertNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6538480Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddmmNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6539110Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6539750Z 2026-07-24 19:06:57,582 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeAlongAxisNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6540410Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ReshapeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6541050Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv2DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6541690Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6542430Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AllNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6543260Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SplitNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6543880Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgsortNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6544530Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/EqualNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6545980Z 2026-07-24 19:06:57,583 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SqrtNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6546870Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterEqualNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6547510Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RollNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6548500Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6549310Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ShapeDim.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6549960Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/CumsumNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6550610Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/NegNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6551230Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/VarNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6551960Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TransposeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6552600Z 2026-07-24 19:06:57,584 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/IndexCopyNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6553320Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccosNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6554030Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SymSizeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6554660Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RsqrtNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6555460Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/DequantizeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6556410Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FullLikeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6557040Z 2026-07-24 19:06:57,585 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6557780Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/InstructionChain.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6558600Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/NamedSlot.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6559410Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MinimumNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6560220Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SignNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6560840Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SquareNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6561910Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6562580Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SoftmaxNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6563340Z 2026-07-24 19:06:57,586 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RoundNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6564310Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LayerNormNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6565090Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/PartitionNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6565880Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/PadNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6566870Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalAndNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6567750Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogAddExpNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6568440Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6569110Z 2026-07-24 19:06:57,587 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanhNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6569850Z 2026-07-24 19:06:57,588 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6570570Z 2026-07-24 19:06:57,588 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log2Node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6571240Z 2026-07-24 19:06:57,588 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6571880Z 2026-07-24 19:06:57,588 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RMSNormNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6572570Z 2026-07-24 19:06:57,589 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgmaxNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6573190Z 2026-07-24 19:06:57,589 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AsStridedNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6573830Z 2026-07-24 19:06:57,590 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TrilNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6574530Z 2026-07-24 19:06:57,590 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AbsNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6575160Z 2026-07-24 19:06:57,590 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MetalKernelNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6575810Z 2026-07-24 19:06:57,591 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/CeilNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6576590Z 2026-07-24 19:06:57,591 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/StackNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6577560Z 2026-07-24 19:06:57,591 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgminNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6578170Z 2026-07-24 19:06:57,591 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/WhereNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6578780Z 2026-07-24 19:06:57,591 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv1DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6579510Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SiluNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6580160Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TriNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6580790Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SqueezeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6581390Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MaxNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6582020Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceUpdateNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6582630Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TileNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6583280Z 2026-07-24 19:06:57,592 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose3DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6583900Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FullNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6584510Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MinNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6585150Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RemainderNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6585810Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/OpNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6586520Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LessNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6587150Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalOrNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6587800Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose2DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6588630Z 2026-07-24 19:06:57,593 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ARangeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6589290Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log1pNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6589910Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/NotEqualNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6590530Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseAndNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6591180Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgPartitionNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6591810Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6592560Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SinNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6593190Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/IdCopyNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6593940Z 2026-07-24 19:06:57,594 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinhNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6594570Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6595270Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ScatterAddNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6596010Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherQmmNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6596610Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ClipNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6597230Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/CoshNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6597960Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6598630Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/NoopNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6599240Z 2026-07-24 19:06:57,595 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MeanNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6599860Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GeluNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6600490Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotVariant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6601120Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVidOrTid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6601770Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConcatenateNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6602460Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ContiguousNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6603090Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpandDimsNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6603750Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6604470Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6605760Z 2026-07-24 19:06:57,596 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Atan2Node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6606410Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Instruction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6607040Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ErfNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6607820Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TanhNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6608560Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MaximumNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6609200Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RopeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6609940Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/StdNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6610600Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Tid.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6611210Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AnyNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6611850Z 2026-07-24 19:06:57,597 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AddIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6612510Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/QuantizedMatmulNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6613130Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MedianNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6613750Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TensorMeta.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6614440Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/RepeatNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6615320Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SdpaNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6615940Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TanNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6616550Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6617260Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ScanNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6617990Z 2026-07-24 19:06:57,598 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/PowerNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6618600Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/Log10Node.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6619230Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ItemIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6619870Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseXorNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6620500Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6621120Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/AsTypeNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6621760Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalNotNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6622520Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose1DNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6623270Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractIntNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6623950Z 2026-07-24 19:06:57,599 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/TriuNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6624680Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6625300Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceNode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/serialization/_generated/mlx_delegate 2026-07-24T19:06:57.6625740Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6626320Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6626750Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6627230Z 2026-07-24 19:06:57,600 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/pte_inspector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6627460Z 2026-07-24 19:06:57,601 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/examples 2026-07-24T19:06:57.6627710Z 2026-07-24 19:06:57,601 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/examples/llm 2026-07-24T19:06:57.6628210Z 2026-07-24 19:06:57,601 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm/run_llm_hf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/llm 2026-07-24T19:06:57.6628760Z 2026-07-24 19:06:57,601 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/llm 2026-07-24T19:06:57.6629330Z 2026-07-24 19:06:57,601 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/llm/export_llm_hf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/llm 2026-07-24T19:06:57.6629790Z 2026-07-24 19:06:57,601 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples 2026-07-24T19:06:57.6630040Z 2026-07-24 19:06:57,601 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:57.6630570Z 2026-07-24 19:06:57,601 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/voxtral/export_voxtral_hf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:57.6631070Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/voxtral/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/voxtral 2026-07-24T19:06:57.6631310Z 2026-07-24 19:06:57,602 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/examples/whisper 2026-07-24T19:06:57.6631850Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper/export_whisper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/whisper 2026-07-24T19:06:57.6632420Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/whisper 2026-07-24T19:06:57.6633060Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper/run_whisper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/whisper 2026-07-24T19:06:57.6633570Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/examples/whisper/args.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/examples/whisper 2026-07-24T19:06:57.6634010Z 2026-07-24 19:06:57,602 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/pattern_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6634250Z 2026-07-24 19:06:57,602 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party 2026-07-24T19:06:57.6634490Z 2026-07-24 19:06:57,602 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx 2026-07-24T19:06:57.6634900Z 2026-07-24 19:06:57,603 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python 2026-07-24T19:06:57.6635200Z 2026-07-24 19:06:57,603 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6635840Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_fast_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6636420Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_linalg.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6637020Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_conv_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6637610Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_tree.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6638200Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_upsample.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6638800Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_losses.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6639380Z 2026-07-24 19:06:57,603 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_fast.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6639970Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_double.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6640560Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_array.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6641260Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_export_import.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6641940Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_optimizers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6642510Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/mlx_tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6643100Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_nn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6643860Z 2026-07-24 19:06:57,604 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_compile.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6644490Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_fft.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6645070Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_quantized.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6645650Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_blas.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6646250Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/mpi_test_distributed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6646820Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_threads.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6647400Z 2026-07-24 19:06:57,605 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_reduce.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6648050Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_bf16.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6648650Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_memory.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6649220Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_device.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6649790Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_einsum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6650430Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6656640Z 2026-07-24 19:06:57,606 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_autograd.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6657280Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/nccl_test_distributed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6657850Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_graph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6658600Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_load.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6659230Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_init.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6659890Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/__main__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6660500Z 2026-07-24 19:06:57,607 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6661090Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/ring_test_distributed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6661680Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_vmap.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6662340Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_eval.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6662910Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_random.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6663470Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/test_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6664120Z 2026-07-24 19:06:57,608 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/tests/mlx_distributed_tests.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/tests 2026-07-24T19:06:57.6664400Z 2026-07-24 19:06:57,608 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6664740Z 2026-07-24 19:06:57,609 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:57.6665130Z 2026-07-24 19:06:57,609 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6665750Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6666360Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/quantized.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6666970Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6667770Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/recurrent.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6668510Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/activations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6669210Z 2026-07-24 19:06:57,609 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/containers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6669900Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6670570Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/pooling.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6671250Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6671860Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/upsample.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6672490Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/distributed.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6673120Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6673730Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/dropout.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6674440Z 2026-07-24 19:06:57,610 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/positional_encoding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6675210Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/normalization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6675870Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6676460Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers 2026-07-24T19:06:57.6677240Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:57.6677870Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:57.6678440Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/losses.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:57.6678990Z 2026-07-24 19:06:57,611 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/nn/init.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/nn 2026-07-24T19:06:57.6679330Z 2026-07-24 19:06:57,612 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:57.6679990Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:57.6680640Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/launch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:57.6681290Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils 2026-07-24T19:06:57.6681590Z 2026-07-24 19:06:57,612 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:57.6682310Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:57.6682960Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/optimizers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:57.6683670Z 2026-07-24 19:06:57,612 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/schedulers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx/optimizers 2026-07-24T19:06:57.6684320Z 2026-07-24 19:06:57,613 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6684890Z 2026-07-24 19:06:57,613 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/extension.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6685590Z 2026-07-24 19:06:57,613 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/_reprlib_fix.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6686240Z 2026-07-24 19:06:57,613 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/py.typed -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6686940Z 2026-07-24 19:06:57,613 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/python/mlx/__main__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/python/mlx 2026-07-24T19:06:57.6687250Z 2026-07-24 19:06:57,613 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/docs 2026-07-24T19:06:57.6687520Z 2026-07-24 19:06:57,613 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/docs/src 2026-07-24T19:06:57.6688060Z 2026-07-24 19:06:57,614 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/docs/src/conf.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/docs/src 2026-07-24T19:06:57.6688600Z 2026-07-24 19:06:57,614 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/setup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx 2026-07-24T19:06:57.6688870Z 2026-07-24 19:06:57,614 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/examples 2026-07-24T19:06:57.6689150Z 2026-07-24 19:06:57,614 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:57.6689780Z 2026-07-24 19:06:57,614 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python/logistic_regression.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:57.6690530Z 2026-07-24 19:06:57,614 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python/linear_regression.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:57.6691100Z 2026-07-24 19:06:57,614 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/python/qqmm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/python 2026-07-24T19:06:57.6691390Z 2026-07-24 19:06:57,614 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:57.6691750Z 2026-07-24 19:06:57,615 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions 2026-07-24T19:06:57.6692680Z 2026-07-24 19:06:57,615 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions 2026-07-24T19:06:57.6693560Z 2026-07-24 19:06:57,615 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:57.6694160Z 2026-07-24 19:06:57,615 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/extensions/setup.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/extensions 2026-07-24T19:06:57.6694450Z 2026-07-24 19:06:57,615 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:57.6695080Z 2026-07-24 19:06:57,615 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/export/eval_mlp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:57.6695820Z 2026-07-24 19:06:57,615 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/examples/export/train_mlp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/examples/export 2026-07-24T19:06:57.6696140Z 2026-07-24 19:06:57,615 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/benchmarks 2026-07-24T19:06:57.6696420Z 2026-07-24 19:06:57,616 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6697020Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/scatter_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6697630Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/rms_norm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6698240Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_vector_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6698840Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/compile_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6699440Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/rope_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6699740Z 2026-07-24 19:06:57,616 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:57.6700360Z 2026-07-24 19:06:57,616 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:57.6700980Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python/blas 2026-07-24T19:06:57.6701640Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv1d_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6702350Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_train_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6702970Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_unaligned_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6703590Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_train_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6704290Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/masked_scatter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6704620Z 2026-07-24 19:06:57,617 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:57.6705340Z 2026-07-24 19:06:57,617 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:57.6706020Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_torch.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:57.6706680Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/compare.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative 2026-07-24T19:06:57.6707290Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/slice_update_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6707900Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/hadamard_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6708540Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_transpose_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6709150Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6709760Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_mm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6710420Z 2026-07-24 19:06:57,618 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/einsum_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6711130Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/time_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6711750Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/batch_matmul_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6712390Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_transpose_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6712980Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6713760Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/synchronize_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6714480Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6715230Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/block_masked_mm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6715970Z 2026-07-24 19:06:57,619 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_bench_cpu.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6716590Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/segmented_mm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6717210Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/distributed_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6717940Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6718550Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_qmm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6719140Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/fft_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6719770Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_transpose_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6720500Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/single_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6721130Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/large_gemm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6721840Z 2026-07-24 19:06:57,620 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/layer_norm_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6722450Z 2026-07-24 19:06:57,621 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_bench.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/python 2026-07-24T19:06:57.6723390Z 2026-07-24 19:06:57,621 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:57.6724240Z 2026-07-24 19:06:57,621 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/numpy/time_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:57.6724840Z 2026-07-24 19:06:57,621 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/third-party/mlx/benchmarks/numpy/single_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/third-party/mlx/benchmarks/numpy 2026-07-24T19:06:57.6725300Z 2026-07-24 19:06:57,621 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/_generated_inspector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.6725520Z 2026-07-24 19:06:57,621 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/mlx/builder 2026-07-24T19:06:57.6726010Z 2026-07-24 19:06:57,621 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/slot_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.6726490Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/pattern_matcher.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.6726940Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.6727400Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/op_helpers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.6727870Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/op_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.6728340Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/builder/program_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx/builder 2026-07-24T19:06:57.7175700Z 2026-07-24 19:06:57,622 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/mlx/passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/mlx 2026-07-24T19:06:57.7176140Z 2026-07-24 19:06:57,622 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m 2026-07-24T19:06:57.7176370Z 2026-07-24 19:06:57,622 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/test 2026-07-24T19:06:57.7176810Z 2026-07-24 19:06:57,623 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7182950Z 2026-07-24 19:06:57,623 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_quantizer_reporter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7183540Z 2026-07-24 19:06:57,623 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_cmsis_pybind.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7184070Z 2026-07-24 19:06:57,623 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_target_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7184770Z 2026-07-24 19:06:57,623 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7185370Z 2026-07-24 19:06:57,623 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_node_finders.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7185880Z 2026-07-24 19:06:57,624 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_portable_int8.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7186390Z 2026-07-24 19:06:57,624 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/misc/test_pattern_matcher.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/misc 2026-07-24T19:06:57.7186870Z 2026-07-24 19:06:57,624 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test 2026-07-24T19:06:57.7187320Z 2026-07-24 19:06:57,624 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/tester.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test 2026-07-24T19:06:57.7187570Z 2026-07-24 19:06:57,624 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7188090Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_torch_functions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7188610Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_nn_modules.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7189140Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_mobilenet_v1_025.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7189660Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_nn_functional.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7190190Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_deep_autoencoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7190750Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_silero_vad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7191360Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7191860Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_yolo11.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7192380Z 2026-07-24 19:06:57,625 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_mobilenet_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7192890Z 2026-07-24 19:06:57,626 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_mobilenet_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7193570Z 2026-07-24 19:06:57,626 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_resnet8.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7194130Z 2026-07-24 19:06:57,630 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_ds_cnn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7194650Z 2026-07-24 19:06:57,630 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/models/test_wav2letter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/models 2026-07-24T19:06:57.7195150Z 2026-07-24 19:06:57,636 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test 2026-07-24T19:06:57.7195430Z 2026-07-24 19:06:57,637 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7195990Z 2026-07-24 19:06:57,637 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_max_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7196490Z 2026-07-24 19:06:57,637 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_conv_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7196990Z 2026-07-24 19:06:57,637 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_transpose.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7197520Z 2026-07-24 19:06:57,637 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_activation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7198090Z 2026-07-24 19:06:57,637 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7198560Z 2026-07-24 19:06:57,638 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_add.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7199070Z 2026-07-24 19:06:57,638 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_activation_quant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7199600Z 2026-07-24 19:06:57,638 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_maximum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7200170Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_minimum.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7200650Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_pad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7201130Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_linear.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7201610Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_mul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7202160Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_softmax.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7202690Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_batch_matmul.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7203190Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_avg_pool2d.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7203670Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_lstm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7204140Z 2026-07-24 19:06:57,639 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/ops/test_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test/ops 2026-07-24T19:06:57.7204650Z 2026-07-24 19:06:57,640 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/test/test_helpers_passes_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/test 2026-07-24T19:06:57.7204880Z 2026-07-24 19:06:57,640 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7205400Z 2026-07-24 19:06:57,640 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7205900Z 2026-07-24 19:06:57,640 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/decompose_mean_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7206400Z 2026-07-24 19:06:57,640 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/scratch_buffer_sizes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7206910Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/activation_fusion_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7207480Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/cortex_m_pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7208040Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7208600Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/aten_to_cortex_m_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7209110Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/decompose_hardswish_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7209600Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/matmul_to_bmm_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7210110Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/clamp_hardswish_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7211550Z 2026-07-24 19:06:57,641 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/passes_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7212300Z 2026-07-24 19:06:57,642 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/quantized_clamp_activation_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7212810Z 2026-07-24 19:06:57,642 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/passes/cortex_m_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/passes 2026-07-24T19:06:57.7213130Z 2026-07-24 19:06:57,642 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/library 2026-07-24T19:06:57.7213650Z 2026-07-24 19:06:57,642 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library/cmsis_nn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/library 2026-07-24T19:06:57.7214130Z 2026-07-24 19:06:57,642 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/library 2026-07-24T19:06:57.7214390Z 2026-07-24 19:06:57,642 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/library/_cmsis_nn 2026-07-24T19:06:57.7214970Z 2026-07-24 19:06:57,642 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/library/_cmsis_nn/cmsis_nn.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/library/_cmsis_nn 2026-07-24T19:06:57.7215440Z 2026-07-24 19:06:57,643 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer_reporter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m 2026-07-24T19:06:57.7215900Z 2026-07-24 19:06:57,643 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/target_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m 2026-07-24T19:06:57.7216120Z 2026-07-24 19:06:57,643 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/ops 2026-07-24T19:06:57.7216590Z 2026-07-24 19:06:57,643 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/ops 2026-07-24T19:06:57.7217040Z 2026-07-24 19:06:57,643 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/ops 2026-07-24T19:06:57.7217480Z 2026-07-24 19:06:57,644 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7218000Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/pattern_matcher.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7218500Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/node_finders.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7218980Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7219460Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/quantizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7220110Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/quantization_configs.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7220680Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/pattern_checkers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7221190Z 2026-07-24 19:06:57,644 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/cortex_m/quantizer/quantizer_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/cortex_m/quantizer 2026-07-24T19:06:57.7221390Z 2026-07-24 19:06:57,644 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/aoti 2026-07-24T19:06:57.7221610Z 2026-07-24 19:06:57,645 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/aoti/passes 2026-07-24T19:06:57.7222120Z 2026-07-24 19:06:57,645 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti/passes/replace_view_copy_with_view.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/aoti/passes 2026-07-24T19:06:57.7222560Z 2026-07-24 19:06:57,645 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti/aoti_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/aoti 2026-07-24T19:06:57.7223210Z 2026-07-24 19:06:57,645 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/backends/aoti/aoti_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/backends/aoti 2026-07-24T19:06:57.7223440Z 2026-07-24 19:06:57,645 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/runtime 2026-07-24T19:06:57.7223650Z 2026-07-24 19:06:57,645 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/runtime/test 2026-07-24T19:06:57.7224090Z 2026-07-24 19:06:57,645 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test/test_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/runtime/test 2026-07-24T19:06:57.7224540Z 2026-07-24 19:06:57,645 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test/test_runtime_xnnpack.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/runtime/test 2026-07-24T19:06:57.7225080Z 2026-07-24 19:06:57,646 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/test/test_runtime_etdump_gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/runtime/test 2026-07-24T19:06:57.7225470Z 2026-07-24 19:06:57,646 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/runtime 2026-07-24T19:06:57.7225790Z 2026-07-24 19:06:57,646 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/runtime/kernel 2026-07-24T19:06:57.7226150Z 2026-07-24 19:06:57,646 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/runtime/kernel/test 2026-07-24T19:06:57.7226620Z 2026-07-24 19:06:57,646 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/runtime/kernel/test 2026-07-24T19:06:57.7226800Z 2026-07-24 19:06:57,646 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen 2026-07-24T19:06:57.7227120Z 2026-07-24 19:06:57,646 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/tools 2026-07-24T19:06:57.7227600Z 2026-07-24 19:06:57,646 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7228030Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7228670Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7228950Z 2026-07-24 19:06:57,647 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/tools/test 2026-07-24T19:06:57.7229450Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7229940Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_tools_selective_build.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7230430Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_gen_max_kernel_num.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7231030Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7231500Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7232000Z 2026-07-24 19:06:57,647 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools/test 2026-07-24T19:06:57.7232550Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/combine_prim_ops_headers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7232980Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7233390Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7233910Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/selective_build.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7234360Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_max_kernel_num.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7234970Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7235420Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/gen_selected_prim_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7235920Z 2026-07-24 19:06:57,648 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/selective_build.cpython-312-darwin.so -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7236440Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/tools 2026-07-24T19:06:57.7236640Z 2026-07-24 19:06:57,649 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/test 2026-07-24T19:06:57.7237230Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7237700Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7238200Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7238740Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7239190Z 2026-07-24 19:06:57,649 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7239650Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/test 2026-07-24T19:06:57.7240030Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen 2026-07-24T19:06:57.7240410Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen 2026-07-24T19:06:57.7240900Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen 2026-07-24T19:06:57.7241090Z 2026-07-24 19:06:57,650 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/api 2026-07-24T19:06:57.7241310Z 2026-07-24 19:06:57,650 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/api/types 2026-07-24T19:06:57.7241750Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api/types 2026-07-24T19:06:57.7242190Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types/types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api/types 2026-07-24T19:06:57.7242650Z 2026-07-24 19:06:57,650 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/types/signatures.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api/types 2026-07-24T19:06:57.7243110Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/custom_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api 2026-07-24T19:06:57.7243690Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api 2026-07-24T19:06:57.7244110Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/unboxing.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api 2026-07-24T19:06:57.7244510Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/api/et_cpp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen/api 2026-07-24T19:06:57.7244900Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/codegen/parse.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/codegen 2026-07-24T19:06:57.7245240Z 2026-07-24 19:06:57,651 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/schema 2026-07-24T19:06:57.7245440Z 2026-07-24 19:06:57,651 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/schema/test 2026-07-24T19:06:57.7245930Z 2026-07-24 19:06:57,651 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema/test/test_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/schema/test 2026-07-24T19:06:57.7246450Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema/program.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/schema 2026-07-24T19:06:57.7246840Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/schema/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/schema 2026-07-24T19:06:57.7247020Z 2026-07-24 19:06:57,652 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools 2026-07-24T19:06:57.7247240Z 2026-07-24 19:06:57,652 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/debug_format 2026-07-24T19:06:57.7247800Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/debug_format 2026-07-24T19:06:57.7248310Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/debug_format 2026-07-24T19:06:57.7248530Z 2026-07-24 19:06:57,652 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/visualization 2026-07-24T19:06:57.7249110Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/visualization 2026-07-24T19:06:57.7249570Z 2026-07-24 19:06:57,652 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/visualization 2026-07-24T19:06:57.7250110Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/visualization 2026-07-24T19:06:57.7250320Z 2026-07-24 19:06:57,653 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/inspector 2026-07-24T19:06:57.7251020Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/vgf_neural_statistics.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7251470Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7256460Z 2026-07-24 19:06:57,653 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/inspector/tests 2026-07-24T19:06:57.7257170Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/snr_comparator_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7257720Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7258340Z 2026-07-24 19:06:57,653 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7258850Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/mse_comparator_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7259520Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7260070Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7260560Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7261140Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/tests/l1_comparator_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/tests 2026-07-24T19:06:57.7261580Z 2026-07-24 19:06:57,654 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7261860Z 2026-07-24 19:06:57,654 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7262530Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7263360Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7264120Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7264750Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7265360Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector/numerical_comparator 2026-07-24T19:06:57.7266050Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7266760Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7267220Z 2026-07-24 19:06:57,655 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/inspector 2026-07-24T19:06:57.7267450Z 2026-07-24 19:06:57,656 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program 2026-07-24T19:06:57.7267920Z 2026-07-24 19:06:57,656 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program 2026-07-24T19:06:57.7268400Z 2026-07-24 19:06:57,656 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/version.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program 2026-07-24T19:06:57.7268800Z 2026-07-24 19:06:57,656 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/test 2026-07-24T19:06:57.7269410Z 2026-07-24 19:06:57,656 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/test 2026-07-24T19:06:57.7269910Z 2026-07-24 19:06:57,656 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/test 2026-07-24T19:06:57.7270420Z 2026-07-24 19:06:57,657 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/test 2026-07-24T19:06:57.7270670Z 2026-07-24 19:06:57,657 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/util 2026-07-24T19:06:57.7271170Z 2026-07-24 19:06:57,657 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/util 2026-07-24T19:06:57.7271420Z 2026-07-24 19:06:57,657 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.7271710Z 2026-07-24 19:06:57,657 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/serialize/generated 2026-07-24T19:06:57.7272290Z 2026-07-24 19:06:57,657 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated 2026-07-24T19:06:57.7272640Z 2026-07-24 19:06:57,657 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:57.7273350Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/ScalarType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:57.7274050Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer 2026-07-24T19:06:57.7274410Z 2026-07-24 19:06:57,658 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7275210Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/ValueUnion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7276430Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestCase.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7277160Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Bool.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7278000Z 2026-07-24 19:06:57,658 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledProgram.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7278760Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7279550Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestSuite.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7280290Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7281010Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Value.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7281730Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Double.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7282460Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Int.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer 2026-07-24T19:06:57.7283090Z 2026-07-24 19:06:57,659 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.7283360Z 2026-07-24 19:06:57,660 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/serialize/test 2026-07-24T19:06:57.7283930Z 2026-07-24 19:06:57,660 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize/test 2026-07-24T19:06:57.7284560Z 2026-07-24 19:06:57,660 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/generate_bundled_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.7285150Z 2026-07-24 19:06:57,660 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.7285690Z 2026-07-24 19:06:57,660 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/serialize 2026-07-24T19:06:57.7286160Z 2026-07-24 19:06:57,660 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/core.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program 2026-07-24T19:06:57.7286410Z 2026-07-24 19:06:57,661 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.7287090Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.7287640Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.7288170Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.7288710Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/bundled_program/schema 2026-07-24T19:06:57.7289100Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools 2026-07-24T19:06:57.7289350Z 2026-07-24 19:06:57,661 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/size_analysis_tool 2026-07-24T19:06:57.7289890Z 2026-07-24 19:06:57,661 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/size_analysis_tool 2026-07-24T19:06:57.7290430Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/size_analysis_tool 2026-07-24T19:06:57.7290690Z 2026-07-24 19:06:57,662 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7291210Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_strip_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7291730Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_reducers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7292260Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_convenience.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7292840Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_selectors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7293210Z 2026-07-24 19:06:57,662 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7293780Z 2026-07-24 19:06:57,662 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_xnnpack_e2e.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7294340Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_coreml_e2e.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7294900Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_reducers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7295550Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_strip_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7296150Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_tap_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7296710Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/tests/test_selectors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap/tests 2026-07-24T19:06:57.7297220Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7297730Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_spec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7298250Z 2026-07-24 19:06:57,663 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/_tap_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7298800Z 2026-07-24 19:06:57,664 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/intermediate_output_tap/custom_ops_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/intermediate_output_tap 2026-07-24T19:06:57.7299020Z 2026-07-24 19:06:57,664 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/scripts 2026-07-24T19:06:57.7299510Z 2026-07-24 19:06:57,664 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/scripts/generate_profiling_csv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/scripts 2026-07-24T19:06:57.7299740Z 2026-07-24 19:06:57,664 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/backend_debug 2026-07-24T19:06:57.7300270Z 2026-07-24 19:06:57,664 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/backend_debug 2026-07-24T19:06:57.7300500Z 2026-07-24 19:06:57,664 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/backend_debug/tests 2026-07-24T19:06:57.7301030Z 2026-07-24 19:06:57,664 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/backend_debug/tests 2026-07-24T19:06:57.7301580Z 2026-07-24 19:06:57,664 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/backend_debug 2026-07-24T19:06:57.7301780Z 2026-07-24 19:06:57,665 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/etdump 2026-07-24T19:06:57.7302220Z 2026-07-24 19:06:57,665 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etdump 2026-07-24T19:06:57.7302780Z 2026-07-24 19:06:57,665 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etdump 2026-07-24T19:06:57.7303320Z 2026-07-24 19:06:57,665 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etdump 2026-07-24T19:06:57.7303540Z 2026-07-24 19:06:57,665 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/etdump/tests 2026-07-24T19:06:57.7304070Z 2026-07-24 19:06:57,665 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etdump/tests 2026-07-24T19:06:57.7304540Z 2026-07-24 19:06:57,665 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etdump 2026-07-24T19:06:57.7304760Z 2026-07-24 19:06:57,665 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/etrecord 2026-07-24T19:06:57.7304980Z 2026-07-24 19:06:57,666 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/etrecord/tests 2026-07-24T19:06:57.7305570Z 2026-07-24 19:06:57,666 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etrecord/tests 2026-07-24T19:06:57.7306020Z 2026-07-24 19:06:57,666 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etrecord 2026-07-24T19:06:57.7306460Z 2026-07-24 19:06:57,666 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/etrecord 2026-07-24T19:06:57.7306670Z 2026-07-24 19:06:57,666 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/pte_tool 2026-07-24T19:06:57.7307110Z 2026-07-24 19:06:57,666 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool/diff_pte.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/pte_tool 2026-07-24T19:06:57.7307420Z 2026-07-24 19:06:57,666 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/devtools/pte_tool/tests 2026-07-24T19:06:57.7307920Z 2026-07-24 19:06:57,666 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/devtools/pte_tool/tests/test_diff_pte.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/devtools/pte_tool/tests 2026-07-24T19:06:57.7308110Z 2026-07-24 19:06:57,667 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples 2026-07-24T19:06:57.7308350Z 2026-07-24 19:06:57,667 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7308840Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7309380Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7310020Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7310520Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7311030Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7311540Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7312210Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7312750Z 2026-07-24 19:06:57,667 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7313250Z 2026-07-24 19:06:57,668 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_pte_finetuning 2026-07-24T19:06:57.7313460Z 2026-07-24 19:06:57,668 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple 2026-07-24T19:06:57.7313670Z 2026-07-24 19:06:57,668 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple/mps 2026-07-24T19:06:57.7313900Z 2026-07-24 19:06:57,668 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple/mps/scripts 2026-07-24T19:06:57.7314400Z 2026-07-24 19:06:57,668 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/mps/scripts 2026-07-24T19:06:57.7314890Z 2026-07-24 19:06:57,668 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/mps/scripts 2026-07-24T19:06:57.7315110Z 2026-07-24 19:06:57,668 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple/coreml 2026-07-24T19:06:57.7315350Z 2026-07-24 19:06:57,668 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7315900Z 2026-07-24 19:06:57,668 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/test_coreml_compute_plan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7316440Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/coreml_compute_plan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7316980Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7317580Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7318160Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7318750Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7319290Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/scripts 2026-07-24T19:06:57.7319530Z 2026-07-24 19:06:57,669 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7320010Z 2026-07-24 19:06:57,669 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7320640Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/export_static_llm_coreml.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7321220Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/run_static_llm_multifunction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7322040Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7322600Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7323120Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7323600Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7324110Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/run_static_llm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7324610Z 2026-07-24 19:06:57,670 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/apple/coreml/llama/run_lookahead.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/apple/coreml/llama 2026-07-24T19:06:57.7324810Z 2026-07-24 19:06:57,670 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/nxp 2026-07-24T19:06:57.7325040Z 2026-07-24 19:06:57,671 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/nxp/experimental 2026-07-24T19:06:57.7325300Z 2026-07-24 19:06:57,671 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/nxp/experimental/cifar_net 2026-07-24T19:06:57.7325840Z 2026-07-24 19:06:57,671 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/nxp/experimental/cifar_net/cifar_net.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/nxp/experimental/cifar_net 2026-07-24T19:06:57.7326050Z 2026-07-24 19:06:57,671 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm 2026-07-24T19:06:57.7326520Z 2026-07-24 19:06:57,671 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm 2026-07-24T19:06:57.7326840Z 2026-07-24 19:06:57,671 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts 2026-07-24T19:06:57.7327110Z 2026-07-24 19:06:57,671 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:57.7327660Z 2026-07-24 19:06:57,671 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/utils/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:57.7328200Z 2026-07-24 19:06:57,671 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/utils/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/utils 2026-07-24T19:06:57.7328500Z 2026-07-24 19:06:57,672 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:57.7333540Z 2026-07-24 19:06:57,672 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:57.7334240Z 2026-07-24 19:06:57,672 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/stable_diffusion_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/stable_diffusion 2026-07-24T19:06:57.7334510Z 2026-07-24 19:06:57,672 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts/llama 2026-07-24T19:06:57.7334870Z 2026-07-24 19:06:57,672 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts/llama/llama3 2026-07-24T19:06:57.7335480Z 2026-07-24 19:06:57,672 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/llama/llama3 2026-07-24T19:06:57.7335760Z 2026-07-24 19:06:57,673 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/qaihub_scripts/llama/llama2 2026-07-24T19:06:57.7336380Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/qaihub_scripts/llama/llama2 2026-07-24T19:06:57.7336820Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm 2026-07-24T19:06:57.7337070Z 2026-07-24 19:06:57,673 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:57.7337630Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts/qnn_intermediate_debugger_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:57.7338180Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts/qairt_visualizer_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:57.7338670Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts/cli.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:57.7339230Z 2026-07-24 19:06:57,673 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/util_scripts/gen_etrecord.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/util_scripts 2026-07-24T19:06:57.7339530Z 2026-07-24 19:06:57,674 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7340080Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/wav2letter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7340580Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/export_example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7341070Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/deeplab_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7341580Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7342180Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/edsr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7344250Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/mobilenet_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7345750Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/inception_v4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7347510Z 2026-07-24 19:06:57,674 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/mobilenet_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7348840Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/inception_v3.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7350150Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/scripts/torchvision_vit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/scripts 2026-07-24T19:06:57.7350710Z 2026-07-24 19:06:57,675 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/custom_op 2026-07-24T19:06:57.7352000Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/custom_op/custom_ops_1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/custom_op 2026-07-24T19:06:57.7353500Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/custom_op/custom_ops_2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/custom_op 2026-07-24T19:06:57.7354060Z 2026-07-24 19:06:57,675 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7355360Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/deit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7356690Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7358350Z 2026-07-24 19:06:57,675 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/pvt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7360570Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/dino_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7361350Z 2026-07-24 19:06:57,676 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:57.7362990Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils/qnn_decoder_model_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:57.7364350Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils/eval_decoder_model_qnn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:57.7367000Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llm_utils/decoder_model_wrapper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llm_utils 2026-07-24T19:06:57.7367760Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/convnext_small.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7368380Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/vit_b_16.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7369110Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/regnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7369630Z 2026-07-24 19:06:57,676 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/maxvit_t.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7370150Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/roberta.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7370670Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/squeezenet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7371190Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/distilbert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7371690Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/fastvit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7372180Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/cvt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7373660Z 2026-07-24 19:06:57,677 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/mobilevit_v1.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7374740Z 2026-07-24 19:06:57,678 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/efficientSAM 2026-07-24T19:06:57.7375830Z 2026-07-24 19:06:57,678 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:57.7377910Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:57.7379840Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/pos_emb.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:57.7380620Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/mask_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation 2026-07-24T19:06:57.7381510Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientSAM/efficientSAM.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/efficientSAM 2026-07-24T19:06:57.7382490Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/albert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7383510Z 2026-07-24 19:06:57,678 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7383970Z 2026-07-24 19:06:57,678 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:57.7384480Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/t5/t5.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:57.7384990Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/t5/t5_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/t5 2026-07-24T19:06:57.7387300Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/efficientnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7391590Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/mobilevit_v2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7392150Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/hf_causal_lm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7392850Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/conv_former.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7393400Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/eurobert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7394910Z 2026-07-24 19:06:57,679 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/fbnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7395320Z 2026-07-24 19:06:57,680 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/moshi 2026-07-24T19:06:57.7395980Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/mimi.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/moshi 2026-07-24T19:06:57.7396300Z 2026-07-24 19:06:57,680 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:57.7396980Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model/static_convtr.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:57.7397600Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model/static_seanet_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:57.7398420Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model/static_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:57.7399300Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/moshi/model/static_mimi.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/moshi/model 2026-07-24T19:06:57.7399980Z 2026-07-24 19:06:57,680 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/swin_v2_t.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7400600Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7401150Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/esrgan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7401900Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/retinanet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7402530Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/bert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7403070Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/swin_transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7403580Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/focalnet.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7404570Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/depthanything_v2_small.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7405340Z 2026-07-24 19:06:57,681 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/dit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts 2026-07-24T19:06:57.7405690Z 2026-07-24 19:06:57,681 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7406000Z 2026-07-24 19:06:57,682 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:57.7406790Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize/ptq.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:57.7407370Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:57.7407960Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/quantize/strategy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/quantize 2026-07-24T19:06:57.7408250Z 2026-07-24 19:06:57,682 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:57.7409260Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers/base_component.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:57.7409950Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers/attention_sink_wrappers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:57.7410560Z 2026-07-24 19:06:57,682 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers/llm_wrappers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:57.7411390Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/wrappers/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/wrappers 2026-07-24T19:06:57.7411710Z 2026-07-24 19:06:57,683 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:57.7412300Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:57.7413150Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator/lm_eval_adapter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:57.7414020Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/evaluator/device_evaluator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/evaluator 2026-07-24T19:06:57.7414860Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/mix_precision_analyzer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7415200Z 2026-07-24 19:06:57,683 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7415780Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/builders.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7417360Z 2026-07-24 19:06:57,683 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7419600Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/loaders.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7421070Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/datasets.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7422450Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7426100Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/preprocessors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7427770Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/collators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7429240Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/dataset/schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/dataset 2026-07-24T19:06:57.7429920Z 2026-07-24 19:06:57,684 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:57.7431420Z 2026-07-24 19:06:57,684 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_quant_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:57.7432780Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:57.7434170Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/encoder 2026-07-24T19:06:57.7435660Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/decoder_constants.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7437000Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7438240Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/llama.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7439490Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/tokenizer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7441030Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7442730Z 2026-07-24 19:06:57,685 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/range_setting_pt2e.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7443510Z 2026-07-24 19:06:57,686 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7444830Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/layernorm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7446260Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/embedding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7447950Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/feed_forward.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7449490Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7450850Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/vision_encoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7452180Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/apply_rope.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7453530Z 2026-07-24 19:06:57,686 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7454930Z 2026-07-24 19:06:57,687 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/model/audio_encoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/model 2026-07-24T19:06:57.7455620Z 2026-07-24 19:06:57,687 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:57.7457010Z 2026-07-24 19:06:57,687 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference/decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:57.7458380Z 2026-07-24 19:06:57,687 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:57.7459730Z 2026-07-24 19:06:57,687 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference/encoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:57.7461060Z 2026-07-24 19:06:57,687 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/inference/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama/inference 2026-07-24T19:06:57.7463820Z 2026-07-24 19:06:57,688 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/static_llm_quant_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7464660Z 2026-07-24 19:06:57,688 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/llama/masking_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/llama 2026-07-24T19:06:57.7464940Z 2026-07-24 19:06:57,688 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:57.7465690Z 2026-07-24 19:06:57,688 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/whisper/whisper_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:57.7466240Z 2026-07-24 19:06:57,688 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/qualcomm/oss_scripts/whisper/whisper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/qualcomm/oss_scripts/whisper 2026-07-24T19:06:57.7466550Z 2026-07-24 19:06:57,688 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/cuda 2026-07-24T19:06:57.7466790Z 2026-07-24 19:06:57,689 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/cuda/scripts 2026-07-24T19:06:57.7467410Z 2026-07-24 19:06:57,689 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/cuda/scripts/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/cuda/scripts 2026-07-24T19:06:57.7467880Z 2026-07-24 19:06:57,689 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/cuda/scripts/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/cuda/scripts 2026-07-24T19:06:57.7468090Z 2026-07-24 19:06:57,690 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models 2026-07-24T19:06:57.7468340Z 2026-07-24 19:06:57,690 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/torchvision_vit 2026-07-24T19:06:57.7469160Z 2026-07-24 19:06:57,690 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/torchvision_vit 2026-07-24T19:06:57.7469670Z 2026-07-24 19:06:57,690 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/torchvision_vit 2026-07-24T19:06:57.7469900Z 2026-07-24 19:06:57,690 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen2_5 2026-07-24T19:06:57.7470140Z 2026-07-24 19:06:57,690 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.7470810Z 2026-07-24 19:06:57,690 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.7471380Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/config/qwen2_5_coder_xnnpack_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen2_5/config 2026-07-24T19:06:57.7471850Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen2_5 2026-07-24T19:06:57.7472330Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen2_5 2026-07-24T19:06:57.7478220Z 2026-07-24 19:06:57,691 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma 2026-07-24T19:06:57.7478820Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma 2026-07-24T19:06:57.7479300Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma 2026-07-24T19:06:57.7479530Z 2026-07-24 19:06:57,691 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/toy_model 2026-07-24T19:06:57.7480010Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/toy_model 2026-07-24T19:06:57.7480480Z 2026-07-24 19:06:57,691 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/toy_model/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/toy_model 2026-07-24T19:06:57.7480770Z 2026-07-24 19:06:57,692 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/silero_vad 2026-07-24T19:06:57.7481330Z 2026-07-24 19:06:57,692 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/silero_vad/export_silero_vad.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/silero_vad 2026-07-24T19:06:57.7481560Z 2026-07-24 19:06:57,692 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/sortformer 2026-07-24T19:06:57.7482060Z 2026-07-24 19:06:57,692 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/sortformer/validate_pte.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/sortformer 2026-07-24T19:06:57.7482570Z 2026-07-24 19:06:57,692 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/sortformer/export_sortformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/sortformer 2026-07-24T19:06:57.7482800Z 2026-07-24 19:06:57,692 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/parakeet 2026-07-24T19:06:57.7484170Z 2026-07-24 19:06:57,692 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/parakeet/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/parakeet 2026-07-24T19:06:57.7484760Z 2026-07-24 19:06:57,692 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/parakeet/export_parakeet_tdt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/parakeet 2026-07-24T19:06:57.7485000Z 2026-07-24 19:06:57,693 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/granite 2026-07-24T19:06:57.7485470Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/granite 2026-07-24T19:06:57.7486260Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/granite 2026-07-24T19:06:57.7486500Z 2026-07-24 19:06:57,693 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma2 2026-07-24T19:06:57.7486960Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma2/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma2 2026-07-24T19:06:57.7487440Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma2/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma2 2026-07-24T19:06:57.7488020Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/checkpoint.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models 2026-07-24T19:06:57.7488560Z 2026-07-24 19:06:57,693 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/test 2026-07-24T19:06:57.7489010Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/test 2026-07-24T19:06:57.7489470Z 2026-07-24 19:06:57,693 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/test/test_export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/test 2026-07-24T19:06:57.7489690Z 2026-07-24 19:06:57,694 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma3 2026-07-24T19:06:57.7490160Z 2026-07-24 19:06:57,694 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma3 2026-07-24T19:06:57.7490790Z 2026-07-24 19:06:57,694 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma3/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma3 2026-07-24T19:06:57.7491090Z 2026-07-24 19:06:57,694 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4 2026-07-24T19:06:57.7491560Z 2026-07-24 19:06:57,694 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/image_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7492030Z 2026-07-24 19:06:57,694 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/export_gemma4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7492290Z 2026-07-24 19:06:57,694 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7492830Z 2026-07-24 19:06:57,694 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7493390Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_self_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7493950Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7494510Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_decoder_layer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7495040Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7495600Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_cross_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7496140Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7496770Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7497430Z 2026-07-24 19:06:57,695 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/text_decoder/gemma4_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/text_decoder 2026-07-24T19:06:57.7497670Z 2026-07-24 19:06:57,696 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4/tests 2026-07-24T19:06:57.7498190Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/tests/test_speech_transform.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4/tests 2026-07-24T19:06:57.7498650Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7499240Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/speech_transform.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7499770Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/run_gemma4.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7500240Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4/quant_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4 2026-07-24T19:06:57.7500460Z 2026-07-24 19:06:57,696 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/edsr 2026-07-24T19:06:57.7500900Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/edsr 2026-07-24T19:06:57.7501350Z 2026-07-24 19:06:57,696 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/edsr/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/edsr 2026-07-24T19:06:57.7501580Z 2026-07-24 19:06:57,697 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/phi-3-mini 2026-07-24T19:06:57.7502070Z 2026-07-24 19:06:57,697 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/phi-3-mini 2026-07-24T19:06:57.7502290Z 2026-07-24 19:06:57,697 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/resnet 2026-07-24T19:06:57.7502770Z 2026-07-24 19:06:57,697 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/resnet 2026-07-24T19:06:57.7503220Z 2026-07-24 19:06:57,697 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/resnet/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/resnet 2026-07-24T19:06:57.7503440Z 2026-07-24 19:06:57,697 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/lfm2 2026-07-24T19:06:57.7503900Z 2026-07-24 19:06:57,697 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/short_conv.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2 2026-07-24T19:06:57.7504130Z 2026-07-24 19:06:57,697 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/lfm2/config 2026-07-24T19:06:57.7504720Z 2026-07-24 19:06:57,697 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config/lfm2_xnnpack_fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2/config 2026-07-24T19:06:57.7506100Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config/lfm2_xnnpack_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2/config 2026-07-24T19:06:57.7506730Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/config/lfm2_mlx_4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2/config 2026-07-24T19:06:57.7507200Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2 2026-07-24T19:06:57.7507780Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/test_lfm2_5_mlx.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2 2026-07-24T19:06:57.7508500Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lfm2/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lfm2 2026-07-24T19:06:57.7508820Z 2026-07-24 19:06:57,698 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/inception_v4 2026-07-24T19:06:57.7509330Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/inception_v4 2026-07-24T19:06:57.7509930Z 2026-07-24 19:06:57,698 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/inception_v4 2026-07-24T19:06:57.7510160Z 2026-07-24 19:06:57,699 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3 2026-07-24T19:06:57.7510400Z 2026-07-24 19:06:57,699 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3/config 2026-07-24T19:06:57.7510990Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config/qwen3_xnnpack_lora.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3/config 2026-07-24T19:06:57.7511520Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3/config 2026-07-24T19:06:57.7512050Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/config/qwen3_multimethod.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3/config 2026-07-24T19:06:57.7512510Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3 2026-07-24T19:06:57.7513070Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3 2026-07-24T19:06:57.7513310Z 2026-07-24 19:06:57,699 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/inception_v3 2026-07-24T19:06:57.7513900Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/inception_v3 2026-07-24T19:06:57.7514460Z 2026-07-24 19:06:57,699 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/inception_v3 2026-07-24T19:06:57.7515160Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models 2026-07-24T19:06:57.7515410Z 2026-07-24 19:06:57,700 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/granite_speech 2026-07-24T19:06:57.7515930Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite_speech/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/granite_speech 2026-07-24T19:06:57.7516570Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/granite_speech/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/granite_speech 2026-07-24T19:06:57.7516810Z 2026-07-24 19:06:57,700 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/deeplab_v3 2026-07-24T19:06:57.7517490Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/deeplab_v3 2026-07-24T19:06:57.7518020Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/deeplab_v3 2026-07-24T19:06:57.7518250Z 2026-07-24 19:06:57,700 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/yolo26 2026-07-24T19:06:57.7518810Z 2026-07-24 19:06:57,700 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/yolo26 2026-07-24T19:06:57.7519280Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/yolo26 2026-07-24T19:06:57.7519870Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/yolo26/export_and_validate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/yolo26 2026-07-24T19:06:57.7520110Z 2026-07-24 19:06:57,701 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/mobilebert 2026-07-24T19:06:57.7520590Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilebert 2026-07-24T19:06:57.7521160Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilebert 2026-07-24T19:06:57.7521390Z 2026-07-24 19:06:57,701 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/codegen 2026-07-24T19:06:57.7521920Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/codegen/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/codegen 2026-07-24T19:06:57.7522400Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/codegen/convert_weight.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/codegen 2026-07-24T19:06:57.7522830Z 2026-07-24 19:06:57,701 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/model_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models 2026-07-24T19:06:57.7523190Z 2026-07-24 19:06:57,702 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7523900Z 2026-07-24 19:06:57,702 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:57.7524420Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:57.7524770Z 2026-07-24 19:06:57,702 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:57.7525330Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests/test_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:57.7525930Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests/test_safetensors_roundtrip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:57.7526680Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests/test_quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:57.7527370Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/tests/test_pack_cuda.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant/tests 2026-07-24T19:06:57.7527940Z 2026-07-24 19:06:57,702 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quant/recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/quant 2026-07-24T19:06:57.7528690Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/gguf_loader.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7529270Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/test_ondevice_serving.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7529530Z 2026-07-24 19:06:57,703 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7530080Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests/test_mlx_pipeline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7530630Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests/test_cuda_packers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7531160Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests/test_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7531700Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests/test_cuda_pipeline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7532910Z 2026-07-24 19:06:57,703 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/tests/test_pipeline.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b/tests 2026-07-24T19:06:57.7533400Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7534190Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/serve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7534670Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7535140Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7535650Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/inference.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7536370Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/quantize_and_save.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7536870Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/cuda_packers.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7537420Z 2026-07-24 19:06:57,704 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/sampler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7537930Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/test_serve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7538460Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/cuda_source_transformations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7539000Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/gemma4_31b/mlx_source_transformations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/gemma4_31b 2026-07-24T19:06:57.7539230Z 2026-07-24 19:06:57,705 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7539710Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/run.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7540230Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/test_chunked_prefill.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7540710Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7541180Z 2026-07-24 19:06:57,705 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/serve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7541660Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7542130Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7542840Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/metal_source_transformations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7543330Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/inference.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7543830Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/test_turboquant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7544340Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/quantize_and_save.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7544970Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/test_quantize_roundtrip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7545500Z 2026-07-24 19:06:57,706 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/sampler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7546230Z 2026-07-24 19:06:57,707 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/test_serve.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7546770Z 2026-07-24 19:06:57,707 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/mlx_source_transformations.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7547270Z 2026-07-24 19:06:57,707 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5_moe/test_sampler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5_moe 2026-07-24T19:06:57.7547520Z 2026-07-24 19:06:57,707 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/phi-3-mini-lora 2026-07-24T19:06:57.7548050Z 2026-07-24 19:06:57,707 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/phi-3-mini-lora 2026-07-24T19:06:57.7548340Z 2026-07-24 19:06:57,707 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/deepseek-r1-distill-llama-8B 2026-07-24T19:06:57.7548640Z 2026-07-24 19:06:57,707 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/deepseek-r1-distill-llama-8B/config 2026-07-24T19:06:57.7549330Z 2026-07-24 19:06:57,708 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/deepseek-r1-distill-llama-8B/config 2026-07-24T19:06:57.7549580Z 2026-07-24 19:06:57,708 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/efficient_sam 2026-07-24T19:06:57.7549870Z 2026-07-24 19:06:57,708 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7550510Z 2026-07-24 19:06:57,708 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7551190Z 2026-07-24 19:06:57,708 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7555760Z 2026-07-24 19:06:57,708 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7556410Z 2026-07-24 19:06:57,708 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7557010Z 2026-07-24 19:06:57,709 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7557740Z 2026-07-24 19:06:57,709 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2026-07-24T19:06:57.7558300Z 2026-07-24 19:06:57,709 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam 2026-07-24T19:06:57.7558800Z 2026-07-24 19:06:57,709 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/efficient_sam 2026-07-24T19:06:57.7559020Z 2026-07-24 19:06:57,709 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/moshi 2026-07-24T19:06:57.7559250Z 2026-07-24 19:06:57,709 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/moshi/mimi 2026-07-24T19:06:57.7559740Z 2026-07-24 19:06:57,709 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/moshi/mimi 2026-07-24T19:06:57.7559990Z 2026-07-24 19:06:57,709 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/stable_diffusion 2026-07-24T19:06:57.7560510Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/stable_diffusion/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/stable_diffusion 2026-07-24T19:06:57.7561020Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/stable_diffusion/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/stable_diffusion 2026-07-24T19:06:57.7561260Z 2026-07-24 19:06:57,710 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/mobilenet_v2 2026-07-24T19:06:57.7561750Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilenet_v2 2026-07-24T19:06:57.7562240Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilenet_v2 2026-07-24T19:06:57.7562470Z 2026-07-24 19:06:57,710 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/smolvlm 2026-07-24T19:06:57.7562930Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smolvlm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smolvlm 2026-07-24T19:06:57.7563480Z 2026-07-24 19:06:57,710 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smolvlm/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smolvlm 2026-07-24T19:06:57.7563840Z 2026-07-24 19:06:57,710 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/wav2letter 2026-07-24T19:06:57.7564320Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/wav2letter 2026-07-24T19:06:57.7564810Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/wav2letter 2026-07-24T19:06:57.7565040Z 2026-07-24 19:06:57,711 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/deit_tiny 2026-07-24T19:06:57.7565510Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deit_tiny/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/deit_tiny 2026-07-24T19:06:57.7566110Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/deit_tiny/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/deit_tiny 2026-07-24T19:06:57.7566380Z 2026-07-24 19:06:57,711 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/mobilenet_v3 2026-07-24T19:06:57.7566870Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilenet_v3 2026-07-24T19:06:57.7567360Z 2026-07-24 19:06:57,711 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mobilenet_v3 2026-07-24T19:06:57.7567620Z 2026-07-24 19:06:57,711 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/voxtral_realtime 2026-07-24T19:06:57.7567880Z 2026-07-24 19:06:57,712 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/voxtral_realtime/tests 2026-07-24T19:06:57.7568480Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/tests/test_ring_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_realtime/tests 2026-07-24T19:06:57.7569080Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_realtime 2026-07-24T19:06:57.9391150Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_realtime 2026-07-24T19:06:57.9491580Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_realtime/export_voxtral_rt.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_realtime 2026-07-24T19:06:57.9592840Z 2026-07-24 19:06:57,712 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9630130Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny/ds_cnn.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9690570Z 2026-07-24 19:06:57,712 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9696550Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny/deep_autoencoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9717280Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny/resnet8.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9722610Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/mlperf_tiny/mobilenet_v1_025.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/mlperf_tiny 2026-07-24T19:06:57.9729780Z 2026-07-24 19:06:57,713 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision 2026-07-24T19:06:57.9735420Z 2026-07-24 19:06:57,713 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2026-07-24T19:06:57.9742700Z 2026-07-24 19:06:57,713 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:57.9754840Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:57.9759090Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2026-07-24T19:06:57.9764140Z 2026-07-24 19:06:57,713 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2026-07-24T19:06:57.9783740Z 2026-07-24 19:06:57,713 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:57.9786260Z 2026-07-24 19:06:57,714 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:57.9787520Z 2026-07-24 19:06:57,714 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:57.9788710Z 2026-07-24 19:06:57,714 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:57.9789900Z 2026-07-24 19:06:57,714 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/runner 2026-07-24T19:06:57.9790800Z 2026-07-24 19:06:57,714 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:57.9791720Z 2026-07-24 19:06:57,714 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:57.9792960Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:57.9794370Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:57.9795820Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2026-07-24T19:06:57.9797040Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision 2026-07-24T19:06:57.9804840Z 2026-07-24 19:06:57,715 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:57.9805600Z 2026-07-24 19:06:57,715 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:57.9806800Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:57.9808270Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2026-07-24T19:06:57.9809590Z 2026-07-24 19:06:57,715 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:57.9810840Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2026-07-24T19:06:57.9811730Z 2026-07-24 19:06:57,716 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3_5 2026-07-24T19:06:57.9812280Z 2026-07-24 19:06:57,716 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3_5/config 2026-07-24T19:06:57.9813150Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/config/qwen3_5_xnnpack_fp32.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5/config 2026-07-24T19:06:57.9814000Z 2026-07-24 19:06:57,716 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:57.9814860Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/tests/test_convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:57.9815990Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/tests/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5/tests 2026-07-24T19:06:57.9817030Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5 2026-07-24T19:06:57.9818090Z 2026-07-24 19:06:57,716 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/qwen3_5/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/qwen3_5 2026-07-24T19:06:57.9818960Z 2026-07-24 19:06:57,717 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llava 2026-07-24T19:06:57.9819600Z 2026-07-24 19:06:57,717 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llava/test 2026-07-24T19:06:57.9820430Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llava/test 2026-07-24T19:06:57.9821500Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llava/test 2026-07-24T19:06:57.9822530Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llava 2026-07-24T19:06:57.9823530Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llava 2026-07-24T19:06:57.9824650Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llava 2026-07-24T19:06:57.9825720Z 2026-07-24 19:06:57,717 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/model_factory.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models 2026-07-24T19:06:57.9826470Z 2026-07-24 19:06:57,718 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/glm 2026-07-24T19:06:57.9827220Z 2026-07-24 19:06:57,718 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/glm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/glm 2026-07-24T19:06:57.9828230Z 2026-07-24 19:06:57,718 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/glm/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/glm 2026-07-24T19:06:57.9829030Z 2026-07-24 19:06:57,718 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/voxtral_tts 2026-07-24T19:06:57.9829860Z 2026-07-24 19:06:57,718 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts/export_voxtral_tts.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_tts 2026-07-24T19:06:57.9831000Z 2026-07-24 19:06:57,719 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_tts 2026-07-24T19:06:57.9832070Z 2026-07-24 19:06:57,719 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_tts 2026-07-24T19:06:57.9833160Z 2026-07-24 19:06:57,719 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/voxtral_tts/voice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/voxtral_tts 2026-07-24T19:06:57.9833970Z 2026-07-24 19:06:57,719 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/internvl3 2026-07-24T19:06:57.9834780Z 2026-07-24 19:06:57,719 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/internvl3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/internvl3 2026-07-24T19:06:57.9835860Z 2026-07-24 19:06:57,719 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/internvl3/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/internvl3 2026-07-24T19:06:57.9836740Z 2026-07-24 19:06:57,720 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/smollm3 2026-07-24T19:06:57.9837750Z 2026-07-24 19:06:57,720 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm3/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smollm3 2026-07-24T19:06:57.9838800Z 2026-07-24 19:06:57,720 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm3/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smollm3 2026-07-24T19:06:57.9839630Z 2026-07-24 19:06:57,720 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/phi_4_mini 2026-07-24T19:06:57.9840190Z 2026-07-24 19:06:57,720 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/phi_4_mini/config 2026-07-24T19:06:57.9841100Z 2026-07-24 19:06:57,720 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/phi_4_mini/config 2026-07-24T19:06:57.9842390Z 2026-07-24 19:06:57,720 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/phi_4_mini 2026-07-24T19:06:57.9843540Z 2026-07-24 19:06:57,720 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/phi_4_mini 2026-07-24T19:06:57.9844390Z 2026-07-24 19:06:57,721 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/dinov2 2026-07-24T19:06:57.9845210Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/dinov2/export_dinov2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/dinov2 2026-07-24T19:06:57.9846330Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/dinov2/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/dinov2 2026-07-24T19:06:57.9847100Z 2026-07-24 19:06:57,721 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama 2026-07-24T19:06:57.9847870Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9848680Z 2026-07-24 19:06:57,721 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9849560Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9850740Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9851980Z 2026-07-24 19:06:57,721 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9853210Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9854390Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/experimental 2026-07-24T19:06:57.9855580Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9856510Z 2026-07-24 19:06:57,722 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9857450Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9858710Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9860000Z 2026-07-24 19:06:57,722 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9861460Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9862830Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9864140Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9865480Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9866760Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9868020Z 2026-07-24 19:06:57,723 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9869320Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9870660Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9872000Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9873270Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9874670Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9876170Z 2026-07-24 19:06:57,724 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9877510Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9878820Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/source_transformation 2026-07-24T19:06:57.9879800Z 2026-07-24 19:06:57,725 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/config 2026-07-24T19:06:57.9880760Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/test_llm_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9882000Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9883160Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_xnnpack_qat.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9884310Z 2026-07-24 19:06:57,725 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_bf16.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9885510Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_xnnpack.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9886690Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_q8da4w.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9887840Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/config/llama_attention_sink.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/config 2026-07-24T19:06:57.9888730Z 2026-07-24 19:06:57,726 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/tokenizer 2026-07-24T19:06:57.9889570Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tokenizer 2026-07-24T19:06:57.9890420Z 2026-07-24 19:06:57,726 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/runner 2026-07-24T19:06:57.9891260Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/runner 2026-07-24T19:06:57.9892340Z 2026-07-24 19:06:57,726 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/runner 2026-07-24T19:06:57.9893470Z 2026-07-24 19:06:57,727 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/runner 2026-07-24T19:06:57.9894620Z 2026-07-24 19:06:57,727 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/norm.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9895630Z 2026-07-24 19:06:57,727 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9896660Z 2026-07-24 19:06:57,727 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/feed_forward.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9897440Z 2026-07-24 19:06:57,727 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/tests 2026-07-24T19:06:57.9898380Z 2026-07-24 19:06:57,727 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9899530Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9900720Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_qwen3_5_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9901880Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9903040Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9904200Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9905410Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9906610Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9907800Z 2026-07-24 19:06:57,728 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/tests/test_yoco_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/tests 2026-07-24T19:06:57.9908890Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9909920Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9910960Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9912090Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9913260Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9914060Z 2026-07-24 19:06:57,729 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/llama/evaluate 2026-07-24T19:06:57.9914920Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/evaluate 2026-07-24T19:06:57.9916030Z 2026-07-24 19:06:57,729 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama/evaluate 2026-07-24T19:06:57.9917240Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9918310Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/rope.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9919300Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/lora.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9920280Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9921310Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9922350Z 2026-07-24 19:06:57,730 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9923450Z 2026-07-24 19:06:57,731 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9924520Z 2026-07-24 19:06:57,731 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/llama/model_args.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/llama 2026-07-24T19:06:57.9925300Z 2026-07-24 19:06:57,731 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/whisper 2026-07-24T19:06:57.9926150Z 2026-07-24 19:06:57,731 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/whisper/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/whisper 2026-07-24T19:06:57.9927180Z 2026-07-24 19:06:57,731 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/whisper/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/whisper 2026-07-24T19:06:57.9927950Z 2026-07-24 19:06:57,731 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/smollm2 2026-07-24T19:06:57.9928720Z 2026-07-24 19:06:57,731 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smollm2 2026-07-24T19:06:57.9929840Z 2026-07-24 19:06:57,732 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/smollm2 2026-07-24T19:06:57.9930760Z 2026-07-24 19:06:57,732 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/lstm 2026-07-24T19:06:57.9931520Z 2026-07-24 19:06:57,732 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lstm 2026-07-24T19:06:57.9932520Z 2026-07-24 19:06:57,732 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/lstm/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/lstm 2026-07-24T19:06:57.9933310Z 2026-07-24 19:06:57,732 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/models/emformer_rnnt 2026-07-24T19:06:57.9934160Z 2026-07-24 19:06:57,732 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/emformer_rnnt 2026-07-24T19:06:57.9935480Z 2026-07-24 19:06:57,732 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/models/emformer_rnnt 2026-07-24T19:06:57.9936310Z 2026-07-24 19:06:57,732 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_server 2026-07-24T19:06:57.9936900Z 2026-07-24 19:06:57,733 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_server/python 2026-07-24T19:06:57.9937670Z 2026-07-24 19:06:57,733 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9938610Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9939830Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers/types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9941030Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers/hermes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9942210Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers/qwen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9943390Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tool_parsers/gemma.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tool_parsers 2026-07-24T19:06:57.9944530Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/server.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9945640Z 2026-07-24 19:06:57,733 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/openai_transcript.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9946750Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/protocol.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9947560Z 2026-07-24 19:06:57,734 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9948480Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/conftest.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9949740Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_tool_calls.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9950930Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_streaming_stops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9952130Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_session_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9953320Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_sessions.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9954620Z 2026-07-24 19:06:57,734 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_qwen_tool_parser.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9955850Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_sampling_params.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9957000Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_contract.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9958180Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_hermes_tool_parser.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9959380Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_warm_resume_scaffold.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9960560Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_worker_client.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9961740Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_gemma_tool_parser.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9962950Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/tests/test_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python/tests 2026-07-24T19:06:57.9964070Z 2026-07-24 19:06:57,735 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9965170Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/chat_template.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9966340Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/serving_chat.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9967550Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/errors.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9968600Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/worker_client.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9969690Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/python/session_runtime.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/python 2026-07-24T19:06:57.9970750Z 2026-07-24 19:06:57,736 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server 2026-07-24T19:06:57.9971550Z 2026-07-24 19:06:57,737 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/llm_server/conformance 2026-07-24T19:06:57.9972650Z 2026-07-24 19:06:57,737 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/llm_server/conformance/test_openai_contract.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/llm_server/conformance 2026-07-24T19:06:57.9973560Z 2026-07-24 19:06:57,737 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/xnnpack 2026-07-24T19:06:57.9974320Z 2026-07-24 19:06:57,737 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/aot_compiler.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/xnnpack 2026-07-24T19:06:57.9975470Z 2026-07-24 19:06:57,738 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/xnnpack 2026-07-24T19:06:57.9976260Z 2026-07-24 19:06:57,738 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/examples/xnnpack/quantization 2026-07-24T19:06:57.9977130Z 2026-07-24 19:06:57,738 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/quantization/example.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/xnnpack/quantization 2026-07-24T19:06:57.9978370Z 2026-07-24 19:06:57,738 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/examples/xnnpack/quantization/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/examples/xnnpack/quantization 2026-07-24T19:06:57.9979150Z 2026-07-24 19:06:57,738 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir 2026-07-24T19:06:57.9979780Z 2026-07-24 19:06:57,738 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/graph_module.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9980650Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/debug_handle_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9981340Z 2026-07-24 19:06:57,739 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/capture 2026-07-24T19:06:57.9982070Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/capture 2026-07-24T19:06:57.9982990Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture/_unlift.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/capture 2026-07-24T19:06:57.9983930Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture/_capture.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/capture 2026-07-24T19:06:57.9984950Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/capture/_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/capture 2026-07-24T19:06:57.9985990Z 2026-07-24 19:06:57,739 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/print_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9986860Z 2026-07-24 19:06:57,740 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dynamic_shape.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9987680Z 2026-07-24 19:06:57,740 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/version.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9988500Z 2026-07-24 19:06:57,740 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/error.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9989310Z 2026-07-24 19:06:57,740 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/memory.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9990130Z 2026-07-24 19:06:57,740 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/graph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9991100Z 2026-07-24 19:06:57,741 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_program_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9992050Z 2026-07-24 19:06:57,741 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/delegate.pyi -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:57.9992880Z 2026-07-24 19:06:57,741 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/passes 2026-07-24T19:06:57.9993640Z 2026-07-24 19:06:57,741 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9994640Z 2026-07-24 19:06:57,742 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9995630Z 2026-07-24 19:06:57,742 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9996610Z 2026-07-24 19:06:57,742 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9997630Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9998600Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:57.9999630Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/convert_constant_dim_order_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0000630Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0001610Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0002610Z 2026-07-24 19:06:57,743 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0003660Z 2026-07-24 19:06:57,744 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0004730Z 2026-07-24 19:06:57,744 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0005900Z 2026-07-24 19:06:57,744 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0006930Z 2026-07-24 19:06:57,744 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0007950Z 2026-07-24 19:06:57,744 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/reinplace.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0009020Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0010080Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/cse_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0011040Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0012050Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0013120Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/_device_copy_ops_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0014160Z 2026-07-24 19:06:57,745 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0015180Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0016220Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0017220Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0018230Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0019280Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0020330Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0021370Z 2026-07-24 19:06:57,746 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0027270Z 2026-07-24 19:06:57,747 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0028410Z 2026-07-24 19:06:57,747 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0029380Z 2026-07-24 19:06:57,747 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/pass_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0030340Z 2026-07-24 19:06:57,747 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/propagate_device_config.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0031290Z 2026-07-24 19:06:57,747 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/to_device_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0032330Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0033340Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0034320Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0035310Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0036340Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/legalize_portable_dim_order_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0037350Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/propagate_device_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0038410Z 2026-07-24 19:06:57,748 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0039500Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/passes 2026-07-24T19:06:58.0040260Z 2026-07-24 19:06:57,749 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/tests 2026-07-24T19:06:58.0040980Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0041910Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0042860Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_print_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0043790Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0044790Z 2026-07-24 19:06:57,749 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_warnings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0045930Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_propagate_device_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0046890Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0047760Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0048690Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_delegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0049670Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0050780Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0051790Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0052790Z 2026-07-24 19:06:57,750 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0053740Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0054710Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0055710Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0056670Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_device_copy_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0057640Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0058630Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_extract_io_quant_params.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0059600Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_quantization.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0060510Z 2026-07-24 19:06:57,751 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0061420Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/transformer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0062330Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_error.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0063350Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0064460Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0065440Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0066480Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_legalize_portable_dim_order_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0067460Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_serde.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0068570Z 2026-07-24 19:06:57,752 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0069640Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0070640Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_reinplace_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0071610Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0072560Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0073500Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0074450Z 2026-07-24 19:06:57,753 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0075360Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tests/test_verification.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/tests 2026-07-24T19:06:58.0076260Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/memory_planning.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0077110Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/control_flow.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0077940Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0078730Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_warnings.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0079370Z 2026-07-24 19:06:57,754 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/backend 2026-07-24T19:06:58.0079870Z 2026-07-24 19:06:57,754 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/backend/test 2026-07-24T19:06:58.0080740Z 2026-07-24 19:06:57,754 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0081860Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0082850Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0083890Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0084950Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0086210Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0087270Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0088360Z 2026-07-24 19:06:57,755 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0089420Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0090460Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demo_backend.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0091500Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0092720Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0093710Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/device_util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0094830Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0095850Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0096990Z 2026-07-24 19:06:57,756 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0098250Z 2026-07-24 19:06:57,757 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0099370Z 2026-07-24 19:06:57,757 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_group_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0100570Z 2026-07-24 19:06:57,758 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0105570Z 2026-07-24 19:06:57,758 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0106740Z 2026-07-24 19:06:57,758 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test 2026-07-24T19:06:58.0107520Z 2026-07-24 19:06:57,759 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/backend/test/demos 2026-07-24T19:06:58.0108360Z 2026-07-24 19:06:57,759 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test/demos 2026-07-24T19:06:58.0109470Z 2026-07-24 19:06:57,760 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:58.0110640Z 2026-07-24 19:06:57,760 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:58.0112080Z 2026-07-24 19:06:57,760 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:58.0113230Z 2026-07-24 19:06:57,761 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/test/demos/rpc 2026-07-24T19:06:58.0114240Z 2026-07-24 19:06:57,761 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0115040Z 2026-07-24 19:06:57,761 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0116100Z 2026-07-24 19:06:57,762 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0117520Z 2026-07-24 19:06:57,762 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/group_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0118810Z 2026-07-24 19:06:57,762 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0120130Z 2026-07-24 19:06:57,763 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0121520Z 2026-07-24 19:06:57,763 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0122860Z 2026-07-24 19:06:57,763 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend/canonical_partitioners 2026-07-24T19:06:58.0124310Z 2026-07-24 19:06:57,764 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/backend_details.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0125530Z 2026-07-24 19:06:57,764 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/operator_support.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0127000Z 2026-07-24 19:06:57,764 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0127990Z 2026-07-24 19:06:57,765 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/backend_api.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0128990Z 2026-07-24 19:06:57,765 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/backend 2026-07-24T19:06:58.0130150Z 2026-07-24 19:06:57,765 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0130990Z 2026-07-24 19:06:57,766 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/pass_base.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0131900Z 2026-07-24 19:06:57,766 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/pass_manager.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0132730Z 2026-07-24 19:06:57,767 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/delegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0133560Z 2026-07-24 19:06:57,767 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0134380Z 2026-07-24 19:06:57,767 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tensor_layout.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0135090Z 2026-07-24 19:06:57,767 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/verification 2026-07-24T19:06:58.0135600Z 2026-07-24 19:06:57,767 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/verification/test 2026-07-24T19:06:58.0136390Z 2026-07-24 19:06:57,768 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/verification/test 2026-07-24T19:06:58.0137410Z 2026-07-24 19:06:57,768 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/arg_validator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/verification 2026-07-24T19:06:58.0138380Z 2026-07-24 19:06:57,768 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/dev_html.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/verification 2026-07-24T19:06:58.0139430Z 2026-07-24 19:06:57,768 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/interpreter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/verification 2026-07-24T19:06:58.0140420Z 2026-07-24 19:06:57,769 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/verification/verifier.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/verification 2026-07-24T19:06:58.0141160Z 2026-07-24 19:06:57,770 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/_serialize 2026-07-24T19:06:58.0141690Z 2026-07-24 19:06:57,770 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/_serialize/generated 2026-07-24T19:06:58.0142590Z 2026-07-24 19:06:57,770 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated 2026-07-24T19:06:58.0143630Z 2026-07-24 19:06:57,771 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0144640Z 2026-07-24 19:06:57,771 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/IntList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0145980Z 2026-07-24 19:06:57,771 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/FreeCall.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0147280Z 2026-07-24 19:06:57,771 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/MoveCall.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0148710Z 2026-07-24 19:06:57,772 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/ExtraTensorInfo.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0150150Z 2026-07-24 19:06:57,772 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/ContainerMetadata.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0151530Z 2026-07-24 19:06:57,772 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorDataLocation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0152910Z 2026-07-24 19:06:57,773 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0154240Z 2026-07-24 19:06:57,773 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Chain.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0155560Z 2026-07-24 19:06:57,774 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/AllocationDetails.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0156890Z 2026-07-24 19:06:57,774 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/KernelTypes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0158210Z 2026-07-24 19:06:57,774 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Bool.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0159500Z 2026-07-24 19:06:57,775 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Null.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0160770Z 2026-07-24 19:06:57,775 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/DelegateCall.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0162140Z 2026-07-24 19:06:57,775 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Operator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0163550Z 2026-07-24 19:06:57,776 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/OptionalTensorList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0164920Z 2026-07-24 19:06:57,776 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/ScalarType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0166290Z 2026-07-24 19:06:57,777 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0167670Z 2026-07-24 19:06:57,777 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/BoolList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0169060Z 2026-07-24 19:06:57,777 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegate.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0170340Z 2026-07-24 19:06:57,778 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Tensor.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0171610Z 2026-07-24 19:06:57,778 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/DeviceType.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0172920Z 2026-07-24 19:06:57,779 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/InstructionArguments.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0174260Z 2026-07-24 19:06:57,779 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/ExecutionPlan.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0175590Z 2026-07-24 19:06:57,779 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/TensorShapeDynamism.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0176960Z 2026-07-24 19:06:57,779 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/NonConstBufferDevice.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0178310Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Frame.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0179630Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/JumpFalseCall.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0181110Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Buffer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0182660Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateInlineData.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0184140Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0185480Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/DataLocation.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0186870Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/FrameList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0188220Z 2026-07-24 19:06:57,780 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/String.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0189510Z 2026-07-24 19:06:57,781 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Double.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0190820Z 2026-07-24 19:06:57,781 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/DataSegment.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0192160Z 2026-07-24 19:06:57,781 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/NamedData.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0193500Z 2026-07-24 19:06:57,781 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Instruction.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0199360Z 2026-07-24 19:06:57,781 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateDataReference.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0200760Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/DoubleList.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0202080Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/SubsegmentOffsets.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0203410Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/EValue.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0204730Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/Int.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0206170Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/CompileSpec.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0207470Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generated/executorch_flatbuffer/KernelCall.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/generated/executorch_flatbuffer 2026-07-24T19:06:58.0208610Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/generate_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0209620Z 2026-07-24 19:06:57,782 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0210420Z 2026-07-24 19:06:57,783 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/_serialize/test 2026-07-24T19:06:58.0211240Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0212220Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0213250Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0214300Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0215340Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0216390Z 2026-07-24 19:06:57,783 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0217460Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/test/test_flatbuffer_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize/test 2026-07-24T19:06:58.0218470Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0219430Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0220360Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0221310Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/program.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0222260Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0223260Z 2026-07-24 19:06:57,784 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0224310Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_cord.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0225290Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0226310Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_flatbuffer_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0227310Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/padding.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0228350Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/_serialize 2026-07-24T19:06:58.0229290Z 2026-07-24 19:06:57,785 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/common.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0229950Z 2026-07-24 19:06:57,785 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects 2026-07-24T19:06:58.0230460Z 2026-07-24 19:06:57,786 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/test 2026-07-24T19:06:58.0231280Z 2026-07-24 19:06:57,786 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/test 2026-07-24T19:06:58.0232290Z 2026-07-24 19:06:57,786 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects 2026-07-24T19:06:58.0233210Z 2026-07-24 19:06:57,786 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects 2026-07-24T19:06:58.0233970Z 2026-07-24 19:06:57,786 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/backend 2026-07-24T19:06:58.0234530Z 2026-07-24 19:06:57,786 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/backend/test 2026-07-24T19:06:58.0235370Z 2026-07-24 19:06:57,786 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/backend/test 2026-07-24T19:06:58.0236420Z 2026-07-24 19:06:57,786 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/backend 2026-07-24T19:06:58.0237180Z 2026-07-24 19:06:57,786 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge 2026-07-24T19:06:58.0237690Z 2026-07-24 19:06:57,787 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/dtype 2026-07-24T19:06:58.0238550Z 2026-07-24 19:06:57,787 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2026-07-24T19:06:58.0239610Z 2026-07-24 19:06:57,787 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2026-07-24T19:06:58.0240710Z 2026-07-24 19:06:57,787 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/dtype 2026-07-24T19:06:58.0241570Z 2026-07-24 19:06:57,787 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/test 2026-07-24T19:06:58.0242390Z 2026-07-24 19:06:57,787 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/test 2026-07-24T19:06:58.0243470Z 2026-07-24 19:06:57,787 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/test 2026-07-24T19:06:58.0244480Z 2026-07-24 19:06:57,788 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge 2026-07-24T19:06:58.0245420Z 2026-07-24 19:06:57,789 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge 2026-07-24T19:06:58.0246850Z 2026-07-24 19:06:57,789 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/op 2026-07-24T19:06:58.0247530Z 2026-07-24 19:06:57,789 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/op/test 2026-07-24T19:06:58.0248460Z 2026-07-24 19:06:57,790 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/op/test 2026-07-24T19:06:58.0249500Z 2026-07-24 19:06:57,790 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/op 2026-07-24T19:06:58.0250510Z 2026-07-24 19:06:57,790 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/op 2026-07-24T19:06:58.0251290Z 2026-07-24 19:06:57,791 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/arg 2026-07-24T19:06:58.0252060Z 2026-07-24 19:06:57,791 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/arg 2026-07-24T19:06:58.0253060Z 2026-07-24 19:06:57,791 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/arg 2026-07-24T19:06:58.0253840Z 2026-07-24 19:06:57,792 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/dialects/edge/spec 2026-07-24T19:06:58.0254610Z 2026-07-24 19:06:57,792 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/spec 2026-07-24T19:06:58.0255630Z 2026-07-24 19:06:57,792 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/dialects/edge/spec 2026-07-24T19:06:58.0256390Z 2026-07-24 19:06:57,792 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/program 2026-07-24T19:06:58.0256890Z 2026-07-24 19:06:57,792 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/program/test 2026-07-24T19:06:58.0257650Z 2026-07-24 19:06:57,792 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program/test 2026-07-24T19:06:58.0258730Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program/test 2026-07-24T19:06:58.0259880Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/test/test_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program/test 2026-07-24T19:06:58.0260860Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program 2026-07-24T19:06:58.0261810Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/_fake_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program 2026-07-24T19:06:58.0262760Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/program/_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/program 2026-07-24T19:06:58.0263680Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/dim_order_utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0264640Z 2026-07-24 19:06:57,793 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/scalar_type.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0265310Z 2026-07-24 19:06:57,793 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/emit 2026-07-24T19:06:58.0265830Z 2026-07-24 19:06:57,794 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/emit/test 2026-07-24T19:06:58.0266580Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/emit/test 2026-07-24T19:06:58.0267490Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/emit 2026-07-24T19:06:58.0268420Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/_emit_program.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/emit 2026-07-24T19:06:58.0269310Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/emit/_emitter.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/emit 2026-07-24T19:06:58.0274410Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/wrap.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0275220Z 2026-07-24 19:06:57,794 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/sym_util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0275880Z 2026-07-24 19:06:57,795 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/serde 2026-07-24T19:06:58.0276580Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0277490Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0278410Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/export_serialize.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0279380Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/schema_check.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0280300Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/union.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0281310Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/serde/schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/serde 2026-07-24T19:06:58.0282360Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/lowered_backend_module.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0283220Z 2026-07-24 19:06:57,795 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/tracer.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0283880Z 2026-07-24 19:06:57,796 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/operator 2026-07-24T19:06:58.0284370Z 2026-07-24 19:06:57,796 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/exir/operator/test 2026-07-24T19:06:58.0285140Z 2026-07-24 19:06:57,796 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/operator/test 2026-07-24T19:06:58.0286160Z 2026-07-24 19:06:57,796 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/util.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/operator 2026-07-24T19:06:58.0287140Z 2026-07-24 19:06:57,797 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/convert.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/operator 2026-07-24T19:06:58.0288120Z 2026-07-24 19:06:57,797 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/operator/manip.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir/operator 2026-07-24T19:06:58.0288960Z 2026-07-24 19:06:57,797 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/exir/schema.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/exir 2026-07-24T19:06:58.0289570Z 2026-07-24 19:06:57,798 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/export 2026-07-24T19:06:58.0290030Z 2026-07-24 19:06:57,798 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/export/tests 2026-07-24T19:06:58.0290740Z 2026-07-24 19:06:57,799 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_target_recipes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0291690Z 2026-07-24 19:06:57,799 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_recipe_provider.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0292640Z 2026-07-24 19:06:57,799 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_export_session.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0293600Z 2026-07-24 19:06:57,800 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_recipe_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0294610Z 2026-07-24 19:06:57,800 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_executorch_export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0295590Z 2026-07-24 19:06:57,801 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_export_recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0296590Z 2026-07-24 19:06:57,801 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/tests/test_export_stages.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export/tests 2026-07-24T19:06:58.0297530Z 2026-07-24 19:06:57,801 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0298460Z 2026-07-24 19:06:57,801 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/types.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0299450Z 2026-07-24 19:06:57,801 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/export.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0300300Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/stages.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0301210Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/recipe_provider.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0302110Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/utils.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0302970Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/recipe.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0304040Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/target_recipes.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0304990Z 2026-07-24 19:06:57,802 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/export/recipe_registry.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/export 2026-07-24T19:06:58.0305730Z 2026-07-24 19:06:57,802 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/data 2026-07-24T19:06:58.0306180Z 2026-07-24 19:06:57,802 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/data/bin 2026-07-24T19:06:58.0306870Z 2026-07-24 19:06:57,803 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/bin/__init__.py -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/data/bin 2026-07-24T19:06:58.0307760Z 2026-07-24 19:06:57,803 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/bin/flatc -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/data/bin 2026-07-24T19:06:58.0308420Z 2026-07-24 19:06:57,809 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/data/lib 2026-07-24T19:06:58.0308850Z 2026-07-24 19:06:57,809 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/data/lib/aoti_cuda_shims.lib -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/data/lib 2026-07-24T19:06:58.0309040Z 2026-07-24 19:06:57,809 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/share 2026-07-24T19:06:58.0309240Z 2026-07-24 19:06:57,809 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch/share/cmake 2026-07-24T19:06:58.0309710Z 2026-07-24 19:06:57,809 [INFO] copying pip-out/lib.macosx-12.1-arm64-cpython-312/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.macosx-12.1-arm64/wheel/./executorch/share/cmake 2026-07-24T19:06:58.0309800Z 2026-07-24 19:06:57,810 [INFO] running install_egg_info 2026-07-24T19:06:58.0310130Z 2026-07-24 19:06:57,816 [INFO] Copying executorch.egg-info to pip-out/bdist.macosx-12.1-arm64/wheel/./executorch-1.4.0a0+6cd7ecd-py3.12.egg-info 2026-07-24T19:06:58.0310230Z 2026-07-24 19:06:57,819 [INFO] running install_scripts 2026-07-24T19:06:58.0310830Z [WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 14_0 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET: 2026-07-24T19:06:58.0311060Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/quantized/libquantized_ops_aot_lib.dylib 2026-07-24T19:06:58.0311290Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib 2026-07-24T19:06:58.0311520Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/runner/_llm_runner.cpython-312-darwin.so 2026-07-24T19:06:58.0311890Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/pybindings/_training_lib.cpython-312-darwin.so 2026-07-24T19:06:58.0312250Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings/_portable_lib.cpython-312-darwin.so 2026-07-24T19:06:58.0312500Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings/data_loader.cpython-312-darwin.so 2026-07-24T19:06:58.0312760Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/executorchcoreml.cpython-312-darwin.so 2026-07-24T19:06:58.0313040Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/library/_cmsis_nn/cmsis_nn.cpython-312-darwin.so 2026-07-24T19:06:58.0313930Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/tools/selective_build.cpython-312-darwin.so[WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 14_0 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET: 2026-07-24T19:06:58.0314140Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/kernels/quantized/libquantized_ops_aot_lib.dylib 2026-07-24T19:06:58.0314440Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib 2026-07-24T19:06:58.0314680Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/llm/runner/_llm_runner.cpython-312-darwin.so 2026-07-24T19:06:58.0315010Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/training/pybindings/_training_lib.cpython-312-darwin.so 2026-07-24T19:06:58.0315250Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings/_portable_lib.cpython-312-darwin.so 2026-07-24T19:06:58.0315490Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/extension/pybindings/data_loader.cpython-312-darwin.so 2026-07-24T19:06:58.0315750Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/apple/coreml/executorchcoreml.cpython-312-darwin.so 2026-07-24T19:06:58.0316020Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/backends/cortex_m/library/_cmsis_nn/cmsis_nn.cpython-312-darwin.so 2026-07-24T19:06:58.0316560Z pip-out/bdist.macosx-12.1-arm64/wheel/executorch/codegen/tools/selective_build.cpython-312-darwin.so2026-07-24 19:06:57,865 [INFO] creating pip-out/bdist.macosx-12.1-arm64/wheel/executorch-1.4.0a0+6cd7ecd.dist-info/WHEEL 2026-07-24T19:06:58.0317440Z 2026-07-24 19:06:57,866 [INFO] creating '/private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-ephem-wheel-cache-y0dkacu7/wheels/7b/41/71/083594511c8aa8910b4a0e44d7744d2df6d764b8b3845d115a/tmploliwn4k/.tmp-sf5f342q/executorch-1.4.0a0+6cd7ecd-cp312-cp312-macosx_14_0_arm64.whl' and adding 'pip-out/bdist.macosx-12.1-arm64/wheel' to it 2026-07-24T19:06:58.0317560Z 2026-07-24 19:06:57,866 [INFO] adding 'executorch/version.py' 2026-07-24T19:06:58.0317680Z 2026-07-24 19:06:57,867 [INFO] adding 'executorch/backends/__init__.py' 2026-07-24T19:06:58.0317840Z 2026-07-24 19:06:57,867 [INFO] adding 'executorch/backends/aoti/aoti_backend.py' 2026-07-24T19:06:58.0318000Z 2026-07-24 19:06:57,867 [INFO] adding 'executorch/backends/aoti/aoti_partitioner.py' 2026-07-24T19:06:58.0318210Z 2026-07-24 19:06:57,868 [INFO] adding 'executorch/backends/aoti/passes/replace_view_copy_with_view.py' 2026-07-24T19:06:58.0318460Z 2026-07-24 19:06:57,877 [INFO] adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-312-darwin.so' 2026-07-24T19:06:58.0318630Z 2026-07-24 19:06:57,877 [INFO] adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2026-07-24T19:06:58.0318780Z 2026-07-24 19:06:57,877 [INFO] adding 'executorch/backends/apple/coreml/logging.py' 2026-07-24T19:06:58.0318960Z 2026-07-24 19:06:57,878 [INFO] adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2026-07-24T19:06:58.0319160Z 2026-07-24 19:06:57,878 [INFO] adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2026-07-24T19:06:58.0319430Z 2026-07-24 19:06:57,879 [INFO] adding 'executorch/backends/apple/coreml/compiler/enumerated_shape_utils.py' 2026-07-24T19:06:58.0319600Z 2026-07-24 19:06:57,879 [INFO] adding 'executorch/backends/apple/coreml/compiler/torch_ops.py' 2026-07-24T19:06:58.0319900Z 2026-07-24 19:06:57,879 [INFO] adding 'executorch/backends/apple/coreml/partition/__init__.py' 2026-07-24T19:06:58.0320110Z 2026-07-24 19:06:57,879 [INFO] adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2026-07-24T19:06:58.0320300Z 2026-07-24 19:06:57,879 [INFO] adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2026-07-24T19:06:58.0320510Z 2026-07-24 19:06:57,880 [INFO] adding 'executorch/backends/apple/coreml/quantizer/_annotation_config.py' 2026-07-24T19:06:58.0320710Z 2026-07-24 19:06:57,880 [INFO] adding 'executorch/backends/apple/coreml/quantizer/_coreml_quantizer.py' 2026-07-24T19:06:58.0320950Z 2026-07-24 19:06:57,880 [INFO] adding 'executorch/backends/apple/coreml/quantizer/_coreml_quantizer_utils.py' 2026-07-24T19:06:58.0321160Z 2026-07-24 19:06:57,880 [INFO] adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2026-07-24T19:06:58.0321340Z 2026-07-24 19:06:57,881 [INFO] adding 'executorch/backends/apple/coreml/recipes/__init__.py' 2026-07-24T19:06:58.0321650Z 2026-07-24 19:06:57,881 [INFO] adding 'executorch/backends/apple/coreml/recipes/coreml_recipe_provider.py' 2026-07-24T19:06:58.0321870Z 2026-07-24 19:06:57,881 [INFO] adding 'executorch/backends/apple/coreml/recipes/coreml_recipe_types.py' 2026-07-24T19:06:58.0322120Z 2026-07-24 19:06:57,881 [INFO] adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2026-07-24T19:06:58.0322330Z 2026-07-24 19:06:57,881 [INFO] adding 'executorch/backends/apple/coreml/test/test_coreml_multifunction.py' 2026-07-24T19:06:58.0322540Z 2026-07-24 19:06:57,882 [INFO] adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2026-07-24T19:06:58.0322740Z 2026-07-24 19:06:57,882 [INFO] adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2026-07-24T19:06:58.0322930Z 2026-07-24 19:06:57,882 [INFO] adding 'executorch/backends/apple/coreml/test/test_coreml_recipes.py' 2026-07-24T19:06:58.0323120Z 2026-07-24 19:06:57,882 [INFO] adding 'executorch/backends/apple/coreml/test/test_coreml_utils.py' 2026-07-24T19:06:58.0323320Z 2026-07-24 19:06:57,882 [INFO] adding 'executorch/backends/apple/coreml/test/test_enumerated_shapes.py' 2026-07-24T19:06:58.0323500Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/coreml/test/test_torch_ops.py' 2026-07-24T19:06:58.0323660Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/coreml/test/tester.py' 2026-07-24T19:06:58.0323820Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/metal/metal_backend.py' 2026-07-24T19:06:58.0323990Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/metal/metal_partitioner.py' 2026-07-24T19:06:58.0324140Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/metal/ops/__init__.py' 2026-07-24T19:06:58.0324320Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/metal/ops/gated_delta_rule.py' 2026-07-24T19:06:58.0324480Z 2026-07-24 19:06:57,883 [INFO] adding 'executorch/backends/apple/metal/ops/gather_qmv.py' 2026-07-24T19:06:58.0324640Z 2026-07-24 19:06:57,884 [INFO] adding 'executorch/backends/apple/metal/passes/__init__.py' 2026-07-24T19:06:58.0324840Z 2026-07-24 19:06:57,884 [INFO] adding 'executorch/backends/apple/metal/passes/decompose_linear_pass.py' 2026-07-24T19:06:58.0325010Z 2026-07-24 19:06:57,884 [INFO] adding 'executorch/backends/apple/metal/tests/__init__.py' 2026-07-24T19:06:58.0325200Z 2026-07-24 19:06:57,884 [INFO] adding 'executorch/backends/apple/metal/tests/test_metal_backend.py' 2026-07-24T19:06:58.0325400Z 2026-07-24 19:06:57,884 [INFO] adding 'executorch/backends/apple/metal/tests/test_metal_partitioner.py' 2026-07-24T19:06:58.0325570Z 2026-07-24 19:06:57,885 [INFO] adding 'executorch/backends/apple/metal/tests/test_modules.py' 2026-07-24T19:06:58.0329350Z 2026-07-24 19:06:57,885 [INFO] adding 'executorch/backends/apple/mps/__init__.py' 2026-07-24T19:06:58.0329650Z 2026-07-24 19:06:57,885 [INFO] adding 'executorch/backends/apple/mps/mps_preprocess.py' 2026-07-24T19:06:58.0329810Z 2026-07-24 19:06:57,885 [INFO] adding 'executorch/backends/apple/mps/operators/__init__.py' 2026-07-24T19:06:58.0329990Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2026-07-24T19:06:58.0330170Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2026-07-24T19:06:58.0330350Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2026-07-24T19:06:58.0330530Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2026-07-24T19:06:58.0330730Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2026-07-24T19:06:58.0330910Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2026-07-24T19:06:58.0331110Z 2026-07-24 19:06:57,886 [INFO] adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2026-07-24T19:06:58.0331340Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2026-07-24T19:06:58.0331540Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2026-07-24T19:06:58.0331750Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/op_clone.py' 2026-07-24T19:06:58.0331930Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2026-07-24T19:06:58.0332120Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2026-07-24T19:06:58.0332300Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2026-07-24T19:06:58.0332470Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2026-07-24T19:06:58.0332640Z 2026-07-24 19:06:57,887 [INFO] adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2026-07-24T19:06:58.0332810Z 2026-07-24 19:06:57,888 [INFO] adding 'executorch/backends/apple/mps/operators/range_ops.py' 2026-07-24T19:06:58.0332970Z 2026-07-24 19:06:57,888 [INFO] adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2026-07-24T19:06:58.0333140Z 2026-07-24 19:06:57,888 [INFO] adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2026-07-24T19:06:58.0333310Z 2026-07-24 19:06:57,888 [INFO] adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2026-07-24T19:06:58.0333490Z 2026-07-24 19:06:57,888 [INFO] adding 'executorch/backends/apple/mps/partition/__init__.py' 2026-07-24T19:06:58.0333720Z 2026-07-24 19:06:57,889 [INFO] adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2026-07-24T19:06:58.0333960Z 2026-07-24 19:06:57,889 [INFO] adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2026-07-24T19:06:58.0334210Z 2026-07-24 19:06:57,889 [INFO] adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2026-07-24T19:06:58.0334390Z 2026-07-24 19:06:57,889 [INFO] adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2026-07-24T19:06:58.0334540Z 2026-07-24 19:06:57,891 [INFO] adding 'executorch/backends/apple/mps/test/test_mps.py' 2026-07-24T19:06:58.0334730Z 2026-07-24 19:06:57,892 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2026-07-24T19:06:58.0334910Z 2026-07-24 19:06:57,892 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_deprecation.py' 2026-07-24T19:06:58.0335100Z 2026-07-24 19:06:57,893 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2026-07-24T19:06:58.0335270Z 2026-07-24 19:06:57,894 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2026-07-24T19:06:58.0335500Z 2026-07-24 19:06:57,894 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2026-07-24T19:06:58.0335690Z 2026-07-24 19:06:57,895 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2026-07-24T19:06:58.0335970Z 2026-07-24 19:06:57,895 [INFO] adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2026-07-24T19:06:58.0336120Z 2026-07-24 19:06:57,895 [INFO] adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2026-07-24T19:06:58.0336280Z 2026-07-24 19:06:57,896 [INFO] adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2026-07-24T19:06:58.0336410Z 2026-07-24 19:06:57,896 [INFO] adding 'executorch/backends/arm/__init__.py' 2026-07-24T19:06:58.0336540Z 2026-07-24 19:06:57,896 [INFO] adding 'executorch/backends/arm/arm_vela.py' 2026-07-24T19:06:58.0336680Z 2026-07-24 19:06:57,896 [INFO] adding 'executorch/backends/arm/constants.py' 2026-07-24T19:06:58.0336820Z 2026-07-24 19:06:57,897 [INFO] adding 'executorch/backends/arm/process_node.py' 2026-07-24T19:06:58.0336980Z 2026-07-24 19:06:57,898 [INFO] adding 'executorch/backends/arm/_passes/__init__.py' 2026-07-24T19:06:58.0337150Z 2026-07-24 19:06:57,898 [INFO] adding 'executorch/backends/arm/_passes/_debug_passes.py' 2026-07-24T19:06:58.0337450Z 2026-07-24 19:06:57,898 [INFO] adding 'executorch/backends/arm/_passes/accumulate_index_put_pass.py' 2026-07-24T19:06:58.0337600Z 2026-07-24 19:06:57,899 [INFO] adding 'executorch/backends/arm/_passes/arm_pass.py' 2026-07-24T19:06:58.0337810Z 2026-07-24 19:06:57,899 [INFO] adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2026-07-24T19:06:58.0337980Z 2026-07-24 19:06:57,900 [INFO] adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2026-07-24T19:06:58.0338200Z 2026-07-24 19:06:57,900 [INFO] adding 'executorch/backends/arm/_passes/aten_to_tosa_activation_functions.py' 2026-07-24T19:06:58.0338380Z 2026-07-24 19:06:57,900 [INFO] adding 'executorch/backends/arm/_passes/aten_to_tosa_data_layout.py' 2026-07-24T19:06:58.0338590Z 2026-07-24 19:06:57,900 [INFO] adding 'executorch/backends/arm/_passes/aten_to_tosa_tensor_operators.py' 2026-07-24T19:06:58.0338770Z 2026-07-24 19:06:57,900 [INFO] adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2026-07-24T19:06:58.0338950Z 2026-07-24 19:06:57,901 [INFO] adding 'executorch/backends/arm/_passes/canonicalize_gather_pass.py' 2026-07-24T19:06:58.0339170Z 2026-07-24 19:06:57,902 [INFO] adding 'executorch/backends/arm/_passes/canonicalize_view_copy_permute_pass.py' 2026-07-24T19:06:58.0339330Z 2026-07-24 19:06:57,903 [INFO] adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2026-07-24T19:06:58.0339490Z 2026-07-24 19:06:57,903 [INFO] adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2026-07-24T19:06:58.0339670Z 2026-07-24 19:06:57,904 [INFO] adding 'executorch/backends/arm/_passes/constant_folding_pass.py' 2026-07-24T19:06:58.0339870Z 2026-07-24 19:06:57,904 [INFO] adding 'executorch/backends/arm/_passes/control_flow_const_inline.py' 2026-07-24T19:06:58.0340050Z 2026-07-24 19:06:57,904 [INFO] adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2026-07-24T19:06:58.0340220Z 2026-07-24 19:06:57,905 [INFO] adding 'executorch/backends/arm/_passes/convert_elu_params.py' 2026-07-24T19:06:58.0340420Z 2026-07-24 19:06:57,905 [INFO] adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2026-07-24T19:06:58.0340630Z 2026-07-24 19:06:57,905 [INFO] adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2026-07-24T19:06:58.0340830Z 2026-07-24 19:06:57,905 [INFO] adding 'executorch/backends/arm/_passes/convert_int64_const_ops_to_int32.py' 2026-07-24T19:06:58.0341050Z 2026-07-24 19:06:57,905 [INFO] adding 'executorch/backends/arm/_passes/convert_int64_output_ops_to_int32.py' 2026-07-24T19:06:58.0341230Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2026-07-24T19:06:58.0341460Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/convert_permute_singleton_to_view_pass.py' 2026-07-24T19:06:58.0341720Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2026-07-24T19:06:58.0341970Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2026-07-24T19:06:58.0342150Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/convert_to_clamp_pass.py' 2026-07-24T19:06:58.0342330Z 2026-07-24 19:06:57,906 [INFO] adding 'executorch/backends/arm/_passes/decompose_acosh_pass.py' 2026-07-24T19:06:58.0342550Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_adaptive_avg_pool2d_pass.py' 2026-07-24T19:06:58.0342790Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_adaptive_max_pool2d_pass.py' 2026-07-24T19:06:58.0343050Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_add_sub_alpha_pass.py' 2026-07-24T19:06:58.0343260Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_addmm_pass.py' 2026-07-24T19:06:58.0343430Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_any_pass.py' 2026-07-24T19:06:58.0343690Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_as_strided_copy_pass.py' 2026-07-24T19:06:58.0343900Z 2026-07-24 19:06:57,907 [INFO] adding 'executorch/backends/arm/_passes/decompose_asin_and_acos_pass.py' 2026-07-24T19:06:58.0344080Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_asinh_pass.py' 2026-07-24T19:06:58.0344290Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_atan_pass.py' 2026-07-24T19:06:58.0344470Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_atanh_pass.py' 2026-07-24T19:06:58.0344660Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_avg_pool2d_pass.py' 2026-07-24T19:06:58.0344870Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_batch_norm_no_stats.py' 2026-07-24T19:06:58.0345050Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_cosh_pass.py' 2026-07-24T19:06:58.0345270Z 2026-07-24 19:06:57,908 [INFO] adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2026-07-24T19:06:58.0345450Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_cumsum_pass.py' 2026-07-24T19:06:58.0345630Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2026-07-24T19:06:58.0345830Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_div_tensor_mode.py' 2026-07-24T19:06:58.0346080Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_dynamic_adaptive_avg_pool2d_pass.py' 2026-07-24T19:06:58.0346280Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_dynamic_full_pass.py' 2026-07-24T19:06:58.0346460Z 2026-07-24 19:06:57,909 [INFO] adding 'executorch/backends/arm/_passes/decompose_einsum_pass.py' 2026-07-24T19:06:58.0346630Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_elu_pass.py' 2026-07-24T19:06:58.0346810Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_embedding_pass.py' 2026-07-24T19:06:58.0346990Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_erfinv_pass.py' 2026-07-24T19:06:58.0347170Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_expm1_pass.py' 2026-07-24T19:06:58.0347330Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_flip_pass.py' 2026-07-24T19:06:58.0347530Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_floor_divide_pass.py' 2026-07-24T19:06:58.0347700Z 2026-07-24 19:06:57,910 [INFO] adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2026-07-24T19:06:58.0347910Z 2026-07-24 19:06:57,911 [INFO] adding 'executorch/backends/arm/_passes/decompose_glu_pass.py' 2026-07-24T19:06:58.0348180Z 2026-07-24 19:06:57,911 [INFO] adding 'executorch/backends/arm/_passes/decompose_grouped_conv_pass.py' 2026-07-24T19:06:58.0348370Z 2026-07-24 19:06:57,911 [INFO] adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2026-07-24T19:06:58.0348550Z 2026-07-24 19:06:57,911 [INFO] adding 'executorch/backends/arm/_passes/decompose_gru_pass.py' 2026-07-24T19:06:58.0348750Z 2026-07-24 19:06:57,911 [INFO] adding 'executorch/backends/arm/_passes/decompose_index_copy_pass.py' 2026-07-24T19:06:58.0348980Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_index_select_to_gather_pass.py' 2026-07-24T19:06:58.0349200Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_index_tensor_to_gather_pass.py' 2026-07-24T19:06:58.0349380Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_int_pow_pass.py' 2026-07-24T19:06:58.0349570Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2026-07-24T19:06:58.0349760Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2026-07-24T19:06:58.0350030Z 2026-07-24 19:06:57,912 [INFO] adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2026-07-24T19:06:58.0350210Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2026-07-24T19:06:58.0350410Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_log1p_pass.py' 2026-07-24T19:06:58.0350590Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_logit_pass.py' 2026-07-24T19:06:58.0350760Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_lstm_pass.py' 2026-07-24T19:06:58.0350960Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_masked_fill_pass.py' 2026-07-24T19:06:58.0351130Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_matmul.py' 2026-07-24T19:06:58.0351360Z 2026-07-24 19:06:57,913 [INFO] adding 'executorch/backends/arm/_passes/decompose_maxpool2d_with_dilation_pass.py' 2026-07-24T19:06:58.0351550Z 2026-07-24 19:06:57,914 [INFO] adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2026-07-24T19:06:58.0351730Z 2026-07-24 19:06:57,914 [INFO] adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2026-07-24T19:06:58.0352010Z 2026-07-24 19:06:57,914 [INFO] adding 'executorch/backends/arm/_passes/decompose_permute_for_u55_pass.py' 2026-07-24T19:06:58.0352230Z 2026-07-24 19:06:57,914 [INFO] adding 'executorch/backends/arm/_passes/decompose_prelu_pass.py' 2026-07-24T19:06:58.0352420Z 2026-07-24 19:06:57,914 [INFO] adding 'executorch/backends/arm/_passes/decompose_quant_nodes.py' 2026-07-24T19:06:58.0352610Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_remainder_pass.py' 2026-07-24T19:06:58.0352790Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_rnn_pass.py' 2026-07-24T19:06:58.0352970Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_round_pass.py' 2026-07-24T19:06:58.0353140Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_sdpa_pass.py' 2026-07-24T19:06:58.0353310Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_select.py' 2026-07-24T19:06:58.0353520Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_select_scatter_pass.py' 2026-07-24T19:06:58.0353700Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_sign_pass.py' 2026-07-24T19:06:58.0353860Z 2026-07-24 19:06:57,915 [INFO] adding 'executorch/backends/arm/_passes/decompose_sinh_pass.py' 2026-07-24T19:06:58.0354120Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_slice_scatter_pass.py' 2026-07-24T19:06:58.0354290Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2026-07-24T19:06:58.0354570Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2026-07-24T19:06:58.0354780Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_strided_slice_copy_pass.py' 2026-07-24T19:06:58.0354950Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2026-07-24T19:06:58.0355120Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_tan_pass.py' 2026-07-24T19:06:58.0355350Z 2026-07-24 19:06:57,916 [INFO] adding 'executorch/backends/arm/_passes/decompose_tosa_unsupported_clamp_pass.py' 2026-07-24T19:06:58.0355520Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decompose_tril_pass.py' 2026-07-24T19:06:58.0355720Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decompose_unfold_to_gather_pass.py' 2026-07-24T19:06:58.0355970Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decompose_unsupported_bilinear_resize_pass.py' 2026-07-24T19:06:58.0356200Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2026-07-24T19:06:58.0356420Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decompose_where_scalar_other_pass.py' 2026-07-24T19:06:58.0356660Z 2026-07-24 19:06:57,917 [INFO] adding 'executorch/backends/arm/_passes/decorate_fp32_to_int32_casting_pass.py' 2026-07-24T19:06:58.0356860Z 2026-07-24 19:06:57,918 [INFO] adding 'executorch/backends/arm/_passes/deduplicate_get_attr_pass.py' 2026-07-24T19:06:58.0357010Z 2026-07-24 19:06:57,918 [INFO] adding 'executorch/backends/arm/_passes/dim_maps.py' 2026-07-24T19:06:58.0357220Z 2026-07-24 19:06:57,918 [INFO] adding 'executorch/backends/arm/_passes/ensure_unique_output_nodes_pass.py' 2026-07-24T19:06:58.0357390Z 2026-07-24 19:06:57,918 [INFO] adding 'executorch/backends/arm/_passes/exir_to_tosa_pass.py' 2026-07-24T19:06:58.0357610Z 2026-07-24 19:06:57,919 [INFO] adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2026-07-24T19:06:58.0357820Z 2026-07-24 19:06:57,919 [INFO] adding 'executorch/backends/arm/_passes/fold_scalar_mul_into_conv_pass.py' 2026-07-24T19:06:58.0358010Z 2026-07-24 19:06:57,919 [INFO] adding 'executorch/backends/arm/_passes/fuse_batch_norm2d_pass.py' 2026-07-24T19:06:58.0358210Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_consecutive_clamps_pass.py' 2026-07-24T19:06:58.0358420Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_consecutive_concat_shapes.py' 2026-07-24T19:06:58.0358650Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_consecutive_rescales_pass.py' 2026-07-24T19:06:58.0358920Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_consecutive_slices_pass.py' 2026-07-24T19:06:58.0362680Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2026-07-24T19:06:58.0362930Z 2026-07-24 19:06:57,920 [INFO] adding 'executorch/backends/arm/_passes/fuse_duplicate_users_pass.py' 2026-07-24T19:06:58.0363210Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2026-07-24T19:06:58.0363490Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/fuse_identical_input_transforms_pass.py' 2026-07-24T19:06:58.0363710Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2026-07-24T19:06:58.0363930Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/fuse_view_copy_transform_pass.py' 2026-07-24T19:06:58.0364120Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/get_decomposition_pass.py' 2026-07-24T19:06:58.0364380Z 2026-07-24 19:06:57,921 [INFO] adding 'executorch/backends/arm/_passes/insert_const_shapes.py' 2026-07-24T19:06:58.0364700Z 2026-07-24 19:06:57,922 [INFO] adding 'executorch/backends/arm/_passes/insert_data_layout_casts_pass.py' 2026-07-24T19:06:58.0364940Z 2026-07-24 19:06:57,922 [INFO] adding 'executorch/backends/arm/_passes/insert_dynamic_padding.py' 2026-07-24T19:06:58.0365270Z 2026-07-24 19:06:57,922 [INFO] adding 'executorch/backends/arm/_passes/insert_int32_casts_after_int64_placeholders.py' 2026-07-24T19:06:58.0365450Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2026-07-24T19:06:58.2025330Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2026-07-24T19:06:58.2026470Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/match_arg_dtype_pass.py' 2026-07-24T19:06:58.2027210Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2026-07-24T19:06:58.2027490Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2026-07-24T19:06:58.2027750Z 2026-07-24 19:06:57,923 [INFO] adding 'executorch/backends/arm/_passes/move_data_movement_ops_to_smaller_dtype_pass.py' 2026-07-24T19:06:58.2028480Z 2026-07-24 19:06:57,924 [INFO] adding 'executorch/backends/arm/_passes/normalize_delegate_io_layout_pass.py' 2026-07-24T19:06:58.2028750Z 2026-07-24 19:06:57,924 [INFO] adding 'executorch/backends/arm/_passes/normalize_index_put_bool_index_tensor_pass.py' 2026-07-24T19:06:58.2029080Z 2026-07-24 19:06:57,924 [INFO] adding 'executorch/backends/arm/_passes/normalize_index_put_none_indices_pass.py' 2026-07-24T19:06:58.2029320Z 2026-07-24 19:06:57,924 [INFO] adding 'executorch/backends/arm/_passes/normalize_while_initial_args_pass.py' 2026-07-24T19:06:58.2029540Z 2026-07-24 19:06:57,924 [INFO] adding 'executorch/backends/arm/_passes/promote_bool_operands_pass.py' 2026-07-24T19:06:58.2029760Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/propagate_view_copy_permute_pass.py' 2026-07-24T19:06:58.2029920Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/quant_args.py' 2026-07-24T19:06:58.2030100Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/remove_getitem_pass.py' 2026-07-24T19:06:58.2030300Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/remove_graph_asserts_pass.py' 2026-07-24T19:06:58.2030470Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/remove_noop_pass.py' 2026-07-24T19:06:58.2030720Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/remove_permutes_around_elementwise_tosa_ops.py' 2026-07-24T19:06:58.2030920Z 2026-07-24 19:06:57,925 [INFO] adding 'executorch/backends/arm/_passes/replace_inf_and_limit_values_pass.py' 2026-07-24T19:06:58.2031130Z 2026-07-24 19:06:57,926 [INFO] adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2026-07-24T19:06:58.2031320Z 2026-07-24 19:06:57,926 [INFO] adding 'executorch/backends/arm/_passes/rewrite_adaptive_avg_pool2d.py' 2026-07-24T19:06:58.2031510Z 2026-07-24 19:06:57,926 [INFO] adding 'executorch/backends/arm/_passes/rewrite_avg_pool2d_pass.py' 2026-07-24T19:06:58.2031750Z 2026-07-24 19:06:57,926 [INFO] adding 'executorch/backends/arm/_passes/rewrite_bool_bitwise_to_logical_pass.py' 2026-07-24T19:06:58.2032050Z 2026-07-24 19:06:57,926 [INFO] adding 'executorch/backends/arm/_passes/rewrite_bool_to_fp32_cast_via_int8_pass.py' 2026-07-24T19:06:58.2032250Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_conv_pass.py' 2026-07-24T19:06:58.2032470Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_high_rank_singleton_permute_pass.py' 2026-07-24T19:06:58.2032650Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_index_put_pass.py' 2026-07-24T19:06:58.2032980Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_inplace_arithmetic_pass.py' 2026-07-24T19:06:58.2033180Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_le_lt_to_ge_gt_pass.py' 2026-07-24T19:06:58.2033490Z 2026-07-24 19:06:57,927 [INFO] adding 'executorch/backends/arm/_passes/rewrite_matmul.py' 2026-07-24T19:06:58.2033670Z 2026-07-24 19:06:57,928 [INFO] adding 'executorch/backends/arm/_passes/rewrite_max_pool2d_pass.py' 2026-07-24T19:06:58.2033840Z 2026-07-24 19:06:57,928 [INFO] adding 'executorch/backends/arm/_passes/rewrite_mxfp_conv2d.py' 2026-07-24T19:06:58.2034000Z 2026-07-24 19:06:57,928 [INFO] adding 'executorch/backends/arm/_passes/rewrite_mxfp_linear.py' 2026-07-24T19:06:58.2034150Z 2026-07-24 19:06:57,928 [INFO] adding 'executorch/backends/arm/_passes/rewrite_pad.py' 2026-07-24T19:06:58.2034310Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/rewrite_slice.py' 2026-07-24T19:06:58.2034470Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/rewrite_upsample.py' 2026-07-24T19:06:58.2034660Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2026-07-24T19:06:58.2034840Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/size_adjust_input_pass.py' 2026-07-24T19:06:58.2035110Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/symbolic_to_tosa_shape_pass.py' 2026-07-24T19:06:58.2035300Z 2026-07-24 19:06:57,929 [INFO] adding 'executorch/backends/arm/_passes/symbolic_value_range.py' 2026-07-24T19:06:58.2035550Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2026-07-24T19:06:58.2035920Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2026-07-24T19:06:58.2036060Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/ao_ext/__init__.py' 2026-07-24T19:06:58.2036200Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/ao_ext/mxfp.py' 2026-07-24T19:06:58.2036350Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/ao_ext/mxfp_tosa_lib.py' 2026-07-24T19:06:58.2036500Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/ao_ext/mxfp_transform.py' 2026-07-24T19:06:58.2036650Z 2026-07-24 19:06:57,930 [INFO] adding 'executorch/backends/arm/ao_ext/ops/__init__.py' 2026-07-24T19:06:58.2036820Z 2026-07-24 19:06:57,931 [INFO] adding 'executorch/backends/arm/ao_ext/ops/mxfp_conv2d_op.py' 2026-07-24T19:06:58.2036980Z 2026-07-24 19:06:57,931 [INFO] adding 'executorch/backends/arm/ao_ext/ops/mxfp_linear_op.py' 2026-07-24T19:06:58.2037190Z 2026-07-24 19:06:57,931 [INFO] adding 'executorch/backends/arm/cmsis_pack/scripts/generate_components.py' 2026-07-24T19:06:58.2037420Z 2026-07-24 19:06:57,932 [INFO] adding 'executorch/backends/arm/cmsis_pack/scripts/generate_register_all_kernels.py' 2026-07-24T19:06:58.2037590Z 2026-07-24 19:06:57,932 [INFO] adding 'executorch/backends/arm/cmsis_pack/test/validate_pack.py' 2026-07-24T19:06:58.2037730Z 2026-07-24 19:06:57,932 [INFO] adding 'executorch/backends/arm/common/__init__.py' 2026-07-24T19:06:58.2037900Z 2026-07-24 19:06:57,932 [INFO] adding 'executorch/backends/arm/common/annotation_meta.py' 2026-07-24T19:06:58.2038060Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/common/arm_compile_spec.py' 2026-07-24T19:06:58.2038220Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/common/as_strided_utils.py' 2026-07-24T19:06:58.2038350Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/common/debug.py' 2026-07-24T19:06:58.2038520Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/common/pipeline_config.py' 2026-07-24T19:06:58.2038660Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/common/type.py' 2026-07-24T19:06:58.2038790Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/debug/__init__.py' 2026-07-24T19:06:58.2038980Z 2026-07-24 19:06:57,933 [INFO] adding 'executorch/backends/arm/debug/schema.py' 2026-07-24T19:06:58.2039110Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/ethosu/__init__.py' 2026-07-24T19:06:58.2039320Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/ethosu/backend.py' 2026-07-24T19:06:58.2039480Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/ethosu/compile_spec.py' 2026-07-24T19:06:58.2039620Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/ethosu/partitioner.py' 2026-07-24T19:06:58.2039790Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/operator_support/__init__.py' 2026-07-24T19:06:58.2040000Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/operator_support/as_strided_copy_support.py' 2026-07-24T19:06:58.2040200Z 2026-07-24 19:06:57,934 [INFO] adding 'executorch/backends/arm/operator_support/bool_bitwise_support.py' 2026-07-24T19:06:58.2040410Z 2026-07-24 19:06:57,935 [INFO] adding 'executorch/backends/arm/operator_support/clone_dim_order_support.py' 2026-07-24T19:06:58.2040610Z 2026-07-24 19:06:57,936 [INFO] adding 'executorch/backends/arm/operator_support/control_flow_support.py' 2026-07-24T19:06:58.2040800Z 2026-07-24 19:06:57,936 [INFO] adding 'executorch/backends/arm/operator_support/convolution_support.py' 2026-07-24T19:06:58.2041090Z 2026-07-24 19:06:57,936 [INFO] adding 'executorch/backends/arm/operator_support/embedding_support.py' 2026-07-24T19:06:58.2041300Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2026-07-24T19:06:58.2041600Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/gather_support.py' 2026-07-24T19:06:58.2041830Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/index_put_support.py' 2026-07-24T19:06:58.2042030Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/index_select_support.py' 2026-07-24T19:06:58.2042230Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/index_tensor_support.py' 2026-07-24T19:06:58.2042410Z 2026-07-24 19:06:57,937 [INFO] adding 'executorch/backends/arm/operator_support/minmax_support.py' 2026-07-24T19:06:58.2042600Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2026-07-24T19:06:58.2042790Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2026-07-24T19:06:58.2042990Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2026-07-24T19:06:58.2043180Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2026-07-24T19:06:58.2043380Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/sym_size_int_support.py' 2026-07-24T19:06:58.2043590Z 2026-07-24 19:06:57,938 [INFO] adding 'executorch/backends/arm/operator_support/to_dim_order_copy_support.py' 2026-07-24T19:06:58.2043830Z 2026-07-24 19:06:57,939 [INFO] adding 'executorch/backends/arm/operator_support/tosa_profile_supported_op_lists.py' 2026-07-24T19:06:58.2044040Z 2026-07-24 19:06:57,939 [INFO] adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2026-07-24T19:06:58.2044240Z 2026-07-24 19:06:57,939 [INFO] adding 'executorch/backends/arm/operator_support/unfold_copy_support.py' 2026-07-24T19:06:58.2044430Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operator_support/upsample_support.py' 2026-07-24T19:06:58.2044610Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operator_support/where_support.py' 2026-07-24T19:06:58.2044760Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operators/__init__.py' 2026-07-24T19:06:58.2044910Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operators/node_visitor.py' 2026-07-24T19:06:58.2045130Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operators/op_amax.py' 2026-07-24T19:06:58.2045270Z 2026-07-24 19:06:57,940 [INFO] adding 'executorch/backends/arm/operators/op_amin.py' 2026-07-24T19:06:58.2045630Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_any.py' 2026-07-24T19:06:58.2045780Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_cond_if.py' 2026-07-24T19:06:58.2045930Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_flip.py' 2026-07-24T19:06:58.2046070Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_sum.py' 2026-07-24T19:06:58.2046250Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2026-07-24T19:06:58.2046400Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_tosa_abs.py' 2026-07-24T19:06:58.2046560Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_tosa_add.py' 2026-07-24T19:06:58.2046730Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_tosa_argmax.py' 2026-07-24T19:06:58.2046900Z 2026-07-24 19:06:57,941 [INFO] adding 'executorch/backends/arm/operators/op_tosa_avg_pool2d.py' 2026-07-24T19:06:58.2047200Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_avg_pool2d_adaptive.py' 2026-07-24T19:06:58.2047380Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_binary_ops.py' 2026-07-24T19:06:58.2055200Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_bitwise_not.py' 2026-07-24T19:06:58.2055540Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_cast_to_block_scaled.py' 2026-07-24T19:06:58.2055710Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_ceil.py' 2026-07-24T19:06:58.2055860Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_clamp.py' 2026-07-24T19:06:58.2056020Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_clz.py' 2026-07-24T19:06:58.2056180Z 2026-07-24 19:06:57,942 [INFO] adding 'executorch/backends/arm/operators/op_tosa_concat.py' 2026-07-24T19:06:58.2056350Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_conv2d.py' 2026-07-24T19:06:58.2056550Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_conv2d_block_scaled.py' 2026-07-24T19:06:58.2056720Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_conv3d.py' 2026-07-24T19:06:58.2056870Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_cos.py' 2026-07-24T19:06:58.2057040Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_custom.py' 2026-07-24T19:06:58.2057230Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_depthwise_conv2d.py' 2026-07-24T19:06:58.2057380Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_eq.py' 2026-07-24T19:06:58.2057540Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_erf.py' 2026-07-24T19:06:58.2057690Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_exp.py' 2026-07-24T19:06:58.2057840Z 2026-07-24 19:06:57,943 [INFO] adding 'executorch/backends/arm/operators/op_tosa_fft.py' 2026-07-24T19:06:58.2058000Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_floor.py' 2026-07-24T19:06:58.2058170Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_gather.py' 2026-07-24T19:06:58.2058320Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_ge.py' 2026-07-24T19:06:58.2058500Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_gt.py' 2026-07-24T19:06:58.2058720Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_identity.py' 2026-07-24T19:06:58.2058960Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_log.py' 2026-07-24T19:06:58.2059240Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_logical_not.py' 2026-07-24T19:06:58.2059410Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_matmul.py' 2026-07-24T19:06:58.2059610Z 2026-07-24 19:06:57,944 [INFO] adding 'executorch/backends/arm/operators/op_tosa_matmul_t_block_scaled.py' 2026-07-24T19:06:58.2059790Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_max_pool2d.py' 2026-07-24T19:06:58.2059990Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_max_pool2d_adaptive.py' 2026-07-24T19:06:58.2060150Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_maximum.py' 2026-07-24T19:06:58.2060310Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_minimum.py' 2026-07-24T19:06:58.2060470Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_mul.py' 2026-07-24T19:06:58.2060620Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_neg.py' 2026-07-24T19:06:58.2060890Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_pad.py' 2026-07-24T19:06:58.2061040Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_pow.py' 2026-07-24T19:06:58.2061220Z 2026-07-24 19:06:57,945 [INFO] adding 'executorch/backends/arm/operators/op_tosa_reciprocal.py' 2026-07-24T19:06:58.2061410Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_rescale.py' 2026-07-24T19:06:58.2061580Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_reshape.py' 2026-07-24T19:06:58.2061740Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_resize.py' 2026-07-24T19:06:58.2061900Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_reverse.py' 2026-07-24T19:06:58.2062090Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_rshift_tensor.py' 2026-07-24T19:06:58.2062250Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_rsqrt.py' 2026-07-24T19:06:58.2062410Z 2026-07-24 19:06:57,946 [INFO] adding 'executorch/backends/arm/operators/op_tosa_scatter.py' 2026-07-24T19:06:58.2062580Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_shapes.py' 2026-07-24T19:06:58.2062740Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_sigmoid.py' 2026-07-24T19:06:58.2062890Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_sin.py' 2026-07-24T19:06:58.2063050Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_slice.py' 2026-07-24T19:06:58.2063210Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_sub.py' 2026-07-24T19:06:58.2063360Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_table.py' 2026-07-24T19:06:58.2063510Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_tanh.py' 2026-07-24T19:06:58.2063670Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_tile.py' 2026-07-24T19:06:58.2063850Z 2026-07-24 19:06:57,947 [INFO] adding 'executorch/backends/arm/operators/op_tosa_transpose.py' 2026-07-24T19:06:58.2064050Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/op_tosa_transpose_conv2d.py' 2026-07-24T19:06:58.2064200Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/op_where.py' 2026-07-24T19:06:58.2064350Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/op_while.py' 2026-07-24T19:06:58.2064540Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2026-07-24T19:06:58.2064750Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/ops_quant_utils.py' 2026-07-24T19:06:58.2064990Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/operators/simple_node_visitor.py' 2026-07-24T19:06:58.2065130Z 2026-07-24 19:06:57,948 [INFO] adding 'executorch/backends/arm/quantizer/__init__.py' 2026-07-24T19:06:58.2065290Z 2026-07-24 19:06:57,949 [INFO] adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2026-07-24T19:06:58.2065470Z 2026-07-24 19:06:57,950 [INFO] adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2026-07-24T19:06:58.2065660Z 2026-07-24 19:06:57,951 [INFO] adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2026-07-24T19:06:58.2065840Z 2026-07-24 19:06:57,951 [INFO] adding 'executorch/backends/arm/quantizer/quantization_config.py' 2026-07-24T19:06:58.2066010Z 2026-07-24 19:06:57,951 [INFO] adding 'executorch/backends/arm/quantizer/quantizer_support.py' 2026-07-24T19:06:58.2066170Z 2026-07-24 19:06:57,952 [INFO] adding 'executorch/backends/arm/scripts/aot_arm_compiler.py' 2026-07-24T19:06:58.2066350Z 2026-07-24 19:06:57,952 [INFO] adding 'executorch/backends/arm/scripts/etdump_to_chrome_trace.py' 2026-07-24T19:06:58.2066560Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/evaluate_model.py' 2026-07-24T19:06:58.2066760Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/generate_grid_sampler_spirv.py' 2026-07-24T19:06:58.2066990Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/get_ethosu_scratch_from_pte.py' 2026-07-24T19:06:58.2067140Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/docgen/docgen.py' 2026-07-24T19:06:58.2067340Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/public_api_manifest/__init__.py' 2026-07-24T19:06:58.2067600Z 2026-07-24 19:06:57,953 [INFO] adding 'executorch/backends/arm/scripts/public_api_manifest/generate_public_api_manifest.py' 2026-07-24T19:06:58.2067860Z 2026-07-24 19:06:57,954 [INFO] adding 'executorch/backends/arm/scripts/public_api_manifest/validate_public_api_manifest.py' 2026-07-24T19:06:58.2068040Z 2026-07-24 19:06:57,954 [INFO] adding 'executorch/backends/arm/test/_custom_vgf_test_utils.py' 2026-07-24T19:06:58.2068170Z 2026-07-24 19:06:57,954 [INFO] adding 'executorch/backends/arm/test/common.py' 2026-07-24T19:06:58.2068310Z 2026-07-24 19:06:57,955 [INFO] adding 'executorch/backends/arm/test/conftest.py' 2026-07-24T19:06:58.2068460Z 2026-07-24 19:06:57,955 [INFO] adding 'executorch/backends/arm/test/runner_utils.py' 2026-07-24T19:06:58.2068640Z 2026-07-24 19:06:57,956 [INFO] adding 'executorch/backends/arm/test/test_memory_allocator_log.py' 2026-07-24T19:06:58.2068780Z 2026-07-24 19:06:57,956 [INFO] adding 'executorch/backends/arm/test/test_model.py' 2026-07-24T19:06:58.2069020Z 2026-07-24 19:06:57,956 [INFO] adding 'executorch/backends/arm/test/deprecation/test_arm_compile_spec_deprecation.py' 2026-07-24T19:06:58.2069210Z 2026-07-24 19:06:57,956 [INFO] adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2026-07-24T19:06:58.2069420Z 2026-07-24 19:06:57,956 [INFO] adding 'executorch/backends/arm/test/misc/test_call_operator_submodule.py' 2026-07-24T19:06:58.2069600Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_compile_spec.py' 2026-07-24T19:06:58.2069760Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_const_shape.py' 2026-07-24T19:06:58.2069960Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_conv_relu_residual_add.py' 2026-07-24T19:06:58.2070190Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_convolution_operator_support.py' 2026-07-24T19:06:58.2070370Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_count_tosa_ops.py' 2026-07-24T19:06:58.2070560Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2026-07-24T19:06:58.2070790Z 2026-07-24 19:06:57,957 [INFO] adding 'executorch/backends/arm/test/misc/test_custom_shader_payload.py' 2026-07-24T19:06:58.2071040Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_custom_shader_payloads.py' 2026-07-24T19:06:58.2071210Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2026-07-24T19:06:58.2071380Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_debug_hook.py' 2026-07-24T19:06:58.2071540Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_dim_order.py' 2026-07-24T19:06:58.2071760Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_dw_convs_with_shared_weights.py' 2026-07-24T19:06:58.2071940Z 2026-07-24 19:06:57,958 [INFO] adding 'executorch/backends/arm/test/misc/test_evaluate_model.py' 2026-07-24T19:06:58.2072140Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_extract_io_params_tosa.py' 2026-07-24T19:06:58.2072370Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_high_rank_permute_view_invariants.py' 2026-07-24T19:06:58.2072520Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_int64.py' 2026-07-24T19:06:58.2072750Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2026-07-24T19:06:58.2072950Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_mixed_fp_bf16_partition.py' 2026-07-24T19:06:58.2073160Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_mixed_type_lowering.py' 2026-07-24T19:06:58.2073350Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2026-07-24T19:06:58.2073540Z 2026-07-24 19:06:57,959 [INFO] adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2026-07-24T19:06:58.2073720Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2026-07-24T19:06:58.2073900Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_mxfp_conv2d_ao.py' 2026-07-24T19:06:58.2074080Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_mxfp_linear_ao.py' 2026-07-24T19:06:58.2074290Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2026-07-24T19:06:58.2074510Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_partition_cycle_detection.py' 2026-07-24T19:06:58.2074750Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2026-07-24T19:06:58.2074950Z 2026-07-24 19:06:57,960 [INFO] adding 'executorch/backends/arm/test/misc/test_pass_pipeline_config.py' 2026-07-24T19:06:58.2075150Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_pass_required_order.py' 2026-07-24T19:06:58.2075360Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_post_quant_device_switch.py' 2026-07-24T19:06:58.2075530Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_process_node.py' 2026-07-24T19:06:58.2075730Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_public_api_manifest.py' 2026-07-24T19:06:58.2075930Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_qat_training_loop.py' 2026-07-24T19:06:58.2076110Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_quant_custom_meta.py' 2026-07-24T19:06:58.2076300Z 2026-07-24 19:06:57,961 [INFO] adding 'executorch/backends/arm/test/misc/test_rescale_range.py' 2026-07-24T19:06:58.2076520Z 2026-07-24 19:06:57,962 [INFO] adding 'executorch/backends/arm/test/misc/test_reshape_permute_5d_regression.py' 2026-07-24T19:06:58.2076700Z 2026-07-24 19:06:57,962 [INFO] adding 'executorch/backends/arm/test/misc/test_runner_utils.py' 2026-07-24T19:06:58.2076930Z 2026-07-24 19:06:57,962 [INFO] adding 'executorch/backends/arm/test/misc/test_save_exported_model.py' 2026-07-24T19:06:58.2077170Z 2026-07-24 19:06:57,962 [INFO] adding 'executorch/backends/arm/test/misc/test_shared_qspecs.py' 2026-07-24T19:06:58.2077390Z 2026-07-24 19:06:57,962 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_data_layout_visitors.py' 2026-07-24T19:06:58.2077590Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_activation.py' 2026-07-24T19:06:58.2077790Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_argmax.py' 2026-07-24T19:06:58.2077980Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_fft.py' 2026-07-24T19:06:58.2078210Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_max_pool2d_adaptive.py' 2026-07-24T19:06:58.2078410Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_scatter.py' 2026-07-24T19:06:58.2078610Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_dialect_unary_ops.py' 2026-07-24T19:06:58.2078870Z 2026-07-24 19:06:57,963 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_operator_support.py' 2026-07-24T19:06:58.2079090Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_shape_node_visitors.py' 2026-07-24T19:06:58.2079300Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_shape_support.py' 2026-07-24T19:06:58.2079470Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2026-07-24T19:06:58.2079650Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_transpose_counts.py' 2026-07-24T19:06:58.2079870Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_validate_public_api_manifest.py' 2026-07-24T19:06:58.2080050Z 2026-07-24 19:06:57,964 [INFO] adding 'executorch/backends/arm/test/misc/test_vgf_backend.py' 2026-07-24T19:06:58.2080220Z 2026-07-24 19:06:57,965 [INFO] adding 'executorch/backends/arm/test/misc/test_vgf_check_env.py' 2026-07-24T19:06:58.2080380Z 2026-07-24 19:06:57,965 [INFO] adding 'executorch/backends/arm/test/misc/test_vgf_smoke.py' 2026-07-24T19:06:58.2080600Z 2026-07-24 19:06:57,965 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_data_layout_ops.py' 2026-07-24T19:06:58.2080840Z 2026-07-24 19:06:57,965 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_avg_pool2d_adaptive.py' 2026-07-24T19:06:58.2081050Z 2026-07-24 19:06:57,965 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_conv2d.py' 2026-07-24T19:06:58.2081290Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_binary_ops.py' 2026-07-24T19:06:58.2081560Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_cast_to_block_scaled.py' 2026-07-24T19:06:58.2082350Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_conversion_ops.py' 2026-07-24T19:06:58.2082710Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_conv2d.py' 2026-07-24T19:06:58.2082970Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dialect_mxfp_linear.py' 2026-07-24T19:06:58.2083190Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_dw_conv2d.py' 2026-07-24T19:06:58.2083400Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_gather.py' 2026-07-24T19:06:58.2083610Z 2026-07-24 19:06:57,966 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_identity.py' 2026-07-24T19:06:58.2083970Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_reduction_ops.py' 2026-07-24T19:06:58.2084170Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_rescale.py' 2026-07-24T19:06:58.2084600Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_resize.py' 2026-07-24T19:06:58.2084810Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/misc/tosa_dialect/test_tosa_shape_ops.py' 2026-07-24T19:06:58.2085050Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/models/test_T5ForConditionalGeneration_arm.py' 2026-07-24T19:06:58.2085230Z 2026-07-24 19:06:57,967 [INFO] adding 'executorch/backends/arm/test/models/test_conformer.py' 2026-07-24T19:06:58.2085490Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_deep_autoencoder.py' 2026-07-24T19:06:58.2085670Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2026-07-24T19:06:58.2085840Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2026-07-24T19:06:58.2086000Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_ds_cnn.py' 2026-07-24T19:06:58.2086330Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_inception_v3_arm.py' 2026-07-24T19:06:58.2086510Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_llama.py' 2026-07-24T19:06:58.2086750Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2026-07-24T19:06:58.2086940Z 2026-07-24 19:06:57,968 [INFO] adding 'executorch/backends/arm/test/models/test_mobilenet_v1_025.py' 2026-07-24T19:06:58.2087130Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2026-07-24T19:06:58.2087320Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2026-07-24T19:06:58.2087500Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2026-07-24T19:06:58.2087680Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2026-07-24T19:06:58.2087830Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_nss.py' 2026-07-24T19:06:58.2088030Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_residual_conv_block.py' 2026-07-24T19:06:58.2088190Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_resnet18.py' 2026-07-24T19:06:58.2088360Z 2026-07-24 19:06:57,969 [INFO] adding 'executorch/backends/arm/test/models/test_resnet8.py' 2026-07-24T19:06:58.2088530Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/test_swin2sr_arm.py' 2026-07-24T19:06:58.2088710Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2026-07-24T19:06:58.2088880Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2026-07-24T19:06:58.2089080Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/Gemma3n/gemma3n_test_config.py' 2026-07-24T19:06:58.2089290Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/Gemma3n/test_gemma3nModel.py' 2026-07-24T19:06:58.2089500Z 2026-07-24 19:06:57,970 [INFO] adding 'executorch/backends/arm/test/models/Qwen3_VL/qwen3_vl_test_config.py' 2026-07-24T19:06:58.2089710Z 2026-07-24 19:06:57,971 [INFO] adding 'executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_layers.py' 2026-07-24T19:06:58.2089910Z 2026-07-24 19:06:57,971 [INFO] adding 'executorch/backends/arm/test/models/Qwen3_VL/test_qwen3_vl_model.py' 2026-07-24T19:06:58.2090160Z 2026-07-24 19:06:57,971 [INFO] adding 'executorch/backends/arm/test/models/phi3/phi3_module_test_configs.py' 2026-07-24T19:06:58.2090490Z 2026-07-24 19:06:57,971 [INFO] adding 'executorch/backends/arm/test/models/phi3/test_phi3_layers.py' 2026-07-24T19:06:58.2090770Z 2026-07-24 19:06:57,971 [INFO] adding 'executorch/backends/arm/test/models/stable_diffusion/stable_diffusion_module_test_configs.py' 2026-07-24T19:06:58.2091160Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/models/stable_diffusion/test_CLIPTextModelWithProjection.py' 2026-07-24T19:06:58.2091420Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/models/stable_diffusion/test_SD3Transformer2DModel.py' 2026-07-24T19:06:58.2091660Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/models/stable_diffusion/test_T5EncoderModel.py' 2026-07-24T19:06:58.2091900Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/models/stable_diffusion/test_vae_AutoencoderKL.py' 2026-07-24T19:06:58.2092060Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/modules/test_gru.py' 2026-07-24T19:06:58.2092230Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/modules/test_lstm.py' 2026-07-24T19:06:58.2092380Z 2026-07-24 19:06:57,972 [INFO] adding 'executorch/backends/arm/test/modules/test_rnn.py' 2026-07-24T19:06:58.2092560Z 2026-07-24 19:06:57,973 [INFO] adding 'executorch/backends/arm/test/modules/test_static_cache.py' 2026-07-24T19:06:58.2092800Z 2026-07-24 19:06:57,973 [INFO] adding 'executorch/backends/arm/test/ops/test_abs.py' 2026-07-24T19:06:58.2092950Z 2026-07-24 19:06:57,973 [INFO] adding 'executorch/backends/arm/test/ops/test_acos.py' 2026-07-24T19:06:58.2093150Z 2026-07-24 19:06:57,973 [INFO] adding 'executorch/backends/arm/test/ops/test_acosh.py' 2026-07-24T19:06:58.2093350Z 2026-07-24 19:06:57,973 [INFO] adding 'executorch/backends/arm/test/ops/test_adaptive_avg_pool2d.py' 2026-07-24T19:06:58.2093500Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_add.py' 2026-07-24T19:06:58.2093650Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_addmm.py' 2026-07-24T19:06:58.2093820Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2026-07-24T19:06:58.2093970Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_amax.py' 2026-07-24T19:06:58.2094120Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_amin.py' 2026-07-24T19:06:58.2094260Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_any.py' 2026-07-24T19:06:58.2094410Z 2026-07-24 19:06:57,974 [INFO] adding 'executorch/backends/arm/test/ops/test_arange.py' 2026-07-24T19:06:58.2094560Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_argmax.py' 2026-07-24T19:06:58.2094750Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_as_strided_copy.py' 2026-07-24T19:06:58.2094900Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_asin.py' 2026-07-24T19:06:58.2095050Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_asinh.py' 2026-07-24T19:06:58.2095190Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_at.py' 2026-07-24T19:06:58.2095340Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_atan.py' 2026-07-24T19:06:58.2095490Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_atanh.py' 2026-07-24T19:06:58.2095660Z 2026-07-24 19:06:57,975 [INFO] adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2026-07-24T19:06:58.2095830Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2026-07-24T19:06:58.2095990Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2026-07-24T19:06:58.2096150Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_bitwise_not.py' 2026-07-24T19:06:58.2096300Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_bmm.py' 2026-07-24T19:06:58.2096520Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_cat.py' 2026-07-24T19:06:58.2096660Z 2026-07-24 19:06:57,976 [INFO] adding 'executorch/backends/arm/test/ops/test_ceil.py' 2026-07-24T19:06:58.2096900Z 2026-07-24 19:06:57,977 [INFO] adding 'executorch/backends/arm/test/ops/test_clamp.py' 2026-07-24T19:06:58.2097050Z 2026-07-24 19:06:57,977 [INFO] adding 'executorch/backends/arm/test/ops/test_clone.py' 2026-07-24T19:06:58.2097200Z 2026-07-24 19:06:57,977 [INFO] adding 'executorch/backends/arm/test/ops/test_cond.py' 2026-07-24T19:06:58.2097380Z 2026-07-24 19:06:57,977 [INFO] adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2026-07-24T19:06:58.2097540Z 2026-07-24 19:06:57,977 [INFO] adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2026-07-24T19:06:58.2097690Z 2026-07-24 19:06:57,978 [INFO] adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2026-07-24T19:06:58.2097840Z 2026-07-24 19:06:57,978 [INFO] adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2026-07-24T19:06:58.2098020Z 2026-07-24 19:06:57,978 [INFO] adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2026-07-24T19:06:58.2098210Z 2026-07-24 19:06:57,978 [INFO] adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2026-07-24T19:06:58.2098500Z 2026-07-24 19:06:57,978 [INFO] adding 'executorch/backends/arm/test/ops/test_copy.py' 2026-07-24T19:06:58.2098660Z 2026-07-24 19:06:57,979 [INFO] adding 'executorch/backends/arm/test/ops/test_cos.py' 2026-07-24T19:06:58.2098860Z 2026-07-24 19:06:57,979 [INFO] adding 'executorch/backends/arm/test/ops/test_cosh.py' 2026-07-24T19:06:58.2099020Z 2026-07-24 19:06:57,979 [INFO] adding 'executorch/backends/arm/test/ops/test_cumsum.py' 2026-07-24T19:06:58.2099230Z 2026-07-24 19:06:57,979 [INFO] adding 'executorch/backends/arm/test/ops/test_custom_shader_lowering.py' 2026-07-24T19:06:58.2099400Z 2026-07-24 19:06:57,980 [INFO] adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2026-07-24T19:06:58.2099580Z 2026-07-24 19:06:57,980 [INFO] adding 'executorch/backends/arm/test/ops/test_detach_copy.py' 2026-07-24T19:06:58.2099720Z 2026-07-24 19:06:57,980 [INFO] adding 'executorch/backends/arm/test/ops/test_div.py' 2026-07-24T19:06:58.2099900Z 2026-07-24 19:06:57,980 [INFO] adding 'executorch/backends/arm/test/ops/test_div_tensor_mode.py' 2026-07-24T19:06:58.2100050Z 2026-07-24 19:06:57,980 [INFO] adding 'executorch/backends/arm/test/ops/test_elu.py' 2026-07-24T19:06:58.2100210Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_embedding.py' 2026-07-24T19:06:58.2100350Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_eq.py' 2026-07-24T19:06:58.2100500Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_erf.py' 2026-07-24T19:06:58.2100650Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_erfinv.py' 2026-07-24T19:06:58.2100790Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_exp.py' 2026-07-24T19:06:58.2100940Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_expand.py' 2026-07-24T19:06:58.2101090Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_expm1.py' 2026-07-24T19:06:58.2101230Z 2026-07-24 19:06:57,981 [INFO] adding 'executorch/backends/arm/test/ops/test_eye.py' 2026-07-24T19:06:58.2101370Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_fft.py' 2026-07-24T19:06:58.2101530Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_fill_scalar.py' 2026-07-24T19:06:58.2101680Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_flip.py' 2026-07-24T19:06:58.2101820Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_floor.py' 2026-07-24T19:06:58.2101980Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_floor_div.py' 2026-07-24T19:06:58.2102180Z 2026-07-24 19:06:57,982 [INFO] adding 'executorch/backends/arm/test/ops/test_full.py' 2026-07-24T19:06:58.2102320Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_gather.py' 2026-07-24T19:06:58.2102560Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_ge.py' 2026-07-24T19:06:58.2102700Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_gelu.py' 2026-07-24T19:06:58.2102840Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_glu.py' 2026-07-24T19:06:58.2103010Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_grid_sampler.py' 2026-07-24T19:06:58.2103170Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2026-07-24T19:06:58.2103310Z 2026-07-24 19:06:57,983 [INFO] adding 'executorch/backends/arm/test/ops/test_gt.py' 2026-07-24T19:06:58.2103470Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2026-07-24T19:06:58.2103640Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2026-07-24T19:06:58.2103800Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2026-07-24T19:06:58.2104040Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_index_copy.py' 2026-07-24T19:06:58.2104210Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_index_put.py' 2026-07-24T19:06:58.2104430Z 2026-07-24 19:06:57,984 [INFO] adding 'executorch/backends/arm/test/ops/test_index_select.py' 2026-07-24T19:06:58.2104600Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_index_tensor.py' 2026-07-24T19:06:58.2104760Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2026-07-24T19:06:58.2104900Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_le.py' 2026-07-24T19:06:58.2105060Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2026-07-24T19:06:58.2105250Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2026-07-24T19:06:58.2105400Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_linear.py' 2026-07-24T19:06:58.2105550Z 2026-07-24 19:06:57,985 [INFO] adding 'executorch/backends/arm/test/ops/test_log.py' 2026-07-24T19:06:58.2105710Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_log10.py' 2026-07-24T19:06:58.2105860Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_log1p.py' 2026-07-24T19:06:58.2106010Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_logical.py' 2026-07-24T19:06:58.2106160Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_logit.py' 2026-07-24T19:06:58.2106320Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2026-07-24T19:06:58.2106470Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_lshift.py' 2026-07-24T19:06:58.2106610Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_lt.py' 2026-07-24T19:06:58.2106770Z 2026-07-24 19:06:57,986 [INFO] adding 'executorch/backends/arm/test/ops/test_masked_fill.py' 2026-07-24T19:06:58.2106920Z 2026-07-24 19:06:57,987 [INFO] adding 'executorch/backends/arm/test/ops/test_matmul.py' 2026-07-24T19:06:58.2107080Z 2026-07-24 19:06:57,987 [INFO] adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2026-07-24T19:06:58.2107250Z 2026-07-24 19:06:57,987 [INFO] adding 'executorch/backends/arm/test/ops/test_max_pool1d.py' 2026-07-24T19:06:58.2107400Z 2026-07-24 19:06:57,987 [INFO] adding 'executorch/backends/arm/test/ops/test_maximum.py' 2026-07-24T19:06:58.2107550Z 2026-07-24 19:06:57,987 [INFO] adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2026-07-24T19:06:58.2107760Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_minimum.py' 2026-07-24T19:06:58.2107900Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_mm.py' 2026-07-24T19:06:58.2108130Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_mul.py' 2026-07-24T19:06:58.2108320Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_multihead_attention.py' 2026-07-24T19:06:58.2108490Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_mxfp_conv2d.py' 2026-07-24T19:06:58.2108630Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_ne.py' 2026-07-24T19:06:58.2108770Z 2026-07-24 19:06:57,988 [INFO] adding 'executorch/backends/arm/test/ops/test_neg.py' 2026-07-24T19:06:58.2108920Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_ones.py' 2026-07-24T19:06:58.2109080Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_permute.py' 2026-07-24T19:06:58.2109260Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_pixel_shuffling.py' 2026-07-24T19:06:58.2109410Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_pow.py' 2026-07-24T19:06:58.2109670Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_prelu.py' 2026-07-24T19:06:58.2109850Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2026-07-24T19:06:58.2110040Z 2026-07-24 19:06:57,989 [INFO] adding 'executorch/backends/arm/test/ops/test_relu.py' 2026-07-24T19:06:58.2110200Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_remainder.py' 2026-07-24T19:06:58.2110350Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_repeat.py' 2026-07-24T19:06:58.2110520Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_round.py' 2026-07-24T19:06:58.2110720Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_rshift.py' 2026-07-24T19:06:58.2110920Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2026-07-24T19:06:58.2111070Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_rsub.py' 2026-07-24T19:06:58.2111250Z 2026-07-24 19:06:57,990 [INFO] adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2026-07-24T19:06:58.2111400Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_scalars.py' 2026-07-24T19:06:58.2111550Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2026-07-24T19:06:58.2111700Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_select.py' 2026-07-24T19:06:58.2111880Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_select_scatter.py' 2026-07-24T19:06:58.2112040Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2026-07-24T19:06:58.2112210Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2026-07-24T19:06:58.2112360Z 2026-07-24 19:06:57,991 [INFO] adding 'executorch/backends/arm/test/ops/test_sign.py' 2026-07-24T19:06:58.2112510Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_silu.py' 2026-07-24T19:06:58.2112650Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_sin.py' 2026-07-24T19:06:58.2112800Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_sinh.py' 2026-07-24T19:06:58.2112950Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_slice.py' 2026-07-24T19:06:58.2113120Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_slice_scatter.py' 2026-07-24T19:06:58.2113270Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_softmax.py' 2026-07-24T19:06:58.2113590Z 2026-07-24 19:06:57,992 [INFO] adding 'executorch/backends/arm/test/ops/test_split.py' 2026-07-24T19:06:58.2113740Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2026-07-24T19:06:58.2113960Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2026-07-24T19:06:58.2114120Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_stack.py' 2026-07-24T19:06:58.2114260Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_sub.py' 2026-07-24T19:06:58.2114410Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_sum.py' 2026-07-24T19:06:58.2114560Z 2026-07-24 19:06:57,993 [INFO] adding 'executorch/backends/arm/test/ops/test_t_copy.py' 2026-07-24T19:06:58.2114700Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_tan.py' 2026-07-24T19:06:58.2114840Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_tanh.py' 2026-07-24T19:06:58.2115000Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2026-07-24T19:06:58.2115190Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_transpose_conv2d.py' 2026-07-24T19:06:58.2115520Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_transpose_copy.py' 2026-07-24T19:06:58.2115720Z 2026-07-24 19:06:57,994 [INFO] adding 'executorch/backends/arm/test/ops/test_tril.py' 2026-07-24T19:06:58.2115910Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_unary_combos.py' 2026-07-24T19:06:58.2116120Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_unbind.py' 2026-07-24T19:06:58.2116280Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_unflatten.py' 2026-07-24T19:06:58.2116450Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_unfold_copy.py' 2026-07-24T19:06:58.2116610Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2026-07-24T19:06:58.2116800Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2026-07-24T19:06:58.2117000Z 2026-07-24 19:06:57,995 [INFO] adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2026-07-24T19:06:58.2117150Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/test_var.py' 2026-07-24T19:06:58.2117290Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/test_view.py' 2026-07-24T19:06:58.2117450Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/test_where.py' 2026-07-24T19:06:58.2117600Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/test_while.py' 2026-07-24T19:06:58.2117750Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/test_zeros.py' 2026-07-24T19:06:58.2117910Z 2026-07-24 19:06:57,996 [INFO] adding 'executorch/backends/arm/test/ops/mxfp/__init__.py' 2026-07-24T19:06:58.2118070Z 2026-07-24 19:06:57,997 [INFO] adding 'executorch/backends/arm/test/ops/mxfp/common.py' 2026-07-24T19:06:58.2118250Z 2026-07-24 19:06:57,997 [INFO] adding 'executorch/backends/arm/test/ops/mxfp/test_mxfp_linear.py' 2026-07-24T19:06:58.2118460Z 2026-07-24 19:06:57,997 [INFO] adding 'executorch/backends/arm/test/passes/test_arm_op_targeted_pass.py' 2026-07-24T19:06:58.2118680Z 2026-07-24 19:06:57,997 [INFO] adding 'executorch/backends/arm/test/passes/test_arm_pass_manager_insertions.py' 2026-07-24T19:06:58.2118880Z 2026-07-24 19:06:57,997 [INFO] adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2026-07-24T19:06:58.2119130Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_canonicalize_view_copy_permute_pass.py' 2026-07-24T19:06:58.2119330Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2026-07-24T19:06:58.2119610Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2026-07-24T19:06:58.2119850Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_int64_const_ops_to_int32.py' 2026-07-24T19:06:58.2120160Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_int64_output_ops_to_int32.py' 2026-07-24T19:06:58.2120410Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_permute_singleton_to_view_pass.py' 2026-07-24T19:06:58.2120620Z 2026-07-24 19:06:57,998 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2026-07-24T19:06:58.2120810Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2026-07-24T19:06:58.2121010Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_custom_op_rewrite.py' 2026-07-24T19:06:58.2121250Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_adaptive_avg_pool2d_pass.py' 2026-07-24T19:06:58.2121500Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_adaptive_max_pool2d_pass.py' 2026-07-24T19:06:58.2121720Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_avg_pool2d_pass.py' 2026-07-24T19:06:58.2122210Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2026-07-24T19:06:58.2122450Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2026-07-24T19:06:58.2122720Z 2026-07-24 19:06:57,999 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_dynamic_adaptive_avg_pool2d_pass.py' 2026-07-24T19:06:58.2122940Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_dynamic_full_pass.py' 2026-07-24T19:06:58.2123150Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_einsum_pass.py' 2026-07-24T19:06:58.2123360Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_int_pow_pass.py' 2026-07-24T19:06:58.2123580Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2026-07-24T19:06:58.2123820Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2026-07-24T19:06:58.2124030Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_linear_pass.py' 2026-07-24T19:06:58.2124230Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2026-07-24T19:06:58.2124440Z 2026-07-24 19:06:58,000 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_quant_nodes.py' 2026-07-24T19:06:58.2124650Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_select_pass.py' 2026-07-24T19:06:58.2124860Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2026-07-24T19:06:58.2125110Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_tosa_unsupported_clamp_pass.py' 2026-07-24T19:06:58.2125500Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_unsupported_bilinear_resize_pass.py' 2026-07-24T19:06:58.2125700Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2026-07-24T19:06:58.2125950Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_decorate_fp32_to_int32_casting_pass.py' 2026-07-24T19:06:58.2126170Z 2026-07-24 19:06:58,001 [INFO] adding 'executorch/backends/arm/test/passes/test_deduplicate_get_attr_pass.py' 2026-07-24T19:06:58.2126330Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_dim_maps.py' 2026-07-24T19:06:58.2126630Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_ensure_unique_output_nodes_pass.py' 2026-07-24T19:06:58.2126970Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2026-07-24T19:06:58.2127190Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_fold_scalar_mul_into_conv_pass.py' 2026-07-24T19:06:58.2127400Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2026-07-24T19:06:58.2127620Z 2026-07-24 19:06:58,002 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_consecutive_clamps_pass.py' 2026-07-24T19:06:58.2127870Z 2026-07-24 19:06:58,003 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_consecutive_concat_shapes.py' 2026-07-24T19:06:58.2128100Z 2026-07-24 19:06:58,003 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_consecutive_slices_pass.py' 2026-07-24T19:06:58.2128330Z 2026-07-24 19:06:58,003 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2026-07-24T19:06:58.2128570Z 2026-07-24 19:06:58,003 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_duplicate_users_pass.py' 2026-07-24T19:06:58.2128940Z 2026-07-24 19:06:58,003 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2026-07-24T19:06:58.2129210Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_identical_input_transforms_pass.py' 2026-07-24T19:06:58.2129530Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_quantized_activation_pass.py' 2026-07-24T19:06:58.2129720Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_fuse_view_copy.py' 2026-07-24T19:06:58.2129970Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_insert_data_layout_casts_pass.py' 2026-07-24T19:06:58.2130210Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_insert_dynamic_padding_pass.py' 2026-07-24T19:06:58.2130490Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_insert_int32_casts_after_int64_placeholders_pass.py' 2026-07-24T19:06:58.2130700Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_insert_rescale_i32_pass.py' 2026-07-24T19:06:58.2130900Z 2026-07-24 19:06:58,004 [INFO] adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2026-07-24T19:06:58.2131120Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_int32_cast_embedding_pass.py' 2026-07-24T19:06:58.2131320Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2026-07-24T19:06:58.2131530Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_match_arg_ranks_pass.py' 2026-07-24T19:06:58.2131800Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_move_data_movement_ops_to_smaller_dtype_pass.py' 2026-07-24T19:06:58.2131990Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_permute_view_swap.py' 2026-07-24T19:06:58.2132340Z 2026-07-24 19:06:58,005 [INFO] adding 'executorch/backends/arm/test/passes/test_promote_bool_operands_pass.py' 2026-07-24T19:06:58.2132580Z 2026-07-24 19:06:58,006 [INFO] adding 'executorch/backends/arm/test/passes/test_propagate_permutes_views_pass.py' 2026-07-24T19:06:58.2132820Z 2026-07-24 19:06:58,006 [INFO] adding 'executorch/backends/arm/test/passes/test_rank_match_after_propagation.py' 2026-07-24T19:06:58.2133010Z 2026-07-24 19:06:58,006 [INFO] adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2026-07-24T19:06:58.2133290Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_remove_permutes_around_elementwise_tosa_ops.py' 2026-07-24T19:06:58.2133520Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_replace_inf_values_pass.py' 2026-07-24T19:06:58.2133810Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_rescale_optimization.py' 2026-07-24T19:06:58.2134160Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2026-07-24T19:06:58.2134410Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_adaptive_avg_pool2d_pass.py' 2026-07-24T19:06:58.2134620Z 2026-07-24 19:06:58,007 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_avg_pool2d_pass.py' 2026-07-24T19:06:58.2134830Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_conv_pass.py' 2026-07-24T19:06:58.2135100Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_grid_sampler_to_tosa_custom_pass.py' 2026-07-24T19:06:58.2135330Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_le_lt_to_ge_gt_pass.py' 2026-07-24T19:06:58.2135550Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_max_pool2d_pass.py' 2026-07-24T19:06:58.2135780Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_mxfp_conv2d_pass.py' 2026-07-24T19:06:58.2136110Z 2026-07-24 19:06:58,008 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_mxfp_linear_pass.py' 2026-07-24T19:06:58.2136320Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_rewrite_upsample_pass.py' 2026-07-24T19:06:58.2136570Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_size_adjust_input_pass.py' 2026-07-24T19:06:58.2136820Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_symbolic_to_tosa_shape_pass.py' 2026-07-24T19:06:58.2137030Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_symbolic_value_range.py' 2026-07-24T19:06:58.2137260Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2026-07-24T19:06:58.2137470Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/passes/test_view_permute_swap.py' 2026-07-24T19:06:58.2137710Z 2026-07-24 19:06:58,009 [INFO] adding 'executorch/backends/arm/test/public_api_bc/run_public_api_bc_scenarios.py' 2026-07-24T19:06:58.2137900Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/public_api_bc/test_ethosu_flow.py' 2026-07-24T19:06:58.2138110Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/public_api_bc/test_vgf_fp_flow.py' 2026-07-24T19:06:58.2138310Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/public_api_bc/test_vgf_int_flow.py' 2026-07-24T19:06:58.2138520Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/quantizer/test_conv_relu_fusing.py' 2026-07-24T19:06:58.2138730Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2026-07-24T19:06:58.2138960Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/quantizer/test_partial_quantization.py' 2026-07-24T19:06:58.2139160Z 2026-07-24 19:06:58,010 [INFO] adding 'executorch/backends/arm/test/quantizer/test_preserve_kwargs.py' 2026-07-24T19:06:58.2139390Z 2026-07-24 19:06:58,011 [INFO] adding 'executorch/backends/arm/test/quantizer/test_selective_quantization.py' 2026-07-24T19:06:58.2139590Z 2026-07-24 19:06:58,011 [INFO] adding 'executorch/backends/arm/test/quantizer/test_set_module_name.py' 2026-07-24T19:06:58.2139820Z 2026-07-24 19:06:58,011 [INFO] adding 'executorch/backends/arm/test/quantizer/test_tosa_quantizer_validate.py' 2026-07-24T19:06:58.2140050Z 2026-07-24 19:06:58,011 [INFO] adding 'executorch/backends/arm/test/quantizer/test_uint8_io_quantization.py' 2026-07-24T19:06:58.2140260Z 2026-07-24 19:06:58,011 [INFO] adding 'executorch/backends/arm/test/runtime/_vgf_runtime_test_utils.py' 2026-07-24T19:06:58.2140550Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/runtime/test_vgf_aliasing_runtime.py' 2026-07-24T19:06:58.2140760Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/runtime/test_vgf_combinations_runtime.py' 2026-07-24T19:06:58.2141090Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/runtime/test_vgf_multi_segment_runtime.py' 2026-07-24T19:06:58.2141330Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/runtime/test_vgf_sampler_image_runtime.py' 2026-07-24T19:06:58.2141570Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/runtime/test_vgf_tensor_buffer_runtime.py' 2026-07-24T19:06:58.2141730Z 2026-07-24 19:06:58,012 [INFO] adding 'executorch/backends/arm/test/tester/__init__.py' 2026-07-24T19:06:58.2141940Z 2026-07-24 19:06:58,013 [INFO] adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2026-07-24T19:06:58.2142090Z 2026-07-24 19:06:58,014 [INFO] adding 'executorch/backends/arm/test/tester/arm_tester.py' 2026-07-24T19:06:58.2142270Z 2026-07-24 19:06:58,014 [INFO] adding 'executorch/backends/arm/test/tester/quantize.py' 2026-07-24T19:06:58.2142450Z 2026-07-24 19:06:58,014 [INFO] adding 'executorch/backends/arm/test/tester/serialize.py' 2026-07-24T19:06:58.2142640Z 2026-07-24 19:06:58,015 [INFO] adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2026-07-24T19:06:58.2142880Z 2026-07-24 19:06:58,015 [INFO] adding 'executorch/backends/arm/tosa/__init__.py' 2026-07-24T19:06:58.2143040Z 2026-07-24 19:06:58,015 [INFO] adding 'executorch/backends/arm/tosa/backend.py' 2026-07-24T19:06:58.2143270Z 2026-07-24 19:06:58,015 [INFO] adding 'executorch/backends/arm/tosa/cast_support.py' 2026-07-24T19:06:58.2143420Z 2026-07-24 19:06:58,016 [INFO] adding 'executorch/backends/arm/tosa/compile_spec.py' 2026-07-24T19:06:58.2143580Z 2026-07-24 19:06:58,016 [INFO] adding 'executorch/backends/arm/tosa/mapping.py' 2026-07-24T19:06:58.2143730Z 2026-07-24 19:06:58,016 [INFO] adding 'executorch/backends/arm/tosa/partitioner.py' 2026-07-24T19:06:58.2143890Z 2026-07-24 19:06:58,017 [INFO] adding 'executorch/backends/arm/tosa/resize_utils.py' 2026-07-24T19:06:58.2144050Z 2026-07-24 19:06:58,017 [INFO] adding 'executorch/backends/arm/tosa/specification.py' 2026-07-24T19:06:58.2149890Z 2026-07-24 19:06:58,017 [INFO] adding 'executorch/backends/arm/tosa/utils.py' 2026-07-24T19:06:58.2150100Z 2026-07-24 19:06:58,017 [INFO] adding 'executorch/backends/arm/tosa/dialect/__init__.py' 2026-07-24T19:06:58.2150240Z 2026-07-24 19:06:58,017 [INFO] adding 'executorch/backends/arm/tosa/dialect/lib.py' 2026-07-24T19:06:58.2150430Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops_registration.py' 2026-07-24T19:06:58.2150590Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/real_impl.py' 2026-07-24T19:06:58.2150740Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/shape.py' 2026-07-24T19:06:58.2150910Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/_common.py' 2026-07-24T19:06:58.2151090Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/activation.py' 2026-07-24T19:06:58.2151260Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/argmax.py' 2026-07-24T19:06:58.2151430Z 2026-07-24 19:06:58,018 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/avg_pool2d.py' 2026-07-24T19:06:58.2151630Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/avg_pool2d_adaptive.py' 2026-07-24T19:06:58.2151830Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/binary_elementwise.py' 2026-07-24T19:06:58.2152000Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/conv2d.py' 2026-07-24T19:06:58.2152200Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/conv2d_block_scaled.py' 2026-07-24T19:06:58.2152440Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/conv3d.py' 2026-07-24T19:06:58.2152630Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/conversion_ops.py' 2026-07-24T19:06:58.2152870Z 2026-07-24 19:06:58,019 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/custom.py' 2026-07-24T19:06:58.2153060Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/data_layout_ops.py' 2026-07-24T19:06:58.2153260Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/depthwise_conv2d.py' 2026-07-24T19:06:58.2153420Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/fft.py' 2026-07-24T19:06:58.2153580Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/gather.py' 2026-07-24T19:06:58.2153740Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/identity.py' 2026-07-24T19:06:58.2153900Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/matmul.py' 2026-07-24T19:06:58.2154100Z 2026-07-24 19:06:58,020 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/matmul_t_block_scaled.py' 2026-07-24T19:06:58.2154270Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/max_pool2d.py' 2026-07-24T19:06:58.2154570Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/max_pool2d_adaptive.py' 2026-07-24T19:06:58.2154750Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/reduction_ops.py' 2026-07-24T19:06:58.2154960Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/resize.py' 2026-07-24T19:06:58.2155120Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/scatter.py' 2026-07-24T19:06:58.2155290Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/shape_ops.py' 2026-07-24T19:06:58.2155450Z 2026-07-24 19:06:58,021 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/table.py' 2026-07-24T19:06:58.2155650Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/transpose_conv2d.py' 2026-07-24T19:06:58.2155850Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/tosa/dialect/ops/unary_elementwise.py' 2026-07-24T19:06:58.2156000Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/tosa/schemas/__init__.py' 2026-07-24T19:06:58.2156160Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2026-07-24T19:06:58.2156320Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/tosa/schemas/tosa_1.1.fbs' 2026-07-24T19:06:58.2156460Z 2026-07-24 19:06:58,022 [INFO] adding 'executorch/backends/arm/util/_factory.py' 2026-07-24T19:06:58.2156630Z 2026-07-24 19:06:58,023 [INFO] adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2026-07-24T19:06:58.2156770Z 2026-07-24 19:06:58,023 [INFO] adding 'executorch/backends/arm/vgf/__init__.py' 2026-07-24T19:06:58.2156910Z 2026-07-24 19:06:58,023 [INFO] adding 'executorch/backends/arm/vgf/backend.py' 2026-07-24T19:06:58.2157050Z 2026-07-24 19:06:58,023 [INFO] adding 'executorch/backends/arm/vgf/check_env.py' 2026-07-24T19:06:58.2157210Z 2026-07-24 19:06:58,024 [INFO] adding 'executorch/backends/arm/vgf/compile_spec.py' 2026-07-24T19:06:58.2157360Z 2026-07-24 19:06:58,024 [INFO] adding 'executorch/backends/arm/vgf/model_converter.py' 2026-07-24T19:06:58.2157510Z 2026-07-24 19:06:58,024 [INFO] adding 'executorch/backends/arm/vgf/partitioner.py' 2026-07-24T19:06:58.2157670Z 2026-07-24 19:06:58,024 [INFO] adding 'executorch/backends/arm/vgf/_passes/__init__.py' 2026-07-24T19:06:58.2157910Z 2026-07-24 19:06:58,024 [INFO] adding 'executorch/backends/arm/vgf/_passes/insert_grid_sampler_grid_dequant_pass.py' 2026-07-24T19:06:58.2158150Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/_passes/rewrite_grid_sampler_to_tosa_custom.py' 2026-07-24T19:06:58.2158360Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/shaders/__init__.py' 2026-07-24T19:06:58.2158530Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler.glsl' 2026-07-24T19:06:58.2158770Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler.py' 2026-07-24T19:06:58.2158960Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler.spirv.b64' 2026-07-24T19:06:58.2159160Z 2026-07-24 19:06:58,025 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler.glsl' 2026-07-24T19:06:58.2159380Z 2026-07-24 19:06:58,026 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler.spirv.b64' 2026-07-24T19:06:58.2159630Z 2026-07-24 19:06:58,026 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.glsl' 2026-07-24T19:06:58.2159880Z 2026-07-24 19:06:58,026 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_align_corners.spirv.b64' 2026-07-24T19:06:58.2160090Z 2026-07-24 19:06:58,026 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.glsl' 2026-07-24T19:06:58.2160310Z 2026-07-24 19:06:58,027 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8.spirv.b64' 2026-07-24T19:06:58.2160650Z 2026-07-24 19:06:58,027 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.glsl' 2026-07-24T19:06:58.2160910Z 2026-07-24 19:06:58,027 [INFO] adding 'executorch/backends/arm/vgf/shaders/grid_sampler_sampler_int8_align_corners.spirv.b64' 2026-07-24T19:06:58.2161100Z 2026-07-24 19:06:58,027 [INFO] adding 'executorch/backends/cadence/aot/__init__.py' 2026-07-24T19:06:58.2161250Z 2026-07-24 19:06:58,028 [INFO] adding 'executorch/backends/cadence/aot/compiler.py' 2026-07-24T19:06:58.2161410Z 2026-07-24 19:06:58,028 [INFO] adding 'executorch/backends/cadence/aot/compiler_funcs.py' 2026-07-24T19:06:58.2161570Z 2026-07-24 19:06:58,028 [INFO] adding 'executorch/backends/cadence/aot/compiler_utils.py' 2026-07-24T19:06:58.2161730Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/decompose_ops.py' 2026-07-24T19:06:58.2161880Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/export_example.py' 2026-07-24T19:06:58.2162030Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/functions.yaml' 2026-07-24T19:06:58.2162210Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2026-07-24T19:06:58.2162380Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2026-07-24T19:06:58.2162550Z 2026-07-24 19:06:58,029 [INFO] adding 'executorch/backends/cadence/aot/functions_vision.yaml' 2026-07-24T19:06:58.2162690Z 2026-07-24 19:06:58,030 [INFO] adding 'executorch/backends/cadence/aot/fuse_ops.py' 2026-07-24T19:06:58.2162840Z 2026-07-24 19:06:58,030 [INFO] adding 'executorch/backends/cadence/aot/graph_builder.py' 2026-07-24T19:06:58.2163010Z 2026-07-24 19:06:58,031 [INFO] adding 'executorch/backends/cadence/aot/memory_constraints.py' 2026-07-24T19:06:58.2163180Z 2026-07-24 19:06:58,031 [INFO] adding 'executorch/backends/cadence/aot/memory_planning.py' 2026-07-24T19:06:58.2163350Z 2026-07-24 19:06:58,032 [INFO] adding 'executorch/backends/cadence/aot/memory_planning_algo.py' 2026-07-24T19:06:58.2163520Z 2026-07-24 19:06:58,033 [INFO] adding 'executorch/backends/cadence/aot/ops_registrations.py' 2026-07-24T19:06:58.2163670Z 2026-07-24 19:06:58,033 [INFO] adding 'executorch/backends/cadence/aot/pass_utils.py' 2026-07-24T19:06:58.2163810Z 2026-07-24 19:06:58,033 [INFO] adding 'executorch/backends/cadence/aot/passes.py' 2026-07-24T19:06:58.2163960Z 2026-07-24 19:06:58,033 [INFO] adding 'executorch/backends/cadence/aot/program_builder.py' 2026-07-24T19:06:58.2164140Z 2026-07-24 19:06:58,035 [INFO] adding 'executorch/backends/cadence/aot/ref_implementations.py' 2026-07-24T19:06:58.2164290Z 2026-07-24 19:06:58,036 [INFO] adding 'executorch/backends/cadence/aot/remove_ops.py' 2026-07-24T19:06:58.2164480Z 2026-07-24 19:06:58,037 [INFO] adding 'executorch/backends/cadence/aot/reorder_ops.py' 2026-07-24T19:06:58.2164740Z 2026-07-24 19:06:58,038 [INFO] adding 'executorch/backends/cadence/aot/replace_ops.py' 2026-07-24T19:06:58.2164890Z 2026-07-24 19:06:58,039 [INFO] adding 'executorch/backends/cadence/aot/simplify_ops.py' 2026-07-24T19:06:58.2165050Z 2026-07-24 19:06:58,039 [INFO] adding 'executorch/backends/cadence/aot/to_out_var_pass.py' 2026-07-24T19:06:58.2165200Z 2026-07-24 19:06:58,039 [INFO] adding 'executorch/backends/cadence/aot/type_dispatch.py' 2026-07-24T19:06:58.2165360Z 2026-07-24 19:06:58,039 [INFO] adding 'executorch/backends/cadence/aot/typing_stubs.py' 2026-07-24T19:06:58.2165560Z 2026-07-24 19:06:58,040 [INFO] adding 'executorch/backends/cadence/aot/utils.py' 2026-07-24T19:06:58.2165740Z 2026-07-24 19:06:58,040 [INFO] adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2026-07-24T19:06:58.2165920Z 2026-07-24 19:06:58,041 [INFO] adding 'executorch/backends/cadence/aot/quantizer/pattern_utils.py' 2026-07-24T19:06:58.2166100Z 2026-07-24 19:06:58,041 [INFO] adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2026-07-24T19:06:58.2166270Z 2026-07-24 19:06:58,042 [INFO] adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2026-07-24T19:06:58.2166550Z 2026-07-24 19:06:58,042 [INFO] adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2026-07-24T19:06:58.2166760Z 2026-07-24 19:06:58,042 [INFO] adding 'executorch/backends/cadence/aot/quantizer/passes/fuse_ops.py' 2026-07-24T19:06:58.2166990Z 2026-07-24 19:06:58,042 [INFO] adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2026-07-24T19:06:58.2167190Z 2026-07-24 19:06:58,043 [INFO] adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2026-07-24T19:06:58.2167380Z 2026-07-24 19:06:58,044 [INFO] adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2026-07-24T19:06:58.2167550Z 2026-07-24 19:06:58,044 [INFO] adding 'executorch/backends/cadence/aot/tests/test_idma_ops.py' 2026-07-24T19:06:58.2167740Z 2026-07-24 19:06:58,044 [INFO] adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2026-07-24T19:06:58.2167920Z 2026-07-24 19:06:58,045 [INFO] adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2026-07-24T19:06:58.2168100Z 2026-07-24 19:06:58,045 [INFO] adding 'executorch/backends/cadence/aot/tests/test_pass_utils.py' 2026-07-24T19:06:58.2168300Z 2026-07-24 19:06:58,045 [INFO] adding 'executorch/backends/cadence/aot/tests/test_program_builder.py' 2026-07-24T19:06:58.2168490Z 2026-07-24 19:06:58,045 [INFO] adding 'executorch/backends/cadence/aot/tests/test_quantizer_ops.py' 2026-07-24T19:06:58.2168690Z 2026-07-24 19:06:58,047 [INFO] adding 'executorch/backends/cadence/aot/tests/test_ref_implementations.py' 2026-07-24T19:06:58.2168900Z 2026-07-24 19:06:58,047 [INFO] adding 'executorch/backends/cadence/aot/tests/test_remove_bn_tracking_pass.py' 2026-07-24T19:06:58.2169110Z 2026-07-24 19:06:58,048 [INFO] adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2026-07-24T19:06:58.2169320Z 2026-07-24 19:06:58,049 [INFO] adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2026-07-24T19:06:58.2169520Z 2026-07-24 19:06:58,050 [INFO] adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2026-07-24T19:06:58.2169720Z 2026-07-24 19:06:58,050 [INFO] adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2026-07-24T19:06:58.2169910Z 2026-07-24 19:06:58,050 [INFO] adding 'executorch/backends/cadence/aot/tests/test_to_out_var_pass.py' 2026-07-24T19:06:58.2170110Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/aot/tests/test_type_dispatch_passes.py' 2026-07-24T19:06:58.2170270Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/runtime/__init__.py' 2026-07-24T19:06:58.2170410Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/runtime/etdump.py' 2026-07-24T19:06:58.2170640Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/runtime/executor.py' 2026-07-24T19:06:58.2170850Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/runtime/runtime.py' 2026-07-24T19:06:58.2171000Z 2026-07-24 19:06:58,051 [INFO] adding 'executorch/backends/cadence/runtime/utils.py' 2026-07-24T19:06:58.2171150Z 2026-07-24 19:06:58,052 [INFO] adding 'executorch/backends/cadence/utils/facto_util.py' 2026-07-24T19:06:58.2171300Z 2026-07-24 19:06:58,052 [INFO] adding 'executorch/backends/cadence/utils/gen_header.py' 2026-07-24T19:06:58.2171480Z 2026-07-24 19:06:58,052 [INFO] adding 'executorch/backends/cadence/utils/post_compilation.py' 2026-07-24T19:06:58.2171680Z 2026-07-24 19:06:58,052 [INFO] adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2026-07-24T19:06:58.2171860Z 2026-07-24 19:06:58,052 [INFO] adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2026-07-24T19:06:58.2172070Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/examples/config_example.py' 2026-07-24T19:06:58.2172260Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2026-07-24T19:06:58.2172560Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2026-07-24T19:06:58.2172800Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_modelgen_example.py' 2026-07-24T19:06:58.2173070Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2026-07-24T19:06:58.2173250Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2026-07-24T19:06:58.2173450Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2026-07-24T19:06:58.2173690Z 2026-07-24 19:06:58,053 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2026-07-24T19:06:58.2173920Z 2026-07-24 19:06:58,054 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2026-07-24T19:06:58.2174140Z 2026-07-24 19:06:58,054 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2026-07-24T19:06:58.2174370Z 2026-07-24 19:06:58,054 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2026-07-24T19:06:58.2174600Z 2026-07-24 19:06:58,054 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2026-07-24T19:06:58.2174810Z 2026-07-24 19:06:58,054 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2026-07-24T19:06:58.2175030Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2026-07-24T19:06:58.2175270Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2026-07-24T19:06:58.2175490Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2026-07-24T19:06:58.2175720Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2026-07-24T19:06:58.2175940Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2026-07-24T19:06:58.2176170Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2026-07-24T19:06:58.2176380Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2026-07-24T19:06:58.2176600Z 2026-07-24 19:06:58,055 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2026-07-24T19:06:58.2176810Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/config.py' 2026-07-24T19:06:58.2177110Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2026-07-24T19:06:58.2177410Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2026-07-24T19:06:58.2177640Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2026-07-24T19:06:58.2177860Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2026-07-24T19:06:58.2178080Z 2026-07-24 19:06:58,056 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2026-07-24T19:06:58.2178300Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2026-07-24T19:06:58.2178520Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2026-07-24T19:06:58.2178740Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2026-07-24T19:06:58.2178940Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/modelgen/__init__.py' 2026-07-24T19:06:58.2179210Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/modelgen/gen.py' 2026-07-24T19:06:58.2184820Z 2026-07-24 19:06:58,057 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/__init__.py' 2026-07-24T19:06:58.2185070Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2026-07-24T19:06:58.2185270Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2026-07-24T19:06:58.2185470Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2026-07-24T19:06:58.2185670Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/utils/__init__.py' 2026-07-24T19:06:58.2185870Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/utils/dtypes.py' 2026-07-24T19:06:58.2186060Z 2026-07-24 19:06:58,059 [INFO] adding 'executorch/backends/cadence/utils/FACTO/facto/utils/ops.py' 2026-07-24T19:06:58.2186310Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2026-07-24T19:06:58.2186570Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2026-07-24T19:06:58.2186830Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2026-07-24T19:06:58.2187090Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2026-07-24T19:06:58.2187330Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2026-07-24T19:06:58.2187580Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2026-07-24T19:06:58.2187830Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2026-07-24T19:06:58.2188050Z 2026-07-24 19:06:58,060 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_config.py' 2026-07-24T19:06:58.2188290Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2026-07-24T19:06:58.2188530Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2026-07-24T19:06:58.2188750Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2026-07-24T19:06:58.2189070Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2026-07-24T19:06:58.2189330Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2026-07-24T19:06:58.2189680Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2026-07-24T19:06:58.2189920Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2026-07-24T19:06:58.2190160Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2026-07-24T19:06:58.2190370Z 2026-07-24 19:06:58,061 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/__init__.py' 2026-07-24T19:06:58.2190590Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/base_model_test.py' 2026-07-24T19:06:58.2190800Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/base_test.py' 2026-07-24T19:06:58.2191060Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/test_executorch_portable.py' 2026-07-24T19:06:58.2191370Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/test_model_cpu.py' 2026-07-24T19:06:58.2191600Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_cpu.py' 2026-07-24T19:06:58.2191870Z 2026-07-24 19:06:58,062 [INFO] adding 'executorch/backends/cadence/utils/FACTO/test/specdb/test_specdb_mps.py' 2026-07-24T19:06:58.2192050Z 2026-07-24 19:06:58,063 [INFO] adding 'executorch/backends/cortex_m/quantizer_reporter.py' 2026-07-24T19:06:58.2192210Z 2026-07-24 19:06:58,063 [INFO] adding 'executorch/backends/cortex_m/target_config.py' 2026-07-24T19:06:58.2192360Z 2026-07-24 19:06:58,063 [INFO] adding 'executorch/backends/cortex_m/library/__init__.py' 2026-07-24T19:06:58.2192520Z 2026-07-24 19:06:58,063 [INFO] adding 'executorch/backends/cortex_m/library/cmsis_nn.py' 2026-07-24T19:06:58.2192760Z 2026-07-24 19:06:58,071 [INFO] adding 'executorch/backends/cortex_m/library/_cmsis_nn/cmsis_nn.cpython-312-darwin.so' 2026-07-24T19:06:58.2192920Z 2026-07-24 19:06:58,072 [INFO] adding 'executorch/backends/cortex_m/ops/operators.py' 2026-07-24T19:06:58.2193070Z 2026-07-24 19:06:58,072 [INFO] adding 'executorch/backends/cortex_m/ops/operators.yaml' 2026-07-24T19:06:58.2193230Z 2026-07-24 19:06:58,073 [INFO] adding 'executorch/backends/cortex_m/passes/__init__.py' 2026-07-24T19:06:58.2193430Z 2026-07-24 19:06:58,073 [INFO] adding 'executorch/backends/cortex_m/passes/activation_fusion_pass.py' 2026-07-24T19:06:58.2193630Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/aten_to_cortex_m_pass.py' 2026-07-24T19:06:58.2193820Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/clamp_hardswish_pass.py' 2026-07-24T19:06:58.2194000Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/cortex_m_pass.py' 2026-07-24T19:06:58.2194200Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/cortex_m_pass_manager.py' 2026-07-24T19:06:58.2194410Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/decompose_hardswish_pass.py' 2026-07-24T19:06:58.2194600Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/decompose_mean_pass.py' 2026-07-24T19:06:58.2194780Z 2026-07-24 19:06:58,074 [INFO] adding 'executorch/backends/cortex_m/passes/matmul_to_bmm_pass.py' 2026-07-24T19:06:58.2194940Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/passes/passes_utils.py' 2026-07-24T19:06:58.2195170Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/passes/quantized_clamp_activation_pass.py' 2026-07-24T19:06:58.2195370Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2026-07-24T19:06:58.2195610Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/passes/scratch_buffer_sizes.py' 2026-07-24T19:06:58.2195880Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/quantizer/__init__.py' 2026-07-24T19:06:58.2196060Z 2026-07-24 19:06:58,075 [INFO] adding 'executorch/backends/cortex_m/quantizer/node_finders.py' 2026-07-24T19:06:58.2196240Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/quantizer/pattern_checkers.py' 2026-07-24T19:06:58.2196420Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/quantizer/pattern_matcher.py' 2026-07-24T19:06:58.2196620Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/quantizer/quantization_configs.py' 2026-07-24T19:06:58.2196780Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/quantizer/quantizer.py' 2026-07-24T19:06:58.2196960Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/quantizer/quantizer_support.py' 2026-07-24T19:06:58.2197100Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/test/conftest.py' 2026-07-24T19:06:58.2197290Z 2026-07-24 19:06:58,076 [INFO] adding 'executorch/backends/cortex_m/test/test_helpers_passes_utils.py' 2026-07-24T19:06:58.2197630Z 2026-07-24 19:06:58,077 [INFO] adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2026-07-24T19:06:58.2197770Z 2026-07-24 19:06:58,077 [INFO] adding 'executorch/backends/cortex_m/test/tester.py' 2026-07-24T19:06:58.2197980Z 2026-07-24 19:06:58,077 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_cmsis_pybind.py' 2026-07-24T19:06:58.2198170Z 2026-07-24 19:06:58,077 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_node_finders.py' 2026-07-24T19:06:58.2198370Z 2026-07-24 19:06:58,077 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_pattern_matcher.py' 2026-07-24T19:06:58.2198560Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_portable_int8.py' 2026-07-24T19:06:58.2198750Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_quantization.py' 2026-07-24T19:06:58.2198960Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_quantizer_reporter.py' 2026-07-24T19:06:58.2199180Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/misc/test_target_config.py' 2026-07-24T19:06:58.2199360Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/models/__init__.py' 2026-07-24T19:06:58.2199570Z 2026-07-24 19:06:58,078 [INFO] adding 'executorch/backends/cortex_m/test/models/test_deep_autoencoder.py' 2026-07-24T19:06:58.2199740Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_ds_cnn.py' 2026-07-24T19:06:58.2199950Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_mobilenet_v1_025.py' 2026-07-24T19:06:58.2200150Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_mobilenet_v2.py' 2026-07-24T19:06:58.2200340Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_mobilenet_v3.py' 2026-07-24T19:06:58.2200550Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_nn_functional.py' 2026-07-24T19:06:58.2200750Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_nn_modules.py' 2026-07-24T19:06:58.2200940Z 2026-07-24 19:06:58,079 [INFO] adding 'executorch/backends/cortex_m/test/models/test_resnet8.py' 2026-07-24T19:06:58.2201130Z 2026-07-24 19:06:58,080 [INFO] adding 'executorch/backends/cortex_m/test/models/test_silero_vad.py' 2026-07-24T19:06:58.2201340Z 2026-07-24 19:06:58,080 [INFO] adding 'executorch/backends/cortex_m/test/models/test_torch_functions.py' 2026-07-24T19:06:58.2201530Z 2026-07-24 19:06:58,080 [INFO] adding 'executorch/backends/cortex_m/test/models/test_wav2letter.py' 2026-07-24T19:06:58.2201810Z 2026-07-24 19:06:58,080 [INFO] adding 'executorch/backends/cortex_m/test/models/test_yolo11.py' 2026-07-24T19:06:58.2201980Z 2026-07-24 19:06:58,080 [INFO] adding 'executorch/backends/cortex_m/test/ops/__init__.py' 2026-07-24T19:06:58.2202290Z 2026-07-24 19:06:58,081 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_activation.py' 2026-07-24T19:06:58.2202480Z 2026-07-24 19:06:58,081 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_activation_quant.py' 2026-07-24T19:06:58.2202640Z 2026-07-24 19:06:58,081 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_add.py' 2026-07-24T19:06:58.2202820Z 2026-07-24 19:06:58,081 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_avg_pool2d.py' 2026-07-24T19:06:58.2202990Z 2026-07-24 19:06:58,081 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_batch_matmul.py' 2026-07-24T19:06:58.2203150Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_conv.py' 2026-07-24T19:06:58.2203340Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_conv_transpose.py' 2026-07-24T19:06:58.2203510Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_linear.py' 2026-07-24T19:06:58.2203670Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_lstm.py' 2026-07-24T19:06:58.2203940Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_max_pool2d.py' 2026-07-24T19:06:58.2204120Z 2026-07-24 19:06:58,082 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_maximum.py' 2026-07-24T19:06:58.2204350Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_minimum.py' 2026-07-24T19:06:58.2204520Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_mul.py' 2026-07-24T19:06:58.2204680Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_pad.py' 2026-07-24T19:06:58.2204840Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_softmax.py' 2026-07-24T19:06:58.2205020Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cortex_m/test/ops/test_transpose.py' 2026-07-24T19:06:58.2205150Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cuda/__init__.py' 2026-07-24T19:06:58.2205300Z 2026-07-24 19:06:58,083 [INFO] adding 'executorch/backends/cuda/coalesced_int4_tensor.py' 2026-07-24T19:06:58.2205440Z 2026-07-24 19:06:58,084 [INFO] adding 'executorch/backends/cuda/cuda_backend.py' 2026-07-24T19:06:58.2205650Z 2026-07-24 19:06:58,084 [INFO] adding 'executorch/backends/cuda/cuda_partitioner.py' 2026-07-24T19:06:58.2205820Z 2026-07-24 19:06:58,085 [INFO] adding 'executorch/backends/cuda/dp4a_planar_int5_tensor.py' 2026-07-24T19:06:58.2205980Z 2026-07-24 19:06:58,085 [INFO] adding 'executorch/backends/cuda/dp4a_planar_int6_tensor.py' 2026-07-24T19:06:58.2206150Z 2026-07-24 19:06:58,085 [INFO] adding 'executorch/backends/cuda/benchmarks/benchmark_moe.py' 2026-07-24T19:06:58.2206320Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/benchmarks/benchmark_sdpa.py' 2026-07-24T19:06:58.2206470Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/passes/__init__.py' 2026-07-24T19:06:58.2206660Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/passes/move_cond_predicate_to_cpu.py' 2026-07-24T19:06:58.2206840Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/passes/replace_int64_floordiv.py' 2026-07-24T19:06:58.2207000Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/passes/tests/__init__.py' 2026-07-24T19:06:58.2207240Z 2026-07-24 19:06:58,086 [INFO] adding 'executorch/backends/cuda/passes/tests/test_move_cond_predicate_to_cpu.py' 2026-07-24T19:06:58.2207460Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/passes/tests/test_replace_int64_floordiv.py' 2026-07-24T19:06:58.2207640Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/__init__.py' 2026-07-24T19:06:58.2207880Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/_library.py' 2026-07-24T19:06:58.2208080Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/int4_dispatch.py' 2026-07-24T19:06:58.2208370Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/int5_dispatch.py' 2026-07-24T19:06:58.2208580Z 2026-07-24 19:06:58,087 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/int6_dispatch.py' 2026-07-24T19:06:58.2208770Z 2026-07-24 19:06:58,088 [INFO] adding 'executorch/backends/cuda/quantize_op_dispatch/int8_dispatch.py' 2026-07-24T19:06:58.2208990Z 2026-07-24 19:06:58,088 [INFO] adding 'executorch/backends/cuda/runtime/shims/tests/gen_plain_mm_test_vectors.py' 2026-07-24T19:06:58.2209130Z 2026-07-24 19:06:58,088 [INFO] adding 'executorch/backends/cuda/tests/__init__.py' 2026-07-24T19:06:58.2209330Z 2026-07-24 19:06:58,088 [INFO] adding 'executorch/backends/cuda/tests/test_chunk_gated_delta_rule.py' 2026-07-24T19:06:58.2209490Z 2026-07-24 19:06:58,089 [INFO] adding 'executorch/backends/cuda/tests/test_cuda_export.py' 2026-07-24T19:06:58.2209680Z 2026-07-24 19:06:58,089 [INFO] adding 'executorch/backends/cuda/tests/test_cuda_partitioner.py' 2026-07-24T19:06:58.2209950Z 2026-07-24 19:06:58,089 [INFO] adding 'executorch/backends/cuda/tests/test_fused_deltanet_decode.py' 2026-07-24T19:06:58.2210110Z 2026-07-24 19:06:58,090 [INFO] adding 'executorch/backends/cuda/tests/test_fused_moe.py' 2026-07-24T19:06:58.2210310Z 2026-07-24 19:06:58,090 [INFO] adding 'executorch/backends/cuda/tests/test_int4_dispatch.py' 2026-07-24T19:06:58.2210490Z 2026-07-24 19:06:58,090 [INFO] adding 'executorch/backends/cuda/tests/test_int4_matmul.py' 2026-07-24T19:06:58.2210660Z 2026-07-24 19:06:58,091 [INFO] adding 'executorch/backends/cuda/tests/test_int5_dispatch.py' 2026-07-24T19:06:58.2210820Z 2026-07-24 19:06:58,091 [INFO] adding 'executorch/backends/cuda/tests/test_int6_dispatch.py' 2026-07-24T19:06:58.2211020Z 2026-07-24 19:06:58,091 [INFO] adding 'executorch/backends/cuda/tests/test_output_stride_rearrange.py' 2026-07-24T19:06:58.2211220Z 2026-07-24 19:06:58,091 [INFO] adding 'executorch/backends/cuda/tests/test_sdpa_splitk_replacement.py' 2026-07-24T19:06:58.2211390Z 2026-07-24 19:06:58,091 [INFO] adding 'executorch/backends/cuda/tests/test_sort_shim.py' 2026-07-24T19:06:58.2211530Z 2026-07-24 19:06:58,092 [INFO] adding 'executorch/backends/cuda/tests/test_topk.py' 2026-07-24T19:06:58.2211680Z 2026-07-24 19:06:58,092 [INFO] adding 'executorch/backends/cuda/tests/test_tq4_sdpa.py' 2026-07-24T19:06:58.2211850Z 2026-07-24 19:06:58,094 [INFO] adding 'executorch/backends/cuda/tests/test_triton_sdpa.py' 2026-07-24T19:06:58.2212020Z 2026-07-24 19:06:58,095 [INFO] adding 'executorch/backends/cuda/tests/test_triton_sdpa_nan.py' 2026-07-24T19:06:58.2212210Z 2026-07-24 19:06:58,096 [INFO] adding 'executorch/backends/cuda/tests/test_triton_sdpa_splitk.py' 2026-07-24T19:06:58.2212350Z 2026-07-24 19:06:58,096 [INFO] adding 'executorch/backends/cuda/triton/__init__.py' 2026-07-24T19:06:58.2212510Z 2026-07-24 19:06:58,096 [INFO] adding 'executorch/backends/cuda/triton/replacement_pass.py' 2026-07-24T19:06:58.2212680Z 2026-07-24 19:06:58,097 [INFO] adding 'executorch/backends/cuda/triton/kernels/__init__.py' 2026-07-24T19:06:58.2212880Z 2026-07-24 19:06:58,097 [INFO] adding 'executorch/backends/cuda/triton/kernels/chunk_gated_delta_rule.py' 2026-07-24T19:06:58.2213080Z 2026-07-24 19:06:58,098 [INFO] adding 'executorch/backends/cuda/triton/kernels/fused_deltanet_decode.py' 2026-07-24T19:06:58.2213260Z 2026-07-24 19:06:58,100 [INFO] adding 'executorch/backends/cuda/triton/kernels/fused_moe.py' 2026-07-24T19:06:58.2213430Z 2026-07-24 19:06:58,100 [INFO] adding 'executorch/backends/cuda/triton/kernels/int4_matmul.py' 2026-07-24T19:06:58.2213580Z 2026-07-24 19:06:58,102 [INFO] adding 'executorch/backends/cuda/triton/kernels/sdpa.py' 2026-07-24T19:06:58.2213790Z 2026-07-24 19:06:58,103 [INFO] adding 'executorch/backends/cuda/triton/kernels/topk.py' 2026-07-24T19:06:58.2213960Z 2026-07-24 19:06:58,104 [INFO] adding 'executorch/backends/cuda/triton/kernels/tq4_sdpa.py' 2026-07-24T19:06:58.2214180Z 2026-07-24 19:06:58,104 [INFO] adding 'executorch/backends/example/example_backend.py' 2026-07-24T19:06:58.2214340Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/example_partitioner.py' 2026-07-24T19:06:58.2214500Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/example_quantizer.py' 2026-07-24T19:06:58.2214670Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/test_example_delegate.py' 2026-07-24T19:06:58.2217850Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2026-07-24T19:06:58.2218150Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2026-07-24T19:06:58.2218370Z 2026-07-24 19:06:58,105 [INFO] adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2026-07-24T19:06:58.2218530Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/add.py' 2026-07-24T19:06:58.2218710Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/conv2d.py' 2026-07-24T19:06:58.2218980Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/conv_relu.py' 2026-07-24T19:06:58.2219160Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/dropout.py' 2026-07-24T19:06:58.2219400Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/flatten.py' 2026-07-24T19:06:58.2219580Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/linear.py' 2026-07-24T19:06:58.2219760Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/op_base.py' 2026-07-24T19:06:58.2219930Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/ops.py' 2026-07-24T19:06:58.2220100Z 2026-07-24 19:06:58,106 [INFO] adding 'executorch/backends/example/example_operators/utils.py' 2026-07-24T19:06:58.2220230Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/__init__.py' 2026-07-24T19:06:58.2220380Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/partitioner.py' 2026-07-24T19:06:58.2220530Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/preprocess.py' 2026-07-24T19:06:58.2220670Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/_passes/__init__.py' 2026-07-24T19:06:58.2220910Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2026-07-24T19:06:58.2221070Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/quantizer/__init__.py' 2026-07-24T19:06:58.2221220Z 2026-07-24 19:06:58,107 [INFO] adding 'executorch/backends/mediatek/quantizer/annotator.py' 2026-07-24T19:06:58.2221380Z 2026-07-24 19:06:58,108 [INFO] adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2026-07-24T19:06:58.2221550Z 2026-07-24 19:06:58,108 [INFO] adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2026-07-24T19:06:58.2221670Z 2026-07-24 19:06:58,108 [INFO] adding 'executorch/backends/mlx/__init__.py' 2026-07-24T19:06:58.2221860Z 2026-07-24 19:06:58,108 [INFO] adding 'executorch/backends/mlx/_generated_inspector.py' 2026-07-24T19:06:58.2221990Z 2026-07-24 19:06:58,108 [INFO] adding 'executorch/backends/mlx/_logging.py' 2026-07-24T19:06:58.2222120Z 2026-07-24 19:06:58,109 [INFO] adding 'executorch/backends/mlx/custom_ops.py' 2026-07-24T19:06:58.2222230Z 2026-07-24 19:06:58,112 [INFO] adding 'executorch/backends/mlx/ops.py' 2026-07-24T19:06:58.2222360Z 2026-07-24 19:06:58,112 [INFO] adding 'executorch/backends/mlx/partitioner.py' 2026-07-24T19:06:58.2222480Z 2026-07-24 19:06:58,112 [INFO] adding 'executorch/backends/mlx/passes.py' 2026-07-24T19:06:58.2222670Z 2026-07-24 19:06:58,113 [INFO] adding 'executorch/backends/mlx/pattern_utils.py' 2026-07-24T19:06:58.2222880Z 2026-07-24 19:06:58,113 [INFO] adding 'executorch/backends/mlx/patterns.py' 2026-07-24T19:06:58.2223010Z 2026-07-24 19:06:58,114 [INFO] adding 'executorch/backends/mlx/preprocess.py' 2026-07-24T19:06:58.2223150Z 2026-07-24 19:06:58,114 [INFO] adding 'executorch/backends/mlx/pte_inspector.py' 2026-07-24T19:06:58.2223290Z 2026-07-24 19:06:58,115 [INFO] adding 'executorch/backends/mlx/builder/__init__.py' 2026-07-24T19:06:58.2223430Z 2026-07-24 19:06:58,115 [INFO] adding 'executorch/backends/mlx/builder/op_helpers.py' 2026-07-24T19:06:58.2223580Z 2026-07-24 19:06:58,116 [INFO] adding 'executorch/backends/mlx/builder/op_registry.py' 2026-07-24T19:06:58.2223740Z 2026-07-24 19:06:58,116 [INFO] adding 'executorch/backends/mlx/builder/pattern_matcher.py' 2026-07-24T19:06:58.2223890Z 2026-07-24 19:06:58,117 [INFO] adding 'executorch/backends/mlx/builder/program_builder.py' 2026-07-24T19:06:58.2224040Z 2026-07-24 19:06:58,117 [INFO] adding 'executorch/backends/mlx/builder/slot_manager.py' 2026-07-24T19:06:58.2224210Z 2026-07-24 19:06:58,117 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/__init__.py' 2026-07-24T19:06:58.2224490Z 2026-07-24 19:06:58,118 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gated_delta_rule.py' 2026-07-24T19:06:58.2224670Z 2026-07-24 19:06:58,118 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/tq4_compress.py' 2026-07-24T19:06:58.2224870Z 2026-07-24 19:06:58,118 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/tq_dequant.py' 2026-07-24T19:06:58.2225030Z 2026-07-24 19:06:58,118 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/tq_norm.py' 2026-07-24T19:06:58.2225210Z 2026-07-24 19:06:58,118 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/__init__.py' 2026-07-24T19:06:58.2225390Z 2026-07-24 19:06:58,119 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/patterns.py' 2026-07-24T19:06:58.2225580Z 2026-07-24 19:06:58,119 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/__init__.py' 2026-07-24T19:06:58.2225760Z 2026-07-24 19:06:58,119 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/common.py' 2026-07-24T19:06:58.2225960Z 2026-07-24 19:06:58,119 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding.py' 2026-07-24T19:06:58.2226180Z 2026-07-24 19:06:58,119 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/embedding_mlx_native.py' 2026-07-24T19:06:58.2226370Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear.py' 2026-07-24T19:06:58.2226580Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/linear_mlx_native.py' 2026-07-24T19:06:58.2226780Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q4k/repack_mlx.py' 2026-07-24T19:06:58.2226970Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/__init__.py' 2026-07-24T19:06:58.2227150Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/common.py' 2026-07-24T19:06:58.2227350Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding.py' 2026-07-24T19:06:58.2227580Z 2026-07-24 19:06:58,120 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/embedding_mlx_native.py' 2026-07-24T19:06:58.2227770Z 2026-07-24 19:06:58,121 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear.py' 2026-07-24T19:06:58.2227990Z 2026-07-24 19:06:58,121 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/linear_mlx_native.py' 2026-07-24T19:06:58.2228190Z 2026-07-24 19:06:58,121 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q5k/repack_mlx.py' 2026-07-24T19:06:58.2228380Z 2026-07-24 19:06:58,121 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/__init__.py' 2026-07-24T19:06:58.2228640Z 2026-07-24 19:06:58,121 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/common.py' 2026-07-24T19:06:58.2228920Z 2026-07-24 19:06:58,122 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding.py' 2026-07-24T19:06:58.2229140Z 2026-07-24 19:06:58,122 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/embedding_mlx_native.py' 2026-07-24T19:06:58.2229330Z 2026-07-24 19:06:58,122 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear.py' 2026-07-24T19:06:58.2229550Z 2026-07-24 19:06:58,122 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/linear_mlx_native.py' 2026-07-24T19:06:58.2229750Z 2026-07-24 19:06:58,122 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/q6k/repack_mlx.py' 2026-07-24T19:06:58.2229940Z 2026-07-24 19:06:58,123 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/test/__init__.py' 2026-07-24T19:06:58.2230160Z 2026-07-24 19:06:58,123 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/test/test_embedding.py' 2026-07-24T19:06:58.2230360Z 2026-07-24 19:06:58,123 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/gguf/test/test_linear.py' 2026-07-24T19:06:58.2230630Z 2026-07-24 19:06:58,123 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/test/__init__.py' 2026-07-24T19:06:58.2230860Z 2026-07-24 19:06:58,124 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/test/test_gated_delta_rule.py' 2026-07-24T19:06:58.2231120Z 2026-07-24 19:06:58,124 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/test/test_tq4_compress.py' 2026-07-24T19:06:58.2231320Z 2026-07-24 19:06:58,124 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/test/test_tq_dequant.py' 2026-07-24T19:06:58.2231520Z 2026-07-24 19:06:58,124 [INFO] adding 'executorch/backends/mlx/custom_kernel_ops/test/test_tq_norm.py' 2026-07-24T19:06:58.2231660Z 2026-07-24 19:06:58,124 [INFO] adding 'executorch/backends/mlx/examples/__init__.py' 2026-07-24T19:06:58.2231810Z 2026-07-24 19:06:58,125 [INFO] adding 'executorch/backends/mlx/examples/llm/__init__.py' 2026-07-24T19:06:58.2231990Z 2026-07-24 19:06:58,125 [INFO] adding 'executorch/backends/mlx/examples/llm/export_llm_hf.py' 2026-07-24T19:06:58.2232150Z 2026-07-24 19:06:58,125 [INFO] adding 'executorch/backends/mlx/examples/llm/run_llm_hf.py' 2026-07-24T19:06:58.2232310Z 2026-07-24 19:06:58,125 [INFO] adding 'executorch/backends/mlx/examples/voxtral/__init__.py' 2026-07-24T19:06:58.2232510Z 2026-07-24 19:06:58,125 [INFO] adding 'executorch/backends/mlx/examples/voxtral/export_voxtral_hf.py' 2026-07-24T19:06:58.2232670Z 2026-07-24 19:06:58,126 [INFO] adding 'executorch/backends/mlx/examples/whisper/__init__.py' 2026-07-24T19:06:58.2232820Z 2026-07-24 19:06:58,126 [INFO] adding 'executorch/backends/mlx/examples/whisper/args.py' 2026-07-24T19:06:58.2233010Z 2026-07-24 19:06:58,126 [INFO] adding 'executorch/backends/mlx/examples/whisper/export_whisper.py' 2026-07-24T19:06:58.2233190Z 2026-07-24 19:06:58,126 [INFO] adding 'executorch/backends/mlx/examples/whisper/run_whisper.py' 2026-07-24T19:06:58.2233320Z 2026-07-24 19:06:58,126 [INFO] adding 'executorch/backends/mlx/llm/__init__.py' 2026-07-24T19:06:58.2233450Z 2026-07-24 19:06:58,127 [INFO] adding 'executorch/backends/mlx/llm/cache.py' 2026-07-24T19:06:58.2233600Z 2026-07-24 19:06:58,127 [INFO] adding 'executorch/backends/mlx/llm/et_attention.py' 2026-07-24T19:06:58.2233750Z 2026-07-24 19:06:58,127 [INFO] adding 'executorch/backends/mlx/llm/hf_attention.py' 2026-07-24T19:06:58.2233900Z 2026-07-24 19:06:58,128 [INFO] adding 'executorch/backends/mlx/llm/quantization.py' 2026-07-24T19:06:58.2234030Z 2026-07-24 19:06:58,128 [INFO] adding 'executorch/backends/mlx/llm/sampling.py' 2026-07-24T19:06:58.2234210Z 2026-07-24 19:06:58,128 [INFO] adding 'executorch/backends/mlx/llm/source_transformation.py' 2026-07-24T19:06:58.2234340Z 2026-07-24 19:06:58,128 [INFO] adding 'executorch/backends/mlx/llm/switch.py' 2026-07-24T19:06:58.2234570Z 2026-07-24 19:06:58,129 [INFO] adding 'executorch/backends/mlx/llm/turboquant_cache.py' 2026-07-24T19:06:58.2234830Z 2026-07-24 19:06:58,129 [INFO] adding 'executorch/backends/mlx/serialization/__init__.py' 2026-07-24T19:06:58.2235040Z 2026-07-24 19:06:58,130 [INFO] adding 'executorch/backends/mlx/serialization/_generated_serializers.py' 2026-07-24T19:06:58.2235200Z 2026-07-24 19:06:58,131 [INFO] adding 'executorch/backends/mlx/serialization/generate.py' 2026-07-24T19:06:58.2235380Z 2026-07-24 19:06:58,132 [INFO] adding 'executorch/backends/mlx/serialization/mlx_graph_schema.py' 2026-07-24T19:06:58.2235580Z 2026-07-24 19:06:58,132 [INFO] adding 'executorch/backends/mlx/serialization/mlx_graph_serialize.py' 2026-07-24T19:06:58.2235740Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/schema.fbs' 2026-07-24T19:06:58.2235930Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/_generated/__init__.py' 2026-07-24T19:06:58.2236180Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ARangeNode.py' 2026-07-24T19:06:58.2236410Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AbsNode.py' 2026-07-24T19:06:58.2236740Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AddIntNode.py' 2026-07-24T19:06:58.2236970Z 2026-07-24 19:06:58,133 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AddNode.py' 2026-07-24T19:06:58.2237220Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AddmmNode.py' 2026-07-24T19:06:58.2237460Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AllNode.py' 2026-07-24T19:06:58.2237680Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AnyNode.py' 2026-07-24T19:06:58.2237910Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccosNode.py' 2026-07-24T19:06:58.2238150Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArccoshNode.py' 2026-07-24T19:06:58.2238380Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinNode.py' 2026-07-24T19:06:58.2238620Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArcsinhNode.py' 2026-07-24T19:06:58.2238850Z 2026-07-24 19:06:58,134 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanNode.py' 2026-07-24T19:06:58.2239080Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArctanhNode.py' 2026-07-24T19:06:58.2239340Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgPartitionNode.py' 2026-07-24T19:06:58.2239570Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgmaxNode.py' 2026-07-24T19:06:58.2239810Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgminNode.py' 2026-07-24T19:06:58.2240050Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ArgsortNode.py' 2026-07-24T19:06:58.2240300Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AsStridedNode.py' 2026-07-24T19:06:58.2240540Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/AsTypeNode.py' 2026-07-24T19:06:58.2240770Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Atan2Node.py' 2026-07-24T19:06:58.2241040Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseAndNode.py' 2026-07-24T19:06:58.2241380Z 2026-07-24 19:06:58,135 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseInvertNode.py' 2026-07-24T19:06:58.2241720Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseOrNode.py' 2026-07-24T19:06:58.2241980Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/BitwiseXorNode.py' 2026-07-24T19:06:58.2242230Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/BroadcastToNode.py' 2026-07-24T19:06:58.2242460Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/CeilNode.py' 2026-07-24T19:06:58.2242690Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ClipNode.py' 2026-07-24T19:06:58.2242930Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ConcatenateNode.py' 2026-07-24T19:06:58.2243190Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ContiguousNode.py' 2026-07-24T19:06:58.2243430Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv1DNode.py' 2026-07-24T19:06:58.2243730Z 2026-07-24 19:06:58,136 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv2DNode.py' 2026-07-24T19:06:58.2244030Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Conv3DNode.py' 2026-07-24T19:06:58.2244300Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose1DNode.py' 2026-07-24T19:06:58.2244570Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose2DNode.py' 2026-07-24T19:06:58.2244830Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ConvTranspose3DNode.py' 2026-07-24T19:06:58.2245060Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/CosNode.py' 2026-07-24T19:06:58.2245290Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/CoshNode.py' 2026-07-24T19:06:58.2245680Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/CumsumNode.py' 2026-07-24T19:06:58.2246000Z 2026-07-24 19:06:58,137 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/DequantizeNode.py' 2026-07-24T19:06:58.2246250Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/DivideNode.py' 2026-07-24T19:06:58.2246470Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/EqualNode.py' 2026-07-24T19:06:58.2246700Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ErfNode.py' 2026-07-24T19:06:58.2246920Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpNode.py' 2026-07-24T19:06:58.2247180Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ExpandDimsNode.py' 2026-07-24T19:06:58.2247400Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Expm1Node.py' 2026-07-24T19:06:58.2247630Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FloatOrVid.py' 2026-07-24T19:06:58.2247890Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideIntNode.py' 2026-07-24T19:06:58.2248140Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorDivideNode.py' 2026-07-24T19:06:58.2248460Z 2026-07-24 19:06:58,138 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FloorNode.py' 2026-07-24T19:06:58.2248710Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FullLikeNode.py' 2026-07-24T19:06:58.2249100Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/FullNode.py' 2026-07-24T19:06:58.2252600Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherMmNode.py' 2026-07-24T19:06:58.2252840Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherNode.py' 2026-07-24T19:06:58.2253090Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GatherQmmNode.py' 2026-07-24T19:06:58.2253320Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GeluNode.py' 2026-07-24T19:06:58.2253580Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterEqualNode.py' 2026-07-24T19:06:58.2253810Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/GreaterNode.py' 2026-07-24T19:06:58.2254210Z 2026-07-24 19:06:58,139 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/IdCopyNode.py' 2026-07-24T19:06:58.2254440Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/IfNode.py' 2026-07-24T19:06:58.2254730Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/IndexCopyNode.py' 2026-07-24T19:06:58.2254970Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Instruction.py' 2026-07-24T19:06:58.2255230Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/InstructionChain.py' 2026-07-24T19:06:58.2255460Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVid.py' 2026-07-24T19:06:58.2255690Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/IntOrVidOrTid.py' 2026-07-24T19:06:58.2255930Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ItemIntNode.py' 2026-07-24T19:06:58.2256180Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LayerNormNode.py' 2026-07-24T19:06:58.2256420Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LessEqualNode.py' 2026-07-24T19:06:58.2256650Z 2026-07-24 19:06:58,140 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LessNode.py' 2026-07-24T19:06:58.2256880Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Log10Node.py' 2026-07-24T19:06:58.2257100Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Log1pNode.py' 2026-07-24T19:06:58.2257320Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Log2Node.py' 2026-07-24T19:06:58.2257570Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogAddExpNode.py' 2026-07-24T19:06:58.2257800Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogNode.py' 2026-07-24T19:06:58.2258040Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogSumExpNode.py' 2026-07-24T19:06:58.2258280Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalAndNode.py' 2026-07-24T19:06:58.2258530Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalNotNode.py' 2026-07-24T19:06:58.2258860Z 2026-07-24 19:06:58,141 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/LogicalOrNode.py' 2026-07-24T19:06:58.2259180Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MLXGraph.py' 2026-07-24T19:06:58.2259410Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MaxNode.py' 2026-07-24T19:06:58.2259660Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MaximumNode.py' 2026-07-24T19:06:58.2259890Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MeanNode.py' 2026-07-24T19:06:58.2260130Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MedianNode.py' 2026-07-24T19:06:58.2260390Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MetalKernelNode.py' 2026-07-24T19:06:58.2260630Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MinNode.py' 2026-07-24T19:06:58.2260870Z 2026-07-24 19:06:58,142 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MinimumNode.py' 2026-07-24T19:06:58.2261210Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ModIntNode.py' 2026-07-24T19:06:58.2261470Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyIntNode.py' 2026-07-24T19:06:58.2261850Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/MultiplyNode.py' 2026-07-24T19:06:58.2262090Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/NamedSlot.py' 2026-07-24T19:06:58.2262320Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/NegNode.py' 2026-07-24T19:06:58.2262540Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/NoopNode.py' 2026-07-24T19:06:58.2262780Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/NotEqualNode.py' 2026-07-24T19:06:58.2263000Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/OpNode.py' 2026-07-24T19:06:58.2263220Z 2026-07-24 19:06:58,143 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/PadNode.py' 2026-07-24T19:06:58.2263470Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/PartitionNode.py' 2026-07-24T19:06:58.2263710Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/PowerNode.py' 2026-07-24T19:06:58.2263930Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ProdNode.py' 2026-07-24T19:06:58.2264190Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/QuantizedMatmulNode.py' 2026-07-24T19:06:58.2264420Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RMSNormNode.py' 2026-07-24T19:06:58.2264660Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RandomBitsNode.py' 2026-07-24T19:06:58.2264900Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ReciprocalNode.py' 2026-07-24T19:06:58.2265140Z 2026-07-24 19:06:58,144 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RemainderNode.py' 2026-07-24T19:06:58.2265380Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RepeatNode.py' 2026-07-24T19:06:58.2265620Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ReshapeNode.py' 2026-07-24T19:06:58.2265900Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RollNode.py' 2026-07-24T19:06:58.2266210Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RopeNode.py' 2026-07-24T19:06:58.2266460Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RoundNode.py' 2026-07-24T19:06:58.2266690Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/RsqrtNode.py' 2026-07-24T19:06:58.2266910Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ScanNode.py' 2026-07-24T19:06:58.2267160Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ScatterAddNode.py' 2026-07-24T19:06:58.2267400Z 2026-07-24 19:06:58,145 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SdpaNode.py' 2026-07-24T19:06:58.2267630Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/ShapeDim.py' 2026-07-24T19:06:58.2267870Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SigmoidNode.py' 2026-07-24T19:06:58.2268180Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SignNode.py' 2026-07-24T19:06:58.2268420Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SiluNode.py' 2026-07-24T19:06:58.2268690Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SinNode.py' 2026-07-24T19:06:58.2268920Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SinhNode.py' 2026-07-24T19:06:58.2269160Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceNode.py' 2026-07-24T19:06:58.2269420Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SliceUpdateNode.py' 2026-07-24T19:06:58.2269640Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotType.py' 2026-07-24T19:06:58.2269890Z 2026-07-24 19:06:58,146 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SlotVariant.py' 2026-07-24T19:06:58.2270140Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SoftmaxNode.py' 2026-07-24T19:06:58.2270370Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SortNode.py' 2026-07-24T19:06:58.2270590Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SplitNode.py' 2026-07-24T19:06:58.2270820Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SqrtNode.py' 2026-07-24T19:06:58.2271050Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SquareNode.py' 2026-07-24T19:06:58.2271290Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SqueezeNode.py' 2026-07-24T19:06:58.2271510Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/StackNode.py' 2026-07-24T19:06:58.2271730Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/StdNode.py' 2026-07-24T19:06:58.2271970Z 2026-07-24 19:06:58,147 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractIntNode.py' 2026-07-24T19:06:58.2272200Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SubtractNode.py' 2026-07-24T19:06:58.2272420Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SumNode.py' 2026-07-24T19:06:58.2272700Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/SymSizeNode.py' 2026-07-24T19:06:58.2273030Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeAlongAxisNode.py' 2026-07-24T19:06:58.2273260Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TakeNode.py' 2026-07-24T19:06:58.2273490Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TanNode.py' 2026-07-24T19:06:58.2273700Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TanhNode.py' 2026-07-24T19:06:58.2273930Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TensorMeta.py' 2026-07-24T19:06:58.2274140Z 2026-07-24 19:06:58,148 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Tid.py' 2026-07-24T19:06:58.2274360Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TileNode.py' 2026-07-24T19:06:58.2274600Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TransposeNode.py' 2026-07-24T19:06:58.2274910Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TriNode.py' 2026-07-24T19:06:58.2275140Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TrilNode.py' 2026-07-24T19:06:58.2275410Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/TriuNode.py' 2026-07-24T19:06:58.2275630Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/VarNode.py' 2026-07-24T19:06:58.2275840Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/Vid.py' 2026-07-24T19:06:58.2276070Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/VidOrTid.py' 2026-07-24T19:06:58.2276300Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/WhereNode.py' 2026-07-24T19:06:58.2276530Z 2026-07-24 19:06:58,149 [INFO] adding 'executorch/backends/mlx/serialization/_generated/mlx_delegate/__init__.py' 2026-07-24T19:06:58.2276670Z 2026-07-24 19:06:58,150 [INFO] adding 'executorch/backends/mlx/test/__init__.py' 2026-07-24T19:06:58.2276860Z 2026-07-24 19:06:58,150 [INFO] adding 'executorch/backends/mlx/test/export_multi_thread_test_model.py' 2026-07-24T19:06:58.2277010Z 2026-07-24 19:06:58,150 [INFO] adding 'executorch/backends/mlx/test/run_all_tests.py' 2026-07-24T19:06:58.2277150Z 2026-07-24 19:06:58,153 [INFO] adding 'executorch/backends/mlx/test/test_ops.py' 2026-07-24T19:06:58.2277320Z 2026-07-24 19:06:58,153 [INFO] adding 'executorch/backends/mlx/test/test_partitioner.py' 2026-07-24T19:06:58.2277460Z 2026-07-24 19:06:58,154 [INFO] adding 'executorch/backends/mlx/test/test_passes.py' 2026-07-24T19:06:58.2277620Z 2026-07-24 19:06:58,154 [INFO] adding 'executorch/backends/mlx/test/test_pattern_utils.py' 2026-07-24T19:06:58.2277780Z 2026-07-24 19:06:58,154 [INFO] adding 'executorch/backends/mlx/test/test_quant_regroup.py' 2026-07-24T19:06:58.2277930Z 2026-07-24 19:06:58,155 [INFO] adding 'executorch/backends/mlx/test/test_sample.py' 2026-07-24T19:06:58.2278110Z 2026-07-24 19:06:58,155 [INFO] adding 'executorch/backends/mlx/test/test_serialization_dedup.py' 2026-07-24T19:06:58.2278280Z 2026-07-24 19:06:58,155 [INFO] adding 'executorch/backends/mlx/test/test_slot_recycling.py' 2026-07-24T19:06:58.2278420Z 2026-07-24 19:06:58,156 [INFO] adding 'executorch/backends/mlx/test/test_utils.py' 2026-07-24T19:06:58.2278550Z 2026-07-24 19:06:58,156 [INFO] adding 'executorch/backends/mlx/test/tester.py' 2026-07-24T19:06:58.2278760Z 2026-07-24 19:06:58,156 [INFO] adding 'executorch/backends/mlx/third-party/mlx/setup.py' 2026-07-24T19:06:58.2278990Z 2026-07-24 19:06:58,156 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/numpy/single_ops.py' 2026-07-24T19:06:58.2279290Z 2026-07-24 19:06:58,156 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/numpy/time_utils.py' 2026-07-24T19:06:58.2279540Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/batch_matmul_bench.py' 2026-07-24T19:06:58.2279780Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/block_masked_mm_bench.py' 2026-07-24T19:06:58.2280010Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/compile_bench.py' 2026-07-24T19:06:58.2280230Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv1d_bench.py' 2026-07-24T19:06:58.2280460Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_bench_cpu.py' 2026-07-24T19:06:58.2280710Z 2026-07-24 19:06:58,157 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_train_bench_cpu.py' 2026-07-24T19:06:58.2281080Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv2d_transpose_bench_cpu.py' 2026-07-24T19:06:58.2281310Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench.py' 2026-07-24T19:06:58.2281580Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_bench_cpu.py' 2026-07-24T19:06:58.2281830Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_train_bench_cpu.py' 2026-07-24T19:06:58.2282100Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv3d_transpose_bench_cpu.py' 2026-07-24T19:06:58.2282320Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_bench.py' 2026-07-24T19:06:58.2282560Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_transpose_bench.py' 2026-07-24T19:06:58.2282800Z 2026-07-24 19:06:58,158 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/conv_unaligned_bench.py' 2026-07-24T19:06:58.2283040Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/distributed_bench.py' 2026-07-24T19:06:58.2283270Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/einsum_bench.py' 2026-07-24T19:06:58.2283480Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/fft_bench.py' 2026-07-24T19:06:58.2283700Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_bench.py' 2026-07-24T19:06:58.2283930Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_mm_bench.py' 2026-07-24T19:06:58.2284170Z 2026-07-24 19:06:58,159 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/gather_qmm_bench.py' 2026-07-24T19:06:58.2284400Z 2026-07-24 19:06:58,160 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/hadamard_bench.py' 2026-07-24T19:06:58.2284630Z 2026-07-24 19:06:58,160 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/large_gemm_bench.py' 2026-07-24T19:06:58.2284860Z 2026-07-24 19:06:58,161 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/layer_norm_bench.py' 2026-07-24T19:06:58.2285090Z 2026-07-24 19:06:58,161 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/masked_scatter.py' 2026-07-24T19:06:58.2285310Z 2026-07-24 19:06:58,161 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/rms_norm_bench.py' 2026-07-24T19:06:58.2285590Z 2026-07-24 19:06:58,161 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/rope_bench.py' 2026-07-24T19:06:58.2285970Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/scatter_bench.py' 2026-07-24T19:06:58.2286190Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_bench.py' 2026-07-24T19:06:58.2286430Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/sdpa_vector_bench.py' 2026-07-24T19:06:58.2286660Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/segmented_mm_bench.py' 2026-07-24T19:06:58.2286880Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/single_ops.py' 2026-07-24T19:06:58.2287120Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/slice_update_bench.py' 2026-07-24T19:06:58.2287350Z 2026-07-24 19:06:58,162 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/synchronize_bench.py' 2026-07-24T19:06:58.2287570Z 2026-07-24 19:06:58,163 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/time_utils.py' 2026-07-24T19:06:58.2287880Z 2026-07-24 19:06:58,163 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemm.py' 2026-07-24T19:06:58.2288120Z 2026-07-24 19:06:58,163 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/blas/bench_gemv.py' 2026-07-24T19:06:58.2291190Z 2026-07-24 19:06:58,163 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_mlx.py' 2026-07-24T19:06:58.2291460Z 2026-07-24 19:06:58,163 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/bench_torch.py' 2026-07-24T19:06:58.2291710Z 2026-07-24 19:06:58,164 [INFO] adding 'executorch/backends/mlx/third-party/mlx/benchmarks/python/comparative/compare.py' 2026-07-24T19:06:58.2291880Z 2026-07-24 19:06:58,164 [INFO] adding 'executorch/backends/mlx/third-party/mlx/docs/src/conf.py' 2026-07-24T19:06:58.2292090Z 2026-07-24 19:06:58,164 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/export/eval_mlp.py' 2026-07-24T19:06:58.2292310Z 2026-07-24 19:06:58,165 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/export/train_mlp.py' 2026-07-24T19:06:58.2292510Z 2026-07-24 19:06:58,165 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/extensions/setup.py' 2026-07-24T19:06:58.2292730Z 2026-07-24 19:06:58,165 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/extensions/test.py' 2026-07-24T19:06:58.2293030Z 2026-07-24 19:06:58,165 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/extensions/mlx_sample_extensions/__init__.py' 2026-07-24T19:06:58.2293270Z 2026-07-24 19:06:58,166 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/python/linear_regression.py' 2026-07-24T19:06:58.2293510Z 2026-07-24 19:06:58,166 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/python/logistic_regression.py' 2026-07-24T19:06:58.2293720Z 2026-07-24 19:06:58,167 [INFO] adding 'executorch/backends/mlx/third-party/mlx/examples/python/qqmm.py' 2026-07-24T19:06:58.2293920Z 2026-07-24 19:06:58,167 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/__main__.py' 2026-07-24T19:06:58.2294130Z 2026-07-24 19:06:58,167 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/_reprlib_fix.py' 2026-07-24T19:06:58.2294330Z 2026-07-24 19:06:58,168 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/extension.py' 2026-07-24T19:06:58.2294520Z 2026-07-24 19:06:58,168 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/py.typed' 2026-07-24T19:06:58.2294710Z 2026-07-24 19:06:58,168 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/utils.py' 2026-07-24T19:06:58.2294970Z 2026-07-24 19:06:58,169 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/common.py' 2026-07-24T19:06:58.2295280Z 2026-07-24 19:06:58,170 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/config.py' 2026-07-24T19:06:58.2295590Z 2026-07-24 19:06:58,171 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/_distributed_utils/launch.py' 2026-07-24T19:06:58.2295800Z 2026-07-24 19:06:58,171 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/__init__.py' 2026-07-24T19:06:58.2296000Z 2026-07-24 19:06:58,171 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/init.py' 2026-07-24T19:06:58.2296210Z 2026-07-24 19:06:58,172 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/losses.py' 2026-07-24T19:06:58.2296400Z 2026-07-24 19:06:58,172 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/utils.py' 2026-07-24T19:06:58.2296620Z 2026-07-24 19:06:58,172 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/__init__.py' 2026-07-24T19:06:58.2296860Z 2026-07-24 19:06:58,172 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/activations.py' 2026-07-24T19:06:58.2297080Z 2026-07-24 19:06:58,173 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/base.py' 2026-07-24T19:06:58.2297410Z 2026-07-24 19:06:58,173 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/containers.py' 2026-07-24T19:06:58.2297660Z 2026-07-24 19:06:58,173 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution.py' 2026-07-24T19:06:58.2297990Z 2026-07-24 19:06:58,173 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/convolution_transpose.py' 2026-07-24T19:06:58.2298230Z 2026-07-24 19:06:58,173 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/distributed.py' 2026-07-24T19:06:58.2298460Z 2026-07-24 19:06:58,174 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/dropout.py' 2026-07-24T19:06:58.2298690Z 2026-07-24 19:06:58,174 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/embedding.py' 2026-07-24T19:06:58.2298920Z 2026-07-24 19:06:58,174 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/linear.py' 2026-07-24T19:06:58.2299170Z 2026-07-24 19:06:58,174 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/normalization.py' 2026-07-24T19:06:58.2299390Z 2026-07-24 19:06:58,174 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/pooling.py' 2026-07-24T19:06:58.2299650Z 2026-07-24 19:06:58,175 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/positional_encoding.py' 2026-07-24T19:06:58.2299890Z 2026-07-24 19:06:58,175 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/quantized.py' 2026-07-24T19:06:58.2300120Z 2026-07-24 19:06:58,175 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/recurrent.py' 2026-07-24T19:06:58.2300360Z 2026-07-24 19:06:58,175 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/transformer.py' 2026-07-24T19:06:58.3860160Z 2026-07-24 19:06:58,176 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/nn/layers/upsample.py' 2026-07-24T19:06:58.3932960Z 2026-07-24 19:06:58,176 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/__init__.py' 2026-07-24T19:06:58.3952920Z 2026-07-24 19:06:58,176 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/optimizers.py' 2026-07-24T19:06:58.3955830Z 2026-07-24 19:06:58,176 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/mlx/optimizers/schedulers.py' 2026-07-24T19:06:58.3957220Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/__main__.py' 2026-07-24T19:06:58.3963360Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/mlx_distributed_tests.py' 2026-07-24T19:06:58.3965350Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/mlx_tests.py' 2026-07-24T19:06:58.3967200Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/mpi_test_distributed.py' 2026-07-24T19:06:58.3967760Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/nccl_test_distributed.py' 2026-07-24T19:06:58.3968310Z 2026-07-24 19:06:58,177 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/ring_test_distributed.py' 2026-07-24T19:06:58.3968840Z 2026-07-24 19:06:58,179 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_array.py' 2026-07-24T19:06:58.3969330Z 2026-07-24 19:06:58,180 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_autograd.py' 2026-07-24T19:06:58.3977060Z 2026-07-24 19:06:58,180 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_bf16.py' 2026-07-24T19:06:58.3977570Z 2026-07-24 19:06:58,181 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_blas.py' 2026-07-24T19:06:58.3978060Z 2026-07-24 19:06:58,182 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_compile.py' 2026-07-24T19:06:58.3978730Z 2026-07-24 19:06:58,182 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_constants.py' 2026-07-24T19:06:58.3979230Z 2026-07-24 19:06:58,182 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_conv.py' 2026-07-24T19:06:58.3979820Z 2026-07-24 19:06:58,183 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_conv_transpose.py' 2026-07-24T19:06:58.3980330Z 2026-07-24 19:06:58,183 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_device.py' 2026-07-24T19:06:58.3980820Z 2026-07-24 19:06:58,183 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_double.py' 2026-07-24T19:06:58.3981300Z 2026-07-24 19:06:58,183 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_einsum.py' 2026-07-24T19:06:58.3981780Z 2026-07-24 19:06:58,183 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_eval.py' 2026-07-24T19:06:58.3982280Z 2026-07-24 19:06:58,184 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_export_import.py' 2026-07-24T19:06:58.3982780Z 2026-07-24 19:06:58,185 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_fast.py' 2026-07-24T19:06:58.3983270Z 2026-07-24 19:06:58,185 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_fast_sdpa.py' 2026-07-24T19:06:58.3983760Z 2026-07-24 19:06:58,186 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_fft.py' 2026-07-24T19:06:58.3984230Z 2026-07-24 19:06:58,186 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_graph.py' 2026-07-24T19:06:58.3984700Z 2026-07-24 19:06:58,186 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_init.py' 2026-07-24T19:06:58.3985180Z 2026-07-24 19:06:58,187 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_linalg.py' 2026-07-24T19:06:58.3985660Z 2026-07-24 19:06:58,187 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_load.py' 2026-07-24T19:06:58.3986140Z 2026-07-24 19:06:58,187 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_losses.py' 2026-07-24T19:06:58.3986620Z 2026-07-24 19:06:58,187 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_memory.py' 2026-07-24T19:06:58.3987160Z 2026-07-24 19:06:58,189 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_nn.py' 2026-07-24T19:06:58.3987630Z 2026-07-24 19:06:58,191 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_ops.py' 2026-07-24T19:06:58.3988110Z 2026-07-24 19:06:58,192 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_optimizers.py' 2026-07-24T19:06:58.3988660Z 2026-07-24 19:06:58,192 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_quantized.py' 2026-07-24T19:06:58.3989230Z 2026-07-24 19:06:58,193 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_random.py' 2026-07-24T19:06:58.3992160Z 2026-07-24 19:06:58,193 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_reduce.py' 2026-07-24T19:06:58.3993570Z 2026-07-24 19:06:58,193 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_threads.py' 2026-07-24T19:06:58.3994760Z 2026-07-24 19:06:58,193 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_tree.py' 2026-07-24T19:06:58.4001630Z 2026-07-24 19:06:58,193 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_upsample.py' 2026-07-24T19:06:58.4005840Z 2026-07-24 19:06:58,194 [INFO] adding 'executorch/backends/mlx/third-party/mlx/python/tests/test_vmap.py' 2026-07-24T19:06:58.4006390Z 2026-07-24 19:06:58,194 [INFO] adding 'executorch/backends/nxp/__init__.py' 2026-07-24T19:06:58.4006800Z 2026-07-24 19:06:58,194 [INFO] adding 'executorch/backends/nxp/neutron_node_extraction.py' 2026-07-24T19:06:58.4007210Z 2026-07-24 19:06:58,195 [INFO] adding 'executorch/backends/nxp/neutron_partitioner.py' 2026-07-24T19:06:58.4007820Z 2026-07-24 19:06:58,195 [INFO] adding 'executorch/backends/nxp/nxp_backend.py' 2026-07-24T19:06:58.4008230Z 2026-07-24 19:06:58,195 [INFO] adding 'executorch/backends/nxp/aten_passes/convert_1d_conv_to_2d.py' 2026-07-24T19:06:58.4008750Z 2026-07-24 19:06:58,196 [INFO] adding 'executorch/backends/nxp/aten_passes/convert_div_to_mul.py' 2026-07-24T19:06:58.4009230Z 2026-07-24 19:06:58,196 [INFO] adding 'executorch/backends/nxp/aten_passes/decompose_split_to_slices_pass.py' 2026-07-24T19:06:58.4009730Z 2026-07-24 19:06:58,196 [INFO] adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2026-07-24T19:06:58.4010240Z 2026-07-24 19:06:58,196 [INFO] adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2026-07-24T19:06:58.4010740Z 2026-07-24 19:06:58,196 [INFO] adding 'executorch/backends/nxp/aten_passes/fuse_linear_and_add_pass.py' 2026-07-24T19:06:58.4011240Z 2026-07-24 19:06:58,197 [INFO] adding 'executorch/backends/nxp/aten_passes/move_activation_before_concat.py' 2026-07-24T19:06:58.4011720Z 2026-07-24 19:06:58,197 [INFO] adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2026-07-24T19:06:58.4012210Z 2026-07-24 19:06:58,197 [INFO] adding 'executorch/backends/nxp/aten_passes/remove_nodes_with_known_outputs.py' 2026-07-24T19:06:58.4012700Z 2026-07-24 19:06:58,197 [INFO] adding 'executorch/backends/nxp/aten_passes/split_group_convolution.py' 2026-07-24T19:06:58.4013180Z 2026-07-24 19:06:58,197 [INFO] adding 'executorch/backends/nxp/aten_passes/split_gru_based_on_num_layers.py' 2026-07-24T19:06:58.4013710Z 2026-07-24 19:06:58,198 [INFO] adding 'executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/__init__.py' 2026-07-24T19:06:58.4014350Z 2026-07-24 19:06:58,198 [INFO] adding 'executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/add_simulated_linear_bn_fusion_qat_pass.py' 2026-07-24T19:06:58.4015090Z 2026-07-24 19:06:58,198 [INFO] adding 'executorch/backends/nxp/aten_passes/simulated_linear_bn_fusion_passes/remove_simulated_linear_bn_fusion_qat_pass.py' 2026-07-24T19:06:58.4015690Z 2026-07-24 19:06:58,198 [INFO] adding 'executorch/backends/nxp/backend/custom_delegation_options.py' 2026-07-24T19:06:58.4016110Z 2026-07-24 19:06:58,198 [INFO] adding 'executorch/backends/nxp/backend/data_format.py' 2026-07-24T19:06:58.4016490Z 2026-07-24 19:06:58,199 [INFO] adding 'executorch/backends/nxp/backend/edge_helper.py' 2026-07-24T19:06:58.4016910Z 2026-07-24 19:06:58,199 [INFO] adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2026-07-24T19:06:58.4017310Z 2026-07-24 19:06:58,199 [INFO] adding 'executorch/backends/nxp/backend/graph_utils.py' 2026-07-24T19:06:58.4017860Z 2026-07-24 19:06:58,200 [INFO] adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2026-07-24T19:06:58.4018270Z 2026-07-24 19:06:58,200 [INFO] adding 'executorch/backends/nxp/backend/neutron_map.py' 2026-07-24T19:06:58.4018780Z 2026-07-24 19:06:58,200 [INFO] adding 'executorch/backends/nxp/backend/neutron_operator_support.py' 2026-07-24T19:06:58.4019210Z 2026-07-24 19:06:58,200 [INFO] adding 'executorch/backends/nxp/backend/neutron_target_spec.py' 2026-07-24T19:06:58.4019640Z 2026-07-24 19:06:58,201 [INFO] adding 'executorch/backends/nxp/backend/node_format_inference.py' 2026-07-24T19:06:58.4020070Z 2026-07-24 19:06:58,201 [INFO] adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2026-07-24T19:06:58.4020500Z 2026-07-24 19:06:58,201 [INFO] adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2026-07-24T19:06:58.4020900Z 2026-07-24 19:06:58,201 [INFO] adding 'executorch/backends/nxp/backend/ir/logger.py' 2026-07-24T19:06:58.4021300Z 2026-07-24 19:06:58,201 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2026-07-24T19:06:58.4021750Z 2026-07-24 19:06:58,202 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2026-07-24T19:06:58.4022400Z 2026-07-24 19:06:58,202 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2026-07-24T19:06:58.4022880Z 2026-07-24 19:06:58,202 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2026-07-24T19:06:58.4023400Z 2026-07-24 19:06:58,202 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2026-07-24T19:06:58.4023940Z 2026-07-24 19:06:58,202 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2026-07-24T19:06:58.4024490Z 2026-07-24 19:06:58,204 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2026-07-24T19:06:58.4025020Z 2026-07-24 19:06:58,204 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2026-07-24T19:06:58.4025640Z 2026-07-24 19:06:58,204 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2026-07-24T19:06:58.4026160Z 2026-07-24 19:06:58,204 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2026-07-24T19:06:58.4026660Z 2026-07-24 19:06:58,204 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2026-07-24T19:06:58.4027150Z 2026-07-24 19:06:58,205 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2026-07-24T19:06:58.4027660Z 2026-07-24 19:06:58,205 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2026-07-24T19:06:58.4028220Z 2026-07-24 19:06:58,205 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2026-07-24T19:06:58.4028840Z 2026-07-24 19:06:58,205 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/abs_converter.py' 2026-07-24T19:06:58.4029520Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/adaptive_avg_pool_2d_converter.py' 2026-07-24T19:06:58.4030230Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/add_tensor_converter.py' 2026-07-24T19:06:58.4030880Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2026-07-24T19:06:58.4031520Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amax_converter.py' 2026-07-24T19:06:58.4032150Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/amin_converter.py' 2026-07-24T19:06:58.4032920Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2026-07-24T19:06:58.4033680Z 2026-07-24 19:06:58,206 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/bmm_converter.py' 2026-07-24T19:06:58.4034370Z 2026-07-24 19:06:58,207 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/cat_converter.py' 2026-07-24T19:06:58.4035000Z 2026-07-24 19:06:58,207 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clamp_converter.py' 2026-07-24T19:06:58.4035640Z 2026-07-24 19:06:58,207 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/clone_converter.py' 2026-07-24T19:06:58.4036300Z 2026-07-24 19:06:58,207 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2026-07-24T19:06:58.4036980Z 2026-07-24 19:06:58,207 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2026-07-24T19:06:58.4037610Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/exp_converter.py' 2026-07-24T19:06:58.4038290Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/getitem_converter.py' 2026-07-24T19:06:58.4038950Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/hardtanh_converter.py' 2026-07-24T19:06:58.4039640Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/leaky_relu_converter.py' 2026-07-24T19:06:58.4040290Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/log_converter.py' 2026-07-24T19:06:58.4040970Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool2d_with_indices_converter.py' 2026-07-24T19:06:58.4041660Z 2026-07-24 19:06:58,208 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/maximum_converter.py' 2026-07-24T19:06:58.4042310Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mean_dim_converter.py' 2026-07-24T19:06:58.4042950Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/minimum_converter.py' 2026-07-24T19:06:58.4043600Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2026-07-24T19:06:58.4044230Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mul_tensor_converter.py' 2026-07-24T19:06:58.4044880Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/neg_converter.py' 2026-07-24T19:06:58.4045530Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2026-07-24T19:06:58.4046190Z 2026-07-24 19:06:58,209 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/prelu_converter.py' 2026-07-24T19:06:58.4046870Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2026-07-24T19:06:58.4047560Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2026-07-24T19:06:58.4048240Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2026-07-24T19:06:58.4048880Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py' 2026-07-24T19:06:58.4049590Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/slice_tensor_converter.py' 2026-07-24T19:06:58.4050290Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2026-07-24T19:06:58.4050950Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sub_tensor_converter.py' 2026-07-24T19:06:58.4051630Z 2026-07-24 19:06:58,210 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/sum_dim_int_list_converter.py' 2026-07-24T19:06:58.4052290Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/tanh_converter.py' 2026-07-24T19:06:58.4052960Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_bilinear2d_converter.py' 2026-07-24T19:06:58.4053680Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/upsample_nearest2d_converter.py' 2026-07-24T19:06:58.4054410Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2026-07-24T19:06:58.4055020Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2026-07-24T19:06:58.4055620Z 2026-07-24 19:06:58,211 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py' 2026-07-24T19:06:58.4056210Z 2026-07-24 19:06:58,212 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2026-07-24T19:06:58.4056790Z 2026-07-24 19:06:58,212 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2026-07-24T19:06:58.4057400Z 2026-07-24 19:06:58,212 [INFO] adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2026-07-24T19:06:58.4057910Z 2026-07-24 19:06:58,212 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2026-07-24T19:06:58.4058340Z 2026-07-24 19:06:58,212 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2026-07-24T19:06:58.4058790Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2026-07-24T19:06:58.4059280Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2026-07-24T19:06:58.4059770Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2026-07-24T19:06:58.4060220Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2026-07-24T19:06:58.4060670Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2026-07-24T19:06:58.4061140Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2026-07-24T19:06:58.4061690Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2026-07-24T19:06:58.4062200Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2026-07-24T19:06:58.4062710Z 2026-07-24 19:06:58,213 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2026-07-24T19:06:58.4063250Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2026-07-24T19:06:58.4063830Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2026-07-24T19:06:58.4070830Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2026-07-24T19:06:58.4071410Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2026-07-24T19:06:58.4072020Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2026-07-24T19:06:58.4072520Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2026-07-24T19:06:58.4072980Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2026-07-24T19:06:58.4073440Z 2026-07-24 19:06:58,214 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2026-07-24T19:06:58.4073910Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2026-07-24T19:06:58.4074390Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2026-07-24T19:06:58.4074870Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2026-07-24T19:06:58.4075340Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2026-07-24T19:06:58.4075790Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2026-07-24T19:06:58.4076320Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2026-07-24T19:06:58.4076820Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2026-07-24T19:06:58.4077380Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2026-07-24T19:06:58.4077860Z 2026-07-24 19:06:58,215 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2026-07-24T19:06:58.4078330Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2026-07-24T19:06:58.4078790Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2026-07-24T19:06:58.4079250Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2026-07-24T19:06:58.4079730Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2026-07-24T19:06:58.4080230Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2026-07-24T19:06:58.4080710Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2026-07-24T19:06:58.4081200Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2026-07-24T19:06:58.4081700Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2026-07-24T19:06:58.4082210Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2026-07-24T19:06:58.4082680Z 2026-07-24 19:06:58,216 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2026-07-24T19:06:58.4083160Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2026-07-24T19:06:58.4083630Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2026-07-24T19:06:58.4084080Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2026-07-24T19:06:58.4084570Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2026-07-24T19:06:58.4085120Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2026-07-24T19:06:58.4085630Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2026-07-24T19:06:58.4086150Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2026-07-24T19:06:58.4086640Z 2026-07-24 19:06:58,217 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2026-07-24T19:06:58.4087130Z 2026-07-24 19:06:58,218 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2026-07-24T19:06:58.4087600Z 2026-07-24 19:06:58,218 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2026-07-24T19:06:58.4088060Z 2026-07-24 19:06:58,218 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2026-07-24T19:06:58.4088540Z 2026-07-24 19:06:58,218 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2026-07-24T19:06:58.4089040Z 2026-07-24 19:06:58,218 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2026-07-24T19:06:58.4089600Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2026-07-24T19:06:58.4090150Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2026-07-24T19:06:58.4090680Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2026-07-24T19:06:58.4091150Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2026-07-24T19:06:58.4091700Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2026-07-24T19:06:58.4092190Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2026-07-24T19:06:58.4092670Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2026-07-24T19:06:58.4093170Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2026-07-24T19:06:58.4093690Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2026-07-24T19:06:58.4094200Z 2026-07-24 19:06:58,219 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2026-07-24T19:06:58.4094700Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2026-07-24T19:06:58.4095180Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2026-07-24T19:06:58.4095630Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2026-07-24T19:06:58.4096090Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2026-07-24T19:06:58.4096580Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2026-07-24T19:06:58.4097080Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2026-07-24T19:06:58.4097570Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2026-07-24T19:06:58.4098040Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2026-07-24T19:06:58.4098510Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2026-07-24T19:06:58.4098990Z 2026-07-24 19:06:58,220 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2026-07-24T19:06:58.4099460Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2026-07-24T19:06:58.4099990Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2026-07-24T19:06:58.4100540Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2026-07-24T19:06:58.4101090Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2026-07-24T19:06:58.4101630Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2026-07-24T19:06:58.4102130Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2026-07-24T19:06:58.4102610Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2026-07-24T19:06:58.4103110Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2026-07-24T19:06:58.4103620Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2026-07-24T19:06:58.4104090Z 2026-07-24 19:06:58,221 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2026-07-24T19:06:58.4104670Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2026-07-24T19:06:58.4105150Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2026-07-24T19:06:58.4105660Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2026-07-24T19:06:58.4106100Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2026-07-24T19:06:58.4106580Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2026-07-24T19:06:58.4107090Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2026-07-24T19:06:58.4107650Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2026-07-24T19:06:58.4108160Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2026-07-24T19:06:58.4112330Z 2026-07-24 19:06:58,222 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2026-07-24T19:06:58.4112800Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2026-07-24T19:06:58.4113250Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2026-07-24T19:06:58.4113710Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2026-07-24T19:06:58.4114160Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2026-07-24T19:06:58.4114610Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2026-07-24T19:06:58.4115050Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2026-07-24T19:06:58.4115510Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2026-07-24T19:06:58.4115980Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2026-07-24T19:06:58.4116460Z 2026-07-24 19:06:58,223 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2026-07-24T19:06:58.4116980Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2026-07-24T19:06:58.4117490Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2026-07-24T19:06:58.4117950Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2026-07-24T19:06:58.4118410Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2026-07-24T19:06:58.4118890Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2026-07-24T19:06:58.4119450Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2026-07-24T19:06:58.4119970Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2026-07-24T19:06:58.4120480Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2026-07-24T19:06:58.4120980Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2026-07-24T19:06:58.4121470Z 2026-07-24 19:06:58,224 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2026-07-24T19:06:58.4121950Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2026-07-24T19:06:58.4122450Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2026-07-24T19:06:58.4123010Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2026-07-24T19:06:58.4123560Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2026-07-24T19:06:58.4124110Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2026-07-24T19:06:58.4124580Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2026-07-24T19:06:58.4125090Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2026-07-24T19:06:58.4125570Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2026-07-24T19:06:58.4126030Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2026-07-24T19:06:58.4126520Z 2026-07-24 19:06:58,225 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2026-07-24T19:06:58.4127010Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2026-07-24T19:06:58.4127490Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2026-07-24T19:06:58.4127970Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2026-07-24T19:06:58.4128470Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2026-07-24T19:06:58.4128950Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2026-07-24T19:06:58.4129410Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2026-07-24T19:06:58.4129880Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2026-07-24T19:06:58.4130360Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2026-07-24T19:06:58.4130860Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2026-07-24T19:06:58.4131350Z 2026-07-24 19:06:58,226 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2026-07-24T19:06:58.4131860Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2026-07-24T19:06:58.4132430Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2026-07-24T19:06:58.4132950Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2026-07-24T19:06:58.4133450Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2026-07-24T19:06:58.4133970Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2026-07-24T19:06:58.4134610Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2026-07-24T19:06:58.4135280Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2026-07-24T19:06:58.4135770Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2026-07-24T19:06:58.4136310Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2026-07-24T19:06:58.4136870Z 2026-07-24 19:06:58,227 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2026-07-24T19:06:58.4137410Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2026-07-24T19:06:58.4137980Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2026-07-24T19:06:58.4138530Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2026-07-24T19:06:58.4139070Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2026-07-24T19:06:58.4139720Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2026-07-24T19:06:58.4140290Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2026-07-24T19:06:58.4140910Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2026-07-24T19:06:58.4141460Z 2026-07-24 19:06:58,228 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2026-07-24T19:06:58.4142010Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2026-07-24T19:06:58.4142570Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2026-07-24T19:06:58.4143110Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2026-07-24T19:06:58.4143620Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2026-07-24T19:06:58.4144140Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2026-07-24T19:06:58.4144710Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2026-07-24T19:06:58.4145250Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2026-07-24T19:06:58.4145820Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2026-07-24T19:06:58.4146380Z 2026-07-24 19:06:58,229 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2026-07-24T19:06:58.4146910Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2026-07-24T19:06:58.4147430Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2026-07-24T19:06:58.4147960Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2026-07-24T19:06:58.4148520Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2026-07-24T19:06:58.4149030Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2026-07-24T19:06:58.4149490Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2026-07-24T19:06:58.4149950Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2026-07-24T19:06:58.4150480Z 2026-07-24 19:06:58,230 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2026-07-24T19:06:58.4156620Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2026-07-24T19:06:58.4157070Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2026-07-24T19:06:58.4157540Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2026-07-24T19:06:58.4158010Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2026-07-24T19:06:58.4158510Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2026-07-24T19:06:58.4159010Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2026-07-24T19:06:58.4159480Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2026-07-24T19:06:58.4159940Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2026-07-24T19:06:58.4160540Z 2026-07-24 19:06:58,231 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2026-07-24T19:06:58.4161080Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2026-07-24T19:06:58.4161630Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2026-07-24T19:06:58.4162150Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2026-07-24T19:06:58.4162700Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2026-07-24T19:06:58.4163250Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2026-07-24T19:06:58.4163800Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2026-07-24T19:06:58.4164320Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2026-07-24T19:06:58.4164820Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2026-07-24T19:06:58.4165290Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2026-07-24T19:06:58.4165770Z 2026-07-24 19:06:58,232 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2026-07-24T19:06:58.4166260Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2026-07-24T19:06:58.4166730Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2026-07-24T19:06:58.4167220Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/__init__.py' 2026-07-24T19:06:58.4167760Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/graph_utils.py' 2026-07-24T19:06:58.4168300Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/operator_rules.py' 2026-07-24T19:06:58.4168840Z 2026-07-24 19:06:58,233 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizer.py' 2026-07-24T19:06:58.4169400Z 2026-07-24 19:06:58,234 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/pattern_matcher.py' 2026-07-24T19:06:58.4169950Z 2026-07-24 19:06:58,234 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/tensor_rules.py' 2026-07-24T19:06:58.4170590Z 2026-07-24 19:06:58,234 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/__init__.py' 2026-07-24T19:06:58.4171320Z 2026-07-24 19:06:58,234 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/base_optimization.py' 2026-07-24T19:06:58.4172120Z 2026-07-24 19:06:58,234 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/permute_fully_connected_weights_after_reshape.py' 2026-07-24T19:06:58.4172890Z 2026-07-24 19:06:58,235 [INFO] adding 'executorch/backends/nxp/backend/ir/neutron_ir_post_processing/optimizations/prune_transpose_operators.py' 2026-07-24T19:06:58.4173510Z 2026-07-24 19:06:58,235 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2026-07-24T19:06:58.4173990Z 2026-07-24 19:06:58,235 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2026-07-24T19:06:58.4174520Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2026-07-24T19:06:58.4175100Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2026-07-24T19:06:58.4175670Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2026-07-24T19:06:58.4176310Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2026-07-24T19:06:58.4176900Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2026-07-24T19:06:58.4177550Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2026-07-24T19:06:58.4178160Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2026-07-24T19:06:58.4178790Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2026-07-24T19:06:58.4179450Z 2026-07-24 19:06:58,236 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2026-07-24T19:06:58.4180150Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2026-07-24T19:06:58.4180850Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2026-07-24T19:06:58.4181510Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2026-07-24T19:06:58.4182130Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2026-07-24T19:06:58.4182730Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2026-07-24T19:06:58.4183370Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2026-07-24T19:06:58.4183970Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2026-07-24T19:06:58.4184560Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2026-07-24T19:06:58.4185160Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2026-07-24T19:06:58.4185800Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2026-07-24T19:06:58.4186420Z 2026-07-24 19:06:58,237 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2026-07-24T19:06:58.4187090Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2026-07-24T19:06:58.4187670Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2026-07-24T19:06:58.4188300Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2026-07-24T19:06:58.4188910Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2026-07-24T19:06:58.4189570Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2026-07-24T19:06:58.4190200Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2026-07-24T19:06:58.4191150Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2026-07-24T19:06:58.4191740Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2026-07-24T19:06:58.4192430Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2026-07-24T19:06:58.4193060Z 2026-07-24 19:06:58,238 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2026-07-24T19:06:58.4193720Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2026-07-24T19:06:58.4194330Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2026-07-24T19:06:58.4194950Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2026-07-24T19:06:58.4195540Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2026-07-24T19:06:58.4196130Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2026-07-24T19:06:58.4196740Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2026-07-24T19:06:58.4197360Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2026-07-24T19:06:58.4197960Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2026-07-24T19:06:58.4206360Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2026-07-24T19:06:58.4207080Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2026-07-24T19:06:58.4207720Z 2026-07-24 19:06:58,239 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2026-07-24T19:06:58.4208440Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2026-07-24T19:06:58.4209300Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2026-07-24T19:06:58.4209910Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2026-07-24T19:06:58.4210730Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2026-07-24T19:06:58.4211340Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2026-07-24T19:06:58.4212050Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2026-07-24T19:06:58.4212760Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2026-07-24T19:06:58.4213360Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2026-07-24T19:06:58.4213960Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2026-07-24T19:06:58.4214540Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2026-07-24T19:06:58.4215110Z 2026-07-24 19:06:58,240 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2026-07-24T19:06:58.4215680Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2026-07-24T19:06:58.4216290Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2026-07-24T19:06:58.4216960Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2026-07-24T19:06:58.4217560Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2026-07-24T19:06:58.4218220Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2026-07-24T19:06:58.4218830Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2026-07-24T19:06:58.4219440Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2026-07-24T19:06:58.4220050Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2026-07-24T19:06:58.4220720Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2026-07-24T19:06:58.4221380Z 2026-07-24 19:06:58,241 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2026-07-24T19:06:58.4221990Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2026-07-24T19:06:58.4222600Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2026-07-24T19:06:58.4223200Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2026-07-24T19:06:58.4223780Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2026-07-24T19:06:58.4224360Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2026-07-24T19:06:58.4224940Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2026-07-24T19:06:58.4225570Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2026-07-24T19:06:58.4226180Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2026-07-24T19:06:58.4226760Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2026-07-24T19:06:58.4227350Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2026-07-24T19:06:58.4228050Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2026-07-24T19:06:58.4228720Z 2026-07-24 19:06:58,242 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2026-07-24T19:06:58.4229340Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2026-07-24T19:06:58.4229950Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2026-07-24T19:06:58.4230510Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2026-07-24T19:06:58.4231080Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2026-07-24T19:06:58.4231680Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2026-07-24T19:06:58.4232310Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2026-07-24T19:06:58.4233010Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2026-07-24T19:06:58.4233760Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2026-07-24T19:06:58.4234430Z 2026-07-24 19:06:58,243 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2026-07-24T19:06:58.4235000Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2026-07-24T19:06:58.4235490Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2026-07-24T19:06:58.4235960Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2026-07-24T19:06:58.4236450Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/edge_passes/convert_reshaping_nodes_to_view.py' 2026-07-24T19:06:58.4236940Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/edge_passes/fold_redundant_qdq_pass.py' 2026-07-24T19:06:58.4237480Z 2026-07-24 19:06:58,244 [INFO] adding 'executorch/backends/nxp/edge_passes/move_auxiliary_operator_into_separate_qdq_cluster_pass.py' 2026-07-24T19:06:58.4238010Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/edge_passes/neutron_edge_pass.py' 2026-07-24T19:06:58.4238460Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/edge_passes/neutron_edge_pass_manager.py' 2026-07-24T19:06:58.4238990Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/edge_passes/remove_additional_quantize_dequantize_nodes_pass.py' 2026-07-24T19:06:58.4239530Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/edge_passes/remove_as_strided_copy_nodes.py' 2026-07-24T19:06:58.4240010Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/edge_passes/remove_io_quant_ops_pass.py' 2026-07-24T19:06:58.4240460Z 2026-07-24 19:06:58,245 [INFO] adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2026-07-24T19:06:58.4241480Z 2026-07-24 19:06:58,246 [INFO] adding 'executorch/backends/nxp/quantizer/patterns.py' 2026-07-24T19:06:58.4241880Z 2026-07-24 19:06:58,246 [INFO] adding 'executorch/backends/nxp/quantizer/utils.py' 2026-07-24T19:06:58.4242240Z 2026-07-24 19:06:58,246 [INFO] adding 'executorch/backends/nxp/tests/__init__.py' 2026-07-24T19:06:58.4242620Z 2026-07-24 19:06:58,246 [INFO] adding 'executorch/backends/nxp/tests/calibration_dataset.py' 2026-07-24T19:06:58.4243000Z 2026-07-24 19:06:58,246 [INFO] adding 'executorch/backends/nxp/tests/config.py' 2026-07-24T19:06:58.4243460Z 2026-07-24 19:06:58,247 [INFO] adding 'executorch/backends/nxp/tests/config_importer.py' 2026-07-24T19:06:58.4243890Z 2026-07-24 19:06:58,247 [INFO] adding 'executorch/backends/nxp/tests/conftest.py' 2026-07-24T19:06:58.4244260Z 2026-07-24 19:06:58,247 [INFO] adding 'executorch/backends/nxp/tests/dataset_creator.py' 2026-07-24T19:06:58.4244660Z 2026-07-24 19:06:58,247 [INFO] adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2026-07-24T19:06:58.4245060Z 2026-07-24 19:06:58,247 [INFO] adding 'executorch/backends/nxp/tests/executors.py' 2026-07-24T19:06:58.4245430Z 2026-07-24 19:06:58,248 [INFO] adding 'executorch/backends/nxp/tests/graph_verifier.py' 2026-07-24T19:06:58.4245840Z 2026-07-24 19:06:58,248 [INFO] adding 'executorch/backends/nxp/tests/model_output_comparator.py' 2026-07-24T19:06:58.4246240Z 2026-07-24 19:06:58,248 [INFO] adding 'executorch/backends/nxp/tests/models.py' 2026-07-24T19:06:58.4246600Z 2026-07-24 19:06:58,249 [INFO] adding 'executorch/backends/nxp/tests/nsys_testing.py' 2026-07-24T19:06:58.4251280Z 2026-07-24 19:06:58,249 [INFO] adding 'executorch/backends/nxp/tests/ops_aliases.py' 2026-07-24T19:06:58.4251640Z 2026-07-24 19:06:58,249 [INFO] adding 'executorch/backends/nxp/tests/outputs_dir.py' 2026-07-24T19:06:58.4252090Z 2026-07-24 19:06:58,249 [INFO] adding 'executorch/backends/nxp/tests/outputs_dir_importer.py' 2026-07-24T19:06:58.4252520Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/test_convert_1d_conv_to_2d.py' 2026-07-24T19:06:58.4252990Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/test_fold_redundant_qdq.py' 2026-07-24T19:06:58.4253490Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/test_fuse_batch_norm_single_user.py' 2026-07-24T19:06:58.4253980Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/use_qat.py' 2026-07-24T19:06:58.4254330Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/utils.py' 2026-07-24T19:06:58.4254710Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/__init__.py' 2026-07-24T19:06:58.4255130Z 2026-07-24 19:06:58,250 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/conftest.py' 2026-07-24T19:06:58.4255580Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_aot_example.py' 2026-07-24T19:06:58.4256110Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_batch_norm_fusion.py' 2026-07-24T19:06:58.4256580Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_cifarnet.py' 2026-07-24T19:06:58.4257090Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_context_sensitive_delegation.py' 2026-07-24T19:06:58.4257620Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_convert_div_to_mul.py' 2026-07-24T19:06:58.4258110Z 2026-07-24 19:06:58,251 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_debug_results.py' 2026-07-24T19:06:58.4258620Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_decompose_split_to_slices.py' 2026-07-24T19:06:58.4259130Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_gru_splitting.py' 2026-07-24T19:06:58.4259600Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_integration.py' 2026-07-24T19:06:58.4260080Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_kernel_selection.py' 2026-07-24T19:06:58.4260590Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_linear_and_add_fusion.py' 2026-07-24T19:06:58.4261150Z 2026-07-24 19:06:58,252 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_move_activation_before_concatenation.py' 2026-07-24T19:06:58.4261700Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_neutron_backend.py' 2026-07-24T19:06:58.4262260Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_neutron_backend_executor.py' 2026-07-24T19:06:58.4262830Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_neutron_converter_manager.py' 2026-07-24T19:06:58.4263360Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_node_format_inference.py' 2026-07-24T19:06:58.4263870Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_operator_selector.py' 2026-07-24T19:06:58.4264380Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_per_channel_conversion.py' 2026-07-24T19:06:58.4264870Z 2026-07-24 19:06:58,253 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_profiling.py' 2026-07-24T19:06:58.4265350Z 2026-07-24 19:06:58,254 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_qdq_clustering_conv.py' 2026-07-24T19:06:58.4265870Z 2026-07-24 19:06:58,254 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_quantized_input_data.py' 2026-07-24T19:06:58.4266350Z 2026-07-24 19:06:58,254 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_quantizer.py' 2026-07-24T19:06:58.4266860Z 2026-07-24 19:06:58,254 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_removing_dead_code.py' 2026-07-24T19:06:58.4267400Z 2026-07-24 19:06:58,255 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_removing_nodes_with_known_outputs.py' 2026-07-24T19:06:58.4267990Z 2026-07-24 19:06:58,255 [INFO] adding 'executorch/backends/nxp/tests/generic_tests/test_split_group_convolution.py' 2026-07-24T19:06:58.4268440Z 2026-07-24 19:06:58,255 [INFO] adding 'executorch/backends/nxp/tests/ir/__init__.py' 2026-07-24T19:06:58.4268830Z 2026-07-24 19:06:58,255 [INFO] adding 'executorch/backends/nxp/tests/ir/test_model_builder.py' 2026-07-24T19:06:58.4269250Z 2026-07-24 19:06:58,255 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/__init__.py' 2026-07-24T19:06:58.4269710Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/__init__.py' 2026-07-24T19:06:58.4270240Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_abs_converter.py' 2026-07-24T19:06:58.4270840Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_adaptive_avg_pool2d_converter.py' 2026-07-24T19:06:58.4271460Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_add_tensor_converter.py' 2026-07-24T19:06:58.4272040Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_addmm_converter.py' 2026-07-24T19:06:58.4272600Z 2026-07-24 19:06:58,256 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_amax_converter.py' 2026-07-24T19:06:58.4273160Z 2026-07-24 19:06:58,257 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_amin_converter.py' 2026-07-24T19:06:58.4273730Z 2026-07-24 19:06:58,257 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2026-07-24T19:06:58.4274300Z 2026-07-24 19:06:58,257 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_bmm_converter.py' 2026-07-24T19:06:58.4274850Z 2026-07-24 19:06:58,257 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_cat_converter.py' 2026-07-24T19:06:58.4275400Z 2026-07-24 19:06:58,257 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_clamp_converter.py' 2026-07-24T19:06:58.4275960Z 2026-07-24 19:06:58,258 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_clone_converter.py' 2026-07-24T19:06:58.4276550Z 2026-07-24 19:06:58,258 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2026-07-24T19:06:58.4277170Z 2026-07-24 19:06:58,258 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2026-07-24T19:06:58.4277770Z 2026-07-24 19:06:58,259 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_exp_converter.py' 2026-07-24T19:06:58.4278330Z 2026-07-24 19:06:58,259 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_hardtanh_converter.py' 2026-07-24T19:06:58.4278910Z 2026-07-24 19:06:58,260 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_leaky_relu_converter.py' 2026-07-24T19:06:58.4279490Z 2026-07-24 19:06:58,260 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_log_converter.py' 2026-07-24T19:06:58.4280070Z 2026-07-24 19:06:58,261 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2026-07-24T19:06:58.4280650Z 2026-07-24 19:06:58,261 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_maximum_converter.py' 2026-07-24T19:06:58.4281300Z 2026-07-24 19:06:58,262 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_mean_dim_converter.py' 2026-07-24T19:06:58.4281930Z 2026-07-24 19:06:58,263 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_minimum_converter.py' 2026-07-24T19:06:58.4282490Z 2026-07-24 19:06:58,263 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_mm_converter.py' 2026-07-24T19:06:58.4283090Z 2026-07-24 19:06:58,263 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_mul_tensor_converter.py' 2026-07-24T19:06:58.4283660Z 2026-07-24 19:06:58,264 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_neg_converter.py' 2026-07-24T19:06:58.4284230Z 2026-07-24 19:06:58,264 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2026-07-24T19:06:58.4284820Z 2026-07-24 19:06:58,264 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_prelu_converter.py' 2026-07-24T19:06:58.4285070Z 2026-07-24 19:06:58,265 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2026-07-24T19:06:58.4285310Z 2026-07-24 19:06:58,265 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_sigmoid_converter.py' 2026-07-24T19:06:58.4285580Z 2026-07-24 19:06:58,266 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_slice_tensor_converter.py' 2026-07-24T19:06:58.4285820Z 2026-07-24 19:06:58,266 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2026-07-24T19:06:58.4286080Z 2026-07-24 19:06:58,267 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_sub_tensor_converter.py' 2026-07-24T19:06:58.4286350Z 2026-07-24 19:06:58,267 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_sum_dim_int_list_converter.py' 2026-07-24T19:06:58.4286590Z 2026-07-24 19:06:58,268 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_tanh_converter.py' 2026-07-24T19:06:58.4286850Z 2026-07-24 19:06:58,268 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_bilinear2d.py' 2026-07-24T19:06:58.4287100Z 2026-07-24 19:06:58,268 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_upsample_nearest2d.py' 2026-07-24T19:06:58.4287350Z 2026-07-24 19:06:58,268 [INFO] adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2026-07-24T19:06:58.4287530Z 2026-07-24 19:06:58,268 [INFO] adding 'executorch/backends/nxp/tests/ir/edge_passes/__init__.py' 2026-07-24T19:06:58.4287780Z 2026-07-24 19:06:58,269 [INFO] adding 'executorch/backends/nxp/tests/ir/edge_passes/test_convert_reshaping_nodes_to_view.py' 2026-07-24T19:06:58.4288020Z 2026-07-24 19:06:58,269 [INFO] adding 'executorch/backends/nxp/tests/ir/edge_passes/test_edge_passes.py' 2026-07-24T19:06:58.4288230Z 2026-07-24 19:06:58,269 [INFO] adding 'executorch/backends/nxp/tests/ir/edge_passes/test_linear_bn_fusing.py' 2026-07-24T19:06:58.4288490Z 2026-07-24 19:06:58,269 [INFO] adding 'executorch/backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py' 2026-07-24T19:06:58.4288630Z 2026-07-24 19:06:58,269 [INFO] adding 'executorch/backends/openvino/__init__.py' 2026-07-24T19:06:58.4288780Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/partitioner.py' 2026-07-24T19:06:58.4288920Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/preprocess.py' 2026-07-24T19:06:58.4289070Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/_passes/__init__.py' 2026-07-24T19:06:58.4289280Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/_passes/decompose_floor_divide_pass.py' 2026-07-24T19:06:58.4289440Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/quantizer/__init__.py' 2026-07-24T19:06:58.4289620Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/quantizer/llm_compression.py' 2026-07-24T19:06:58.4289790Z 2026-07-24 19:06:58,270 [INFO] adding 'executorch/backends/openvino/quantizer/observers.py' 2026-07-24T19:06:58.4289980Z 2026-07-24 19:06:58,271 [INFO] adding 'executorch/backends/openvino/quantizer/quantizer.py' 2026-07-24T19:06:58.4290140Z 2026-07-24 19:06:58,271 [INFO] adding 'executorch/backends/openvino/test/tester/__init__.py' 2026-07-24T19:06:58.4290340Z 2026-07-24 19:06:58,271 [INFO] adding 'executorch/backends/openvino/test/tester/tester.py' 2026-07-24T19:06:58.4290500Z 2026-07-24 19:06:58,271 [INFO] adding 'executorch/backends/openvino/tests/test_runner.py' 2026-07-24T19:06:58.4290700Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/models/test_classification.py' 2026-07-24T19:06:58.4290900Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2026-07-24T19:06:58.4291060Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_add.py' 2026-07-24T19:06:58.4291220Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2026-07-24T19:06:58.4291390Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2026-07-24T19:06:58.4291560Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2026-07-24T19:06:58.4291750Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2026-07-24T19:06:58.4291910Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2026-07-24T19:06:58.4292080Z 2026-07-24 19:06:58,272 [INFO] adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2026-07-24T19:06:58.4292250Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2026-07-24T19:06:58.4292420Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2026-07-24T19:06:58.4292580Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/openvino/tests/ops/test_view.py' 2026-07-24T19:06:58.4292800Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/openvino/tests/quantizer/synthetic_test_models.py' 2026-07-24T19:06:58.4293010Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/openvino/tests/quantizer/test_llm_compression.py' 2026-07-24T19:06:58.4293150Z 2026-07-24 19:06:58,273 [INFO] adding 'executorch/backends/qualcomm/__init__.py' 2026-07-24T19:06:58.4293290Z 2026-07-24 19:06:58,274 [INFO] adding 'executorch/backends/qualcomm/export_utils.py' 2026-07-24T19:06:58.4293440Z 2026-07-24 19:06:58,274 [INFO] adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2026-07-24T19:06:58.4293590Z 2026-07-24 19:06:58,274 [INFO] adding 'executorch/backends/qualcomm/_passes/__init__.py' 2026-07-24T19:06:58.4293810Z 2026-07-24 19:06:58,274 [INFO] adding 'executorch/backends/qualcomm/_passes/annotate_avg_pool1d.py' 2026-07-24T19:06:58.4294020Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2026-07-24T19:06:58.4294190Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2026-07-24T19:06:58.4294360Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2026-07-24T19:06:58.4294530Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2026-07-24T19:06:58.4294710Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/canonicalize_conv.py' 2026-07-24T19:06:58.4294900Z 2026-07-24 19:06:58,275 [INFO] adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2026-07-24T19:06:58.4295100Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/convert_linear_to_conv2d.py' 2026-07-24T19:06:58.4295280Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/convert_mha_to_sha.py' 2026-07-24T19:06:58.4295470Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2026-07-24T19:06:58.4295660Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_acos.py' 2026-07-24T19:06:58.4295840Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_addmm.py' 2026-07-24T19:06:58.4296020Z 2026-07-24 19:06:58,276 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2026-07-24T19:06:58.4296200Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_atan2.py' 2026-07-24T19:06:58.4296390Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_binary_alpha.py' 2026-07-24T19:06:58.4296570Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2026-07-24T19:06:58.4296750Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_col_im.py' 2026-07-24T19:06:58.4296930Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_diagonal.py' 2026-07-24T19:06:58.4297130Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_div_mode.py' 2026-07-24T19:06:58.4297310Z 2026-07-24 19:06:58,277 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2026-07-24T19:06:58.4297480Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2026-07-24T19:06:58.4297650Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_fill.py' 2026-07-24T19:06:58.4297840Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_floor_divide.py' 2026-07-24T19:06:58.4298010Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_glu.py' 2026-07-24T19:06:58.4298200Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_hardsigmoid.py' 2026-07-24T19:06:58.4298410Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_hyperbolic_variants.py' 2026-07-24T19:06:58.4298620Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2026-07-24T19:06:58.4298810Z 2026-07-24 19:06:58,278 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_log_variants.py' 2026-07-24T19:06:58.4298990Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_maxpool3d.py' 2026-07-24T19:06:58.4299180Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_minmaxdim.py' 2026-07-24T19:06:58.4299340Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_pad.py' 2026-07-24T19:06:58.4299560Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_reciprocal.py' 2026-07-24T19:06:58.4299750Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_remainder.py' 2026-07-24T19:06:58.4299940Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2026-07-24T19:06:58.4300140Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_select_scatter.py' 2026-07-24T19:06:58.4300310Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2026-07-24T19:06:58.4300470Z 2026-07-24 19:06:58,279 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_tan.py' 2026-07-24T19:06:58.4300660Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_threshold.py' 2026-07-24T19:06:58.4300830Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_triu.py' 2026-07-24T19:06:58.4301000Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_trunc.py' 2026-07-24T19:06:58.4301160Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_var.py' 2026-07-24T19:06:58.4301390Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/decompose_wrap_with_autocast.py' 2026-07-24T19:06:58.4301610Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2026-07-24T19:06:58.4301830Z 2026-07-24 19:06:58,280 [INFO] adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2026-07-24T19:06:58.4301980Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2026-07-24T19:06:58.4302170Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2026-07-24T19:06:58.4302370Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2026-07-24T19:06:58.4302530Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2026-07-24T19:06:58.4302780Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/insert_cast_for_fp_act_quantized_weight.py' 2026-07-24T19:06:58.4302940Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2026-07-24T19:06:58.4303120Z 2026-07-24 19:06:58,281 [INFO] adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2026-07-24T19:06:58.4303330Z 2026-07-24 19:06:58,282 [INFO] adding 'executorch/backends/qualcomm/_passes/insert_reshape_for_reduce_ops.py' 2026-07-24T19:06:58.4303510Z 2026-07-24 19:06:58,282 [INFO] adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2026-07-24T19:06:58.4303720Z 2026-07-24 19:06:58,282 [INFO] adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2026-07-24T19:06:58.4303940Z 2026-07-24 19:06:58,282 [INFO] adding 'executorch/backends/qualcomm/_passes/lpai_partition_fallback_support.py' 2026-07-24T19:06:58.4304120Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2026-07-24T19:06:58.4304310Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/recompose_pad_maxpool2d.py' 2026-07-24T19:06:58.4304520Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2026-07-24T19:06:58.4304700Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2026-07-24T19:06:58.4304870Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2026-07-24T19:06:58.4305050Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2026-07-24T19:06:58.4305230Z 2026-07-24 19:06:58,283 [INFO] adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2026-07-24T19:06:58.4305440Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/resolve_debug_handle.py' 2026-07-24T19:06:58.4305590Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/seq_mse.py' 2026-07-24T19:06:58.4305800Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2026-07-24T19:06:58.4305940Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/utils.py' 2026-07-24T19:06:58.4306110Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/__init__.py' 2026-07-24T19:06:58.4306300Z 2026-07-24 19:06:58,284 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/gpu/__init__.py' 2026-07-24T19:06:58.4306520Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/gpu/qnn_gpu_pass_manager.py' 2026-07-24T19:06:58.4306710Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/htp/__init__.py' 2026-07-24T19:06:58.4306940Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/htp/qnn_htp_pass_manager.py' 2026-07-24T19:06:58.4307130Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/lpai/__init__.py' 2026-07-24T19:06:58.4307400Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/_passes/backends/lpai/qnn_lpai_pass_manager.py' 2026-07-24T19:06:58.4307560Z 2026-07-24 19:06:58,285 [INFO] adding 'executorch/backends/qualcomm/builders/__init__.py' 2026-07-24T19:06:58.4307750Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2026-07-24T19:06:58.4307940Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/node_visitor_manager.py' 2026-07-24T19:06:58.4308090Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_abs.py' 2026-07-24T19:06:58.4308290Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2026-07-24T19:06:58.4308490Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_adaptive_max_pool2d.py' 2026-07-24T19:06:58.4308640Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_add.py' 2026-07-24T19:06:58.4308790Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_amax.py' 2026-07-24T19:06:58.4308940Z 2026-07-24 19:06:58,286 [INFO] adding 'executorch/backends/qualcomm/builders/op_amin.py' 2026-07-24T19:06:58.4309090Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_and.py' 2026-07-24T19:06:58.4309250Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_arange.py' 2026-07-24T19:06:58.4309410Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_argmax.py' 2026-07-24T19:06:58.4309570Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2026-07-24T19:06:58.4309720Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_asin.py' 2026-07-24T19:06:58.4309870Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_atan.py' 2026-07-24T19:06:58.4310060Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2026-07-24T19:06:58.4310230Z 2026-07-24 19:06:58,287 [INFO] adding 'executorch/backends/qualcomm/builders/op_avg_pool3d.py' 2026-07-24T19:06:58.4310400Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2026-07-24T19:06:58.4310550Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_binary.py' 2026-07-24T19:06:58.4310700Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2026-07-24T19:06:58.4310850Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_cat.py' 2026-07-24T19:06:58.4311000Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2026-07-24T19:06:58.4311230Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_channel_shuffle.py' 2026-07-24T19:06:58.4311410Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2026-07-24T19:06:58.4311560Z 2026-07-24 19:06:58,288 [INFO] adding 'executorch/backends/qualcomm/builders/op_conv.py' 2026-07-24T19:06:58.4311710Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_copy.py' 2026-07-24T19:06:58.4311870Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_cos.py' 2026-07-24T19:06:58.4312020Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2026-07-24T19:06:58.4312190Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_custom_op.py' 2026-07-24T19:06:58.4312370Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2026-07-24T19:06:58.4312540Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2026-07-24T19:06:58.4312690Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_div.py' 2026-07-24T19:06:58.4312860Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_elu.py' 2026-07-24T19:06:58.4313040Z 2026-07-24 19:06:58,289 [INFO] adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2026-07-24T19:06:58.4313180Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_eq.py' 2026-07-24T19:06:58.4313370Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_exp.py' 2026-07-24T19:06:58.4313530Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_expand.py' 2026-07-24T19:06:58.4313680Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_flip.py' 2026-07-24T19:06:58.4313840Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_floor.py' 2026-07-24T19:06:58.4313990Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_full.py' 2026-07-24T19:06:58.4314150Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2026-07-24T19:06:58.4314310Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_gather.py' 2026-07-24T19:06:58.4314460Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_ge.py' 2026-07-24T19:06:58.4317970Z 2026-07-24 19:06:58,290 [INFO] adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2026-07-24T19:06:58.4318180Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_grid_sampler_2d.py' 2026-07-24T19:06:58.4318350Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2026-07-24T19:06:58.4318500Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_gt.py' 2026-07-24T19:06:58.4318670Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2026-07-24T19:06:58.4318840Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2026-07-24T19:06:58.4319000Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2026-07-24T19:06:58.4319160Z 2026-07-24 19:06:58,291 [INFO] adding 'executorch/backends/qualcomm/builders/op_index.py' 2026-07-24T19:06:58.4319330Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2026-07-24T19:06:58.4319500Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_index_select.py' 2026-07-24T19:06:58.4319680Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2026-07-24T19:06:58.4319840Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_is_inf.py' 2026-07-24T19:06:58.4320030Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_is_nan.py' 2026-07-24T19:06:58.4320200Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2026-07-24T19:06:58.4320370Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_le.py' 2026-07-24T19:06:58.4320530Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_linear.py' 2026-07-24T19:06:58.4320680Z 2026-07-24 19:06:58,292 [INFO] adding 'executorch/backends/qualcomm/builders/op_log.py' 2026-07-24T19:06:58.4320860Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2026-07-24T19:06:58.4321030Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2026-07-24T19:06:58.4321250Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_lt.py' 2026-07-24T19:06:58.4321410Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2026-07-24T19:06:58.4321560Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_max.py' 2026-07-24T19:06:58.4321720Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_max_dim.py' 2026-07-24T19:06:58.4321910Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2026-07-24T19:06:58.4322080Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2026-07-24T19:06:58.4322260Z 2026-07-24 19:06:58,293 [INFO] adding 'executorch/backends/qualcomm/builders/op_min.py' 2026-07-24T19:06:58.4322420Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_min_dim.py' 2026-07-24T19:06:58.4322570Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_mul.py' 2026-07-24T19:06:58.4322720Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_ne.py' 2026-07-24T19:06:58.4322870Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_neg.py' 2026-07-24T19:06:58.4323020Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_or.py' 2026-07-24T19:06:58.4323170Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_pad.py' 2026-07-24T19:06:58.4323320Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_pow.py' 2026-07-24T19:06:58.4323480Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2026-07-24T19:06:58.4323640Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2026-07-24T19:06:58.4323790Z 2026-07-24 19:06:58,294 [INFO] adding 'executorch/backends/qualcomm/builders/op_rand.py' 2026-07-24T19:06:58.4323950Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_randn.py' 2026-07-24T19:06:58.4324100Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_relu.py' 2026-07-24T19:06:58.4324260Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2026-07-24T19:06:58.4324480Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2026-07-24T19:06:58.4324690Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_resize.py' 2026-07-24T19:06:58.4324860Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2026-07-24T19:06:58.4325020Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_round.py' 2026-07-24T19:06:58.4325170Z 2026-07-24 19:06:58,295 [INFO] adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2026-07-24T19:06:58.4325350Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2026-07-24T19:06:58.4325530Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_scatter_elements.py' 2026-07-24T19:06:58.4325740Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2026-07-24T19:06:58.4325930Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2026-07-24T19:06:58.4326080Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_sign.py' 2026-07-24T19:06:58.4326240Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_sin.py' 2026-07-24T19:06:58.4326400Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2026-07-24T19:06:58.4326570Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2026-07-24T19:06:58.4326750Z 2026-07-24 19:06:58,296 [INFO] adding 'executorch/backends/qualcomm/builders/op_slice_scatter.py' 2026-07-24T19:06:58.4326910Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2026-07-24T19:06:58.4327090Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2026-07-24T19:06:58.4327280Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2026-07-24T19:06:58.4327460Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2026-07-24T19:06:58.4327620Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2026-07-24T19:06:58.4327800Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_stack.py' 2026-07-24T19:06:58.4327950Z 2026-07-24 19:06:58,297 [INFO] adding 'executorch/backends/qualcomm/builders/op_sub.py' 2026-07-24T19:06:58.4328120Z 2026-07-24 19:06:58,298 [INFO] adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2026-07-24T19:06:58.4328280Z 2026-07-24 19:06:58,298 [INFO] adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2026-07-24T19:06:58.4328420Z 2026-07-24 19:06:58,298 [INFO] adding 'executorch/backends/qualcomm/builders/op_to.py' 2026-07-24T19:06:58.4328570Z 2026-07-24 19:06:58,298 [INFO] adding 'executorch/backends/qualcomm/builders/op_topk.py' 2026-07-24T19:06:58.4328740Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2026-07-24T19:06:58.4328900Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_unary.py' 2026-07-24T19:06:58.4329050Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2026-07-24T19:06:58.4329220Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2026-07-24T19:06:58.4329420Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2026-07-24T19:06:58.4329610Z 2026-07-24 19:06:58,299 [INFO] adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2026-07-24T19:06:58.4329770Z 2026-07-24 19:06:58,300 [INFO] adding 'executorch/backends/qualcomm/builders/op_where.py' 2026-07-24T19:06:58.4329920Z 2026-07-24 19:06:58,300 [INFO] adding 'executorch/backends/qualcomm/builders/op_xor.py' 2026-07-24T19:06:58.4330090Z 2026-07-24 19:06:58,300 [INFO] adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2026-07-24T19:06:58.4330240Z 2026-07-24 19:06:58,300 [INFO] adding 'executorch/backends/qualcomm/builders/utils.py' 2026-07-24T19:06:58.4330400Z 2026-07-24 19:06:58,300 [INFO] adding 'executorch/backends/qualcomm/custom_op/annotator.py' 2026-07-24T19:06:58.4330560Z 2026-07-24 19:06:58,301 [INFO] adding 'executorch/backends/qualcomm/custom_op/interface.py' 2026-07-24T19:06:58.4330730Z 2026-07-24 19:06:58,301 [INFO] adding 'executorch/backends/qualcomm/debugger/format_outputs.py' 2026-07-24T19:06:58.4330960Z 2026-07-24 19:06:58,301 [INFO] adding 'executorch/backends/qualcomm/debugger/qcom_numerical_comparator_base.py' 2026-07-24T19:06:58.4331210Z 2026-07-24 19:06:58,301 [INFO] adding 'executorch/backends/qualcomm/debugger/qcom_numerical_comparator_sample.py' 2026-07-24T19:06:58.4331420Z 2026-07-24 19:06:58,301 [INFO] adding 'executorch/backends/qualcomm/debugger/qnn_intermediate_debugger.py' 2026-07-24T19:06:58.4331600Z 2026-07-24 19:06:58,302 [INFO] adding 'executorch/backends/qualcomm/debugger/utils.py' 2026-07-24T19:06:58.4331780Z 2026-07-24 19:06:58,302 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/__init__.py' 2026-07-24T19:06:58.4331960Z 2026-07-24 19:06:58,302 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/engine_proxy.py' 2026-07-24T19:06:58.4332150Z 2026-07-24 19:06:58,302 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/exceptions.py' 2026-07-24T19:06:58.4332340Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/pipeline_context.py' 2026-07-24T19:06:58.4332530Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/pipeline_stage.py' 2026-07-24T19:06:58.4332730Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/pipeline_types.py' 2026-07-24T19:06:58.4332920Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/__init__.py' 2026-07-24T19:06:58.4333210Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/compilation_input_config.py' 2026-07-24T19:06:58.4333460Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/compilation_output_config.py' 2026-07-24T19:06:58.4333710Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/inference_input_config.py' 2026-07-24T19:06:58.4333950Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/inference_output_config.py' 2026-07-24T19:06:58.4334210Z 2026-07-24 19:06:58,303 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_input_config.py' 2026-07-24T19:06:58.4334460Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/model_preparation_output_config.py' 2026-07-24T19:06:58.4334710Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/quantization_input_config.py' 2026-07-24T19:06:58.4334950Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/configs/quantization_output_config.py' 2026-07-24T19:06:58.4335150Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/stages/__init__.py' 2026-07-24T19:06:58.4335370Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/stages/compilation_stage.py' 2026-07-24T19:06:58.4335580Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/stages/inference_stage.py' 2026-07-24T19:06:58.4335810Z 2026-07-24 19:06:58,304 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/stages/model_preparation_stage.py' 2026-07-24T19:06:58.4336030Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/stages/quantization_stage.py' 2026-07-24T19:06:58.4336240Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/__init__.py' 2026-07-24T19:06:58.4336480Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/compilation/__init__.py' 2026-07-24T19:06:58.4336750Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/compilation/compilation_strategy.py' 2026-07-24T19:06:58.4337050Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/compilation/executorch_compilation_strategy.py' 2026-07-24T19:06:58.4337290Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/inference/__init__.py' 2026-07-24T19:06:58.4337580Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/inference/executorch_inference_strategy.py' 2026-07-24T19:06:58.4337940Z 2026-07-24 19:06:58,305 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/inference/inference_strategy.py' 2026-07-24T19:06:58.4338230Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/__init__.py' 2026-07-24T19:06:58.4338530Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/model_preparation/model_preparation_strategy.py' 2026-07-24T19:06:58.4338780Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/quantization/__init__.py' 2026-07-24T19:06:58.4339090Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/quantization/executorch_quantization_strategy.py' 2026-07-24T19:06:58.4339360Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/strategies/quantization/quantization_strategy.py' 2026-07-24T19:06:58.4339580Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/test_engine_proxy.py' 2026-07-24T19:06:58.4339790Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/test_exceptions.py' 2026-07-24T19:06:58.4340050Z 2026-07-24 19:06:58,306 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/test_pipeline_context.py' 2026-07-24T19:06:58.4340260Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/test_utils.py' 2026-07-24T19:06:58.4340560Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/configs/test_compilation_input_config.py' 2026-07-24T19:06:58.4340820Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/configs/test_inference_input_config.py' 2026-07-24T19:06:58.4341110Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/configs/test_model_preparation_input_config.py' 2026-07-24T19:06:58.4341390Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/configs/test_quantization_input_config.py' 2026-07-24T19:06:58.4341630Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/stages/test_compilation_stage.py' 2026-07-24T19:06:58.4341880Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/stages/test_inference_stage.py' 2026-07-24T19:06:58.4342130Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/stages/test_quantization_stage.py' 2026-07-24T19:06:58.4342370Z 2026-07-24 19:06:58,307 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/strategies/test_strategy_base.py' 2026-07-24T19:06:58.4342710Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/strategies/compilation/test_executorch_compilation_strategy.py' 2026-07-24T19:06:58.4343030Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/strategies/inference/test_executorch_inference_strategy.py' 2026-07-24T19:06:58.4343370Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/genai_pipeline/tests/strategies/quantization/test_executorch_quantization_strategy.py' 2026-07-24T19:06:58.4343540Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/partition/common_defs.py' 2026-07-24T19:06:58.4343720Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2026-07-24T19:06:58.4343870Z 2026-07-24 19:06:58,308 [INFO] adding 'executorch/backends/qualcomm/partition/utils.py' 2026-07-24T19:06:58.4344070Z 2026-07-24 19:06:58,309 [INFO] adding 'executorch/backends/qualcomm/quantizer/backend_opinfo_adapter.py' 2026-07-24T19:06:58.4344260Z 2026-07-24 19:06:58,309 [INFO] adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2026-07-24T19:06:58.4344440Z 2026-07-24 19:06:58,309 [INFO] adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2026-07-24T19:06:58.4344620Z 2026-07-24 19:06:58,310 [INFO] adding 'executorch/backends/qualcomm/quantizer/quant_recipe.py' 2026-07-24T19:06:58.4344800Z 2026-07-24 19:06:58,310 [INFO] adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2026-07-24T19:06:58.4344980Z 2026-07-24 19:06:58,310 [INFO] adding 'executorch/backends/qualcomm/quantizer/registry_loader.py' 2026-07-24T19:06:58.4345130Z 2026-07-24 19:06:58,310 [INFO] adding 'executorch/backends/qualcomm/quantizer/rules.py' 2026-07-24T19:06:58.4345300Z 2026-07-24 19:06:58,311 [INFO] adding 'executorch/backends/qualcomm/quantizer/validators.py' 2026-07-24T19:06:58.4345490Z 2026-07-24 19:06:58,311 [INFO] adding 'executorch/backends/qualcomm/quantizer/annotators/__init__.py' 2026-07-24T19:06:58.4345680Z 2026-07-24 19:06:58,312 [INFO] adding 'executorch/backends/qualcomm/quantizer/annotators/htp_rules.py' 2026-07-24T19:06:58.4345880Z 2026-07-24 19:06:58,312 [INFO] adding 'executorch/backends/qualcomm/quantizer/annotators/lpai_rules.py' 2026-07-24T19:06:58.4346090Z 2026-07-24 19:06:58,312 [INFO] adding 'executorch/backends/qualcomm/quantizer/observers/concat_observer.py' 2026-07-24T19:06:58.4346320Z 2026-07-24 19:06:58,312 [INFO] adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2026-07-24T19:06:58.4346590Z 2026-07-24 19:06:58,313 [INFO] adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2026-07-24T19:06:58.4346750Z 2026-07-24 19:06:58,313 [INFO] adding 'executorch/backends/qualcomm/recipes/__init__.py' 2026-07-24T19:06:58.4346960Z 2026-07-24 19:06:58,314 [INFO] adding 'executorch/backends/qualcomm/recipes/qnn_recipe_provider.py' 2026-07-24T19:06:58.4347140Z 2026-07-24 19:06:58,314 [INFO] adding 'executorch/backends/qualcomm/recipes/qnn_recipe_types.py' 2026-07-24T19:06:58.4347310Z 2026-07-24 19:06:58,316 [INFO] adding 'executorch/backends/qualcomm/scripts/download_qnn_sdk.py' 2026-07-24T19:06:58.4347510Z 2026-07-24 19:06:58,316 [INFO] adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2026-07-24T19:06:58.4347690Z 2026-07-24 19:06:58,317 [INFO] adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2026-07-24T19:06:58.4352820Z 2026-07-24 19:06:58,317 [INFO] adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2026-07-24T19:06:58.4352990Z 2026-07-24 19:06:58,318 [INFO] adding 'executorch/backends/qualcomm/tests/conftest.py' 2026-07-24T19:06:58.4353130Z 2026-07-24 19:06:58,320 [INFO] adding 'executorch/backends/qualcomm/tests/models.py' 2026-07-24T19:06:58.4353290Z 2026-07-24 19:06:58,321 [INFO] adding 'executorch/backends/qualcomm/tests/test_passes.py' 2026-07-24T19:06:58.4353460Z 2026-07-24 19:06:58,326 [INFO] adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2026-07-24T19:06:58.4353640Z 2026-07-24 19:06:58,327 [INFO] adding 'executorch/backends/qualcomm/tests/test_qnn_delegate_x86.py' 2026-07-24T19:06:58.4353810Z 2026-07-24 19:06:58,327 [INFO] adding 'executorch/backends/qualcomm/tests/tester.py' 2026-07-24T19:06:58.4353990Z 2026-07-24 19:06:58,328 [INFO] adding 'executorch/backends/qualcomm/tests/utils.py' 2026-07-24T19:06:58.4354220Z 2026-07-24 19:06:58,328 [INFO] adding 'executorch/backends/qualcomm/tests/rework/conftest.py' 2026-07-24T19:06:58.4354410Z 2026-07-24 19:06:58,328 [INFO] adding 'executorch/backends/qualcomm/tests/rework/common/pass/test.py' 2026-07-24T19:06:58.4354600Z 2026-07-24 19:06:58,328 [INFO] adding 'executorch/backends/qualcomm/tests/rework/common/utils/test.py' 2026-07-24T19:06:58.4354780Z 2026-07-24 19:06:58,328 [INFO] adding 'executorch/backends/qualcomm/tests/rework/gpu/conftest.py' 2026-07-24T19:06:58.4354970Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/gpu/e2e/genai/test.py' 2026-07-24T19:06:58.4355160Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/gpu/e2e/oss/test.py' 2026-07-24T19:06:58.4355390Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/gpu/feature/test.py' 2026-07-24T19:06:58.4355560Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/gpu/op/test.py' 2026-07-24T19:06:58.4355760Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/conftest.py' 2026-07-24T19:06:58.4356010Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v68/test.py' 2026-07-24T19:06:58.4356220Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v69/test.py' 2026-07-24T19:06:58.4356420Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v73/test.py' 2026-07-24T19:06:58.4356620Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v75/test.py' 2026-07-24T19:06:58.4356830Z 2026-07-24 19:06:58,329 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v79/test.py' 2026-07-24T19:06:58.4357030Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/genai/v81/test.py' 2026-07-24T19:06:58.4357230Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v68/test.py' 2026-07-24T19:06:58.4357450Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v69/test.py' 2026-07-24T19:06:58.4357650Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v73/test.py' 2026-07-24T19:06:58.4357870Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v75/test.py' 2026-07-24T19:06:58.4358070Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v79/test.py' 2026-07-24T19:06:58.4358270Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/e2e/oss/v81/test.py' 2026-07-24T19:06:58.4358470Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/conftest.py' 2026-07-24T19:06:58.4358660Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v68/test.py' 2026-07-24T19:06:58.4358860Z 2026-07-24 19:06:58,330 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v69/test.py' 2026-07-24T19:06:58.4359050Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v73/test.py' 2026-07-24T19:06:58.4359250Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v75/test.py' 2026-07-24T19:06:58.4359450Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v79/test.py' 2026-07-24T19:06:58.4359640Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/feature/v81/test.py' 2026-07-24T19:06:58.4359840Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v68/test.py' 2026-07-24T19:06:58.4360020Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v69/test.py' 2026-07-24T19:06:58.4360200Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v73/test.py' 2026-07-24T19:06:58.4360380Z 2026-07-24 19:06:58,331 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v75/test.py' 2026-07-24T19:06:58.4360570Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v79/test.py' 2026-07-24T19:06:58.4360750Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/htp/op/v81/test.py' 2026-07-24T19:06:58.4360930Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/lpai/conftest.py' 2026-07-24T19:06:58.4361120Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/lpai/e2e/oss/v6/test.py' 2026-07-24T19:06:58.4361420Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/lpai/feature/v6/test.py' 2026-07-24T19:06:58.4361600Z 2026-07-24 19:06:58,332 [INFO] adding 'executorch/backends/qualcomm/tests/rework/lpai/op/v6/test.py' 2026-07-24T19:06:58.4361820Z 2026-07-24 19:06:58,333 [INFO] adding 'executorch/backends/qualcomm/tests/rework/src/feature.py' 2026-07-24T19:06:58.4361980Z 2026-07-24 19:06:58,334 [INFO] adding 'executorch/backends/qualcomm/tests/rework/src/op.py' 2026-07-24T19:06:58.4362150Z 2026-07-24 19:06:58,334 [INFO] adding 'executorch/backends/qualcomm/tests/rework/src/pattern.py' 2026-07-24T19:06:58.4362330Z 2026-07-24 19:06:58,335 [INFO] adding 'executorch/backends/qualcomm/utils/check_qnn_version.py' 2026-07-24T19:06:58.4362480Z 2026-07-24 19:06:58,335 [INFO] adding 'executorch/backends/qualcomm/utils/constants.py' 2026-07-24T19:06:58.4362660Z 2026-07-24 19:06:58,335 [INFO] adding 'executorch/backends/qualcomm/utils/qnn_manager_lifecycle.py' 2026-07-24T19:06:58.4362800Z 2026-07-24 19:06:58,336 [INFO] adding 'executorch/backends/qualcomm/utils/utils.py' 2026-07-24T19:06:58.4362940Z 2026-07-24 19:06:58,336 [INFO] adding 'executorch/backends/samsung/enn_preprocess.py' 2026-07-24T19:06:58.4363110Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/annotate_qparams.py' 2026-07-24T19:06:58.4363350Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/annotate_scalar_parameters.py' 2026-07-24T19:06:58.4363530Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/conv1d_to_conv2d.py' 2026-07-24T19:06:58.4363740Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/customized_constant_prop.py' 2026-07-24T19:06:58.4363900Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/fold_qdq.py' 2026-07-24T19:06:58.4364060Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/fuse_conv_act.py' 2026-07-24T19:06:58.4364210Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/insert_qdq.py' 2026-07-24T19:06:58.4364390Z 2026-07-24 19:06:58,337 [INFO] adding 'executorch/backends/samsung/_passes/remove_useless_ops.py' 2026-07-24T19:06:58.4364560Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/_passes/replace_scalar_ops.py' 2026-07-24T19:06:58.4364710Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/_passes/utils.py' 2026-07-24T19:06:58.4364860Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/__init__.py' 2026-07-24T19:06:58.4365020Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/node_visitor.py' 2026-07-24T19:06:58.4365170Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/op_add.py' 2026-07-24T19:06:58.4365330Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/op_avg_pool2d.py' 2026-07-24T19:06:58.4365500Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/op_batch_norm.py' 2026-07-24T19:06:58.4365640Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/op_bmm.py' 2026-07-24T19:06:58.4365790Z 2026-07-24 19:06:58,338 [INFO] adding 'executorch/backends/samsung/builders/op_cat.py' 2026-07-24T19:06:58.4365940Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_clamp.py' 2026-07-24T19:06:58.4366120Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_constant_pad_nd.py' 2026-07-24T19:06:58.4366280Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_conv2d.py' 2026-07-24T19:06:58.4366440Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_dequantize.py' 2026-07-24T19:06:58.4366590Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_div.py' 2026-07-24T19:06:58.4366750Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_embedding.py' 2026-07-24T19:06:58.4366950Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_expand_copy.py' 2026-07-24T19:06:58.4367100Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_gelu.py' 2026-07-24T19:06:58.4367290Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_getitem.py' 2026-07-24T19:06:58.4367460Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_hardsigmoid.py' 2026-07-24T19:06:58.4367620Z 2026-07-24 19:06:58,339 [INFO] adding 'executorch/backends/samsung/builders/op_hardswish.py' 2026-07-24T19:06:58.4367780Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_hardtanh.py' 2026-07-24T19:06:58.4367940Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_layer_norm.py' 2026-07-24T19:06:58.4368100Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_leaky_relu.py' 2026-07-24T19:06:58.4368260Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_linear.py' 2026-07-24T19:06:58.4368420Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_log_softmax.py' 2026-07-24T19:06:58.4368590Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_max_pool2d.py' 2026-07-24T19:06:58.4368760Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_maximum.py' 2026-07-24T19:06:58.4368920Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_mean_dim.py' 2026-07-24T19:06:58.4369120Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_minimum.py' 2026-07-24T19:06:58.4369260Z 2026-07-24 19:06:58,340 [INFO] adding 'executorch/backends/samsung/builders/op_mul.py' 2026-07-24T19:06:58.4369420Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_permute.py' 2026-07-24T19:06:58.4369590Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_pixel_shuffle.py' 2026-07-24T19:06:58.4369750Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_quantize.py' 2026-07-24T19:06:58.4369900Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_relu.py' 2026-07-24T19:06:58.4370060Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_reshape.py' 2026-07-24T19:06:58.4370210Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_rsqrt.py' 2026-07-24T19:06:58.4370360Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_select.py' 2026-07-24T19:06:58.4370520Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_slice_copy.py' 2026-07-24T19:06:58.4370680Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_softmax.py' 2026-07-24T19:06:58.4370830Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_sqrt.py' 2026-07-24T19:06:58.4370990Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_squeeze.py' 2026-07-24T19:06:58.4371130Z 2026-07-24 19:06:58,341 [INFO] adding 'executorch/backends/samsung/builders/op_sub.py' 2026-07-24T19:06:58.4371290Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/builders/op_to_copy.py' 2026-07-24T19:06:58.4371450Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/builders/op_unsqueeze.py' 2026-07-24T19:06:58.4371640Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/builders/op_upsample_bilinear2d.py' 2026-07-24T19:06:58.4371840Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/builders/op_upsample_nearest2d.py' 2026-07-24T19:06:58.4371980Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/builders/utils.py' 2026-07-24T19:06:58.4372150Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/partition/enn_partitioner.py' 2026-07-24T19:06:58.4372310Z 2026-07-24 19:06:58,342 [INFO] adding 'executorch/backends/samsung/quantizer/__init__.py' 2026-07-24T19:06:58.4372490Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/quantizer/annotator.py' 2026-07-24T19:06:58.4372670Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/quantizer/qconfig.py' 2026-07-24T19:06:58.4372830Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/quantizer/quantizer.py' 2026-07-24T19:06:58.4373010Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/serialization/compile_options.py' 2026-07-24T19:06:58.4373220Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/serialization/compile_options_def.fbs' 2026-07-24T19:06:58.4373400Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/serialization/enn_graph_schema.py' 2026-07-24T19:06:58.4373580Z 2026-07-24 19:06:58,343 [INFO] adding 'executorch/backends/samsung/test/models/test_deeplab_v3.py' 2026-07-24T19:06:58.4373750Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_edsr.py' 2026-07-24T19:06:58.4373930Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_inception_v3.py' 2026-07-24T19:06:58.4374120Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_inception_v4.py' 2026-07-24T19:06:58.4374320Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_mobilenet_v2.py' 2026-07-24T19:06:58.4374500Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_mobilenet_v3.py' 2026-07-24T19:06:58.4374700Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_resnet18.py' 2026-07-24T19:06:58.4374870Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_resnet50.py' 2026-07-24T19:06:58.4375070Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_torchvision_vit.py' 2026-07-24T19:06:58.4375250Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/models/test_wav2letter.py' 2026-07-24T19:06:58.4375400Z 2026-07-24 19:06:58,344 [INFO] adding 'executorch/backends/samsung/test/ops/test_add.py' 2026-07-24T19:06:58.4375580Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_avg_pool2d.py' 2026-07-24T19:06:58.4375750Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_batch_norm.py' 2026-07-24T19:06:58.4375900Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_bmm.py' 2026-07-24T19:06:58.4376050Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_cat.py' 2026-07-24T19:06:58.4376200Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_clamp.py' 2026-07-24T19:06:58.4376380Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_constant_pad_nd.py' 2026-07-24T19:06:58.4376540Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_conv2d.py' 2026-07-24T19:06:58.4376690Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_div.py' 2026-07-24T19:06:58.4376860Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_embedding.py' 2026-07-24T19:06:58.4377040Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_expand_copy.py' 2026-07-24T19:06:58.4377190Z 2026-07-24 19:06:58,345 [INFO] adding 'executorch/backends/samsung/test/ops/test_gelu.py' 2026-07-24T19:06:58.4377360Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_leaky_relu.py' 2026-07-24T19:06:58.4377520Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_linear.py' 2026-07-24T19:06:58.4377690Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_log_softmax.py' 2026-07-24T19:06:58.4377860Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_max_pool2d.py' 2026-07-24T19:06:58.4378050Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_mean_dim.py' 2026-07-24T19:06:58.4378240Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_minimum.py' 2026-07-24T19:06:58.4378390Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_mul.py' 2026-07-24T19:06:58.4378550Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_permute.py' 2026-07-24T19:06:58.4378730Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_pixel_shuffle.py' 2026-07-24T19:06:58.4378890Z 2026-07-24 19:06:58,346 [INFO] adding 'executorch/backends/samsung/test/ops/test_relu.py' 2026-07-24T19:06:58.4379060Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_reshape.py' 2026-07-24T19:06:58.4379270Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_rsqrt.py' 2026-07-24T19:06:58.4382010Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_select.py' 2026-07-24T19:06:58.4382190Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_slice_copy.py' 2026-07-24T19:06:58.4382360Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_softmax.py' 2026-07-24T19:06:58.4382540Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_sqrt.py' 2026-07-24T19:06:58.4382700Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_squeeze.py' 2026-07-24T19:06:58.4382880Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_sub.py' 2026-07-24T19:06:58.4383040Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_to_copy.py' 2026-07-24T19:06:58.4383210Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_unsqueeze.py' 2026-07-24T19:06:58.4383410Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_upsample_bilinear2d.py' 2026-07-24T19:06:58.4383610Z 2026-07-24 19:06:58,347 [INFO] adding 'executorch/backends/samsung/test/ops/test_upsample_nearest2d.py' 2026-07-24T19:06:58.4383770Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/test/tester/__init__.py' 2026-07-24T19:06:58.4383940Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/test/tester/samsung_tester.py' 2026-07-24T19:06:58.4384100Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/test/utils/__init__.py' 2026-07-24T19:06:58.4384280Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/test/utils/runtime_executor.py' 2026-07-24T19:06:58.4384430Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/utils/constants.py' 2026-07-24T19:06:58.4384580Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/utils/export_utils.py' 2026-07-24T19:06:58.4384720Z 2026-07-24 19:06:58,348 [INFO] adding 'executorch/backends/samsung/utils/utils.py' 2026-07-24T19:06:58.4384850Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/graph_builder.py' 2026-07-24T19:06:58.4384990Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/program_builder.py' 2026-07-24T19:06:58.4385130Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/facto/__init__.py' 2026-07-24T19:06:58.4385270Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/facto/facto_specs.py' 2026-07-24T19:06:58.4385410Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/facto/test_facto.py' 2026-07-24T19:06:58.4385550Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/harness/__init__.py' 2026-07-24T19:06:58.4385710Z 2026-07-24 19:06:58,349 [INFO] adding 'executorch/backends/test/harness/error_statistics.py' 2026-07-24T19:06:58.4385850Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/tester.py' 2026-07-24T19:06:58.4386030Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/__init__.py' 2026-07-24T19:06:58.4386190Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/export.py' 2026-07-24T19:06:58.4386390Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/partition.py' 2026-07-24T19:06:58.4386550Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/quantize.py' 2026-07-24T19:06:58.4386710Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/run_passes.py' 2026-07-24T19:06:58.4386870Z 2026-07-24 19:06:58,350 [INFO] adding 'executorch/backends/test/harness/stages/serialize.py' 2026-07-24T19:06:58.4387020Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/harness/stages/stage.py' 2026-07-24T19:06:58.4387170Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/harness/stages/to_edge.py' 2026-07-24T19:06:58.4387390Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/harness/stages/to_edge_transform_and_lower.py' 2026-07-24T19:06:58.4387570Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/harness/stages/to_executorch.py' 2026-07-24T19:06:58.4387760Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/harness/tests/test_error_statistics.py' 2026-07-24T19:06:58.4387940Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/suite/__init__.py' 2026-07-24T19:06:58.4388080Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/suite/conftest.py' 2026-07-24T19:06:58.4388230Z 2026-07-24 19:06:58,351 [INFO] adding 'executorch/backends/test/suite/context.py' 2026-07-24T19:06:58.4388370Z 2026-07-24 19:06:58,352 [INFO] adding 'executorch/backends/test/suite/discovery.py' 2026-07-24T19:06:58.4388500Z 2026-07-24 19:06:58,352 [INFO] adding 'executorch/backends/test/suite/flow.py' 2026-07-24T19:06:58.4388690Z 2026-07-24 19:06:58,352 [INFO] adding 'executorch/backends/test/suite/generate_markdown_summary.py' 2026-07-24T19:06:58.4388880Z 2026-07-24 19:06:58,352 [INFO] adding 'executorch/backends/test/suite/generate_markdown_summary_json.py' 2026-07-24T19:06:58.4389020Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/reporting.py' 2026-07-24T19:06:58.4389160Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/runner.py' 2026-07-24T19:06:58.4389320Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/flows/__init__.py' 2026-07-24T19:06:58.4389450Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/flows/arm.py' 2026-07-24T19:06:58.4389600Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/flows/coreml.py' 2026-07-24T19:06:58.4389740Z 2026-07-24 19:06:58,353 [INFO] adding 'executorch/backends/test/suite/flows/mlx.py' 2026-07-24T19:06:58.4389890Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/openvino.py' 2026-07-24T19:06:58.4390040Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/portable.py' 2026-07-24T19:06:58.4390200Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/qualcomm.py' 2026-07-24T19:06:58.4390340Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/vulkan.py' 2026-07-24T19:06:58.4390490Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/webgpu.py' 2026-07-24T19:06:58.4390640Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/flows/xnnpack.py' 2026-07-24T19:06:58.4390790Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/models/__init__.py' 2026-07-24T19:06:58.4390970Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/models/test_torchaudio.py' 2026-07-24T19:06:58.4391150Z 2026-07-24 19:06:58,354 [INFO] adding 'executorch/backends/test/suite/models/test_torchvision.py' 2026-07-24T19:06:58.4391310Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/__init__.py' 2026-07-24T19:06:58.4391500Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_abs.py' 2026-07-24T19:06:58.4391710Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool1d.py' 2026-07-24T19:06:58.4391940Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool2d.py' 2026-07-24T19:06:58.4392140Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_avgpool3d.py' 2026-07-24T19:06:58.4392350Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool1d.py' 2026-07-24T19:06:58.4392560Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool2d.py' 2026-07-24T19:06:58.4392760Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_adaptive_maxpool3d.py' 2026-07-24T19:06:58.4392920Z 2026-07-24 19:06:58,355 [INFO] adding 'executorch/backends/test/suite/operators/test_add.py' 2026-07-24T19:06:58.4393090Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_amax.py' 2026-07-24T19:06:58.4393250Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_amin.py' 2026-07-24T19:06:58.4393450Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_argmax.py' 2026-07-24T19:06:58.4393620Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_argmin.py' 2026-07-24T19:06:58.4393830Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_avgpool1d.py' 2026-07-24T19:06:58.4394010Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_avgpool2d.py' 2026-07-24T19:06:58.4394190Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_avgpool3d.py' 2026-07-24T19:06:58.4394350Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_cat.py' 2026-07-24T19:06:58.4394520Z 2026-07-24 19:06:58,356 [INFO] adding 'executorch/backends/test/suite/operators/test_ceil.py' 2026-07-24T19:06:58.4394690Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_clamp.py' 2026-07-24T19:06:58.4394860Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_conv1d.py' 2026-07-24T19:06:58.4395030Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_conv2d.py' 2026-07-24T19:06:58.4395200Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_conv3d.py' 2026-07-24T19:06:58.4395400Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_convtranspose1d.py' 2026-07-24T19:06:58.4395600Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_convtranspose2d.py' 2026-07-24T19:06:58.4395800Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_convtranspose3d.py' 2026-07-24T19:06:58.4395960Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_div.py' 2026-07-24T19:06:58.4396120Z 2026-07-24 19:06:58,357 [INFO] adding 'executorch/backends/test/suite/operators/test_elu.py' 2026-07-24T19:06:58.4396300Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_embedding.py' 2026-07-24T19:06:58.4396490Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_embedding_bag.py' 2026-07-24T19:06:58.4396660Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_exp.py' 2026-07-24T19:06:58.4396830Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_expand.py' 2026-07-24T19:06:58.4396990Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_floor.py' 2026-07-24T19:06:58.4397180Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_floor_divide.py' 2026-07-24T19:06:58.4397370Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_gelu.py' 2026-07-24T19:06:58.4397550Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_glu.py' 2026-07-24T19:06:58.4397740Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_hardsigmoid.py' 2026-07-24T19:06:58.4397920Z 2026-07-24 19:06:58,358 [INFO] adding 'executorch/backends/test/suite/operators/test_hardswish.py' 2026-07-24T19:06:58.4398090Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_hardtanh.py' 2026-07-24T19:06:58.4398270Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_index_put.py' 2026-07-24T19:06:58.4398450Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_index_select.py' 2026-07-24T19:06:58.4398630Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_leaky_relu.py' 2026-07-24T19:06:58.4398800Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_linear.py' 2026-07-24T19:06:58.4398960Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_log.py' 2026-07-24T19:06:58.4399150Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_log10.py' 2026-07-24T19:06:58.4399320Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_log1p.py' 2026-07-24T19:06:58.4399500Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_log2.py' 2026-07-24T19:06:58.4399690Z 2026-07-24 19:06:58,359 [INFO] adding 'executorch/backends/test/suite/operators/test_logsigmoid.py' 2026-07-24T19:06:58.4399850Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_lstm.py' 2026-07-24T19:06:58.4400030Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_masked_fill.py' 2026-07-24T19:06:58.4400210Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_maxpool1d.py' 2026-07-24T19:06:58.4400390Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_maxpool2d.py' 2026-07-24T19:06:58.4400570Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_maxpool3d.py' 2026-07-24T19:06:58.4400730Z 2026-07-24 19:06:58,360 [INFO] adding 'executorch/backends/test/suite/operators/test_mean.py' 2026-07-24T19:06:58.4400910Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_median.py' 2026-07-24T19:06:58.4401070Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_mul.py' 2026-07-24T19:06:58.4401280Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_neg.py' 2026-07-24T19:06:58.4401460Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_permute.py' 2026-07-24T19:06:58.4401620Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_pow.py' 2026-07-24T19:06:58.4401790Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_prelu.py' 2026-07-24T19:06:58.4401950Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_relu.py' 2026-07-24T19:06:58.4402120Z 2026-07-24 19:06:58,361 [INFO] adding 'executorch/backends/test/suite/operators/test_reshape.py' 2026-07-24T19:06:58.4402290Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_round.py' 2026-07-24T19:06:58.4402450Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_rsqrt.py' 2026-07-24T19:06:58.4402620Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_select.py' 2026-07-24T19:06:58.4402790Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_sigmoid.py' 2026-07-24T19:06:58.4402990Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_silu.py' 2026-07-24T19:06:58.4403180Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_slice.py' 2026-07-24T19:06:58.4403350Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_split.py' 2026-07-24T19:06:58.4403510Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_sqrt.py' 2026-07-24T19:06:58.4403680Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_square.py' 2026-07-24T19:06:58.4403850Z 2026-07-24 19:06:58,362 [INFO] adding 'executorch/backends/test/suite/operators/test_squeeze.py' 2026-07-24T19:06:58.4404010Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_stack.py' 2026-07-24T19:06:58.4404170Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_sub.py' 2026-07-24T19:06:58.4404340Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_tanh.py' 2026-07-24T19:06:58.4404520Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_threshold.py' 2026-07-24T19:06:58.4404720Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_transpose.py' 2026-07-24T19:06:58.4404890Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_trunc.py' 2026-07-24T19:06:58.4405090Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_unsqueeze.py' 2026-07-24T19:06:58.4405310Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_upsample_bilinear2d.py' 2026-07-24T19:06:58.4405510Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_upsample_nearest2d.py' 2026-07-24T19:06:58.4405670Z 2026-07-24 19:06:58,363 [INFO] adding 'executorch/backends/test/suite/operators/test_view.py' 2026-07-24T19:06:58.4405830Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/test/suite/tests/__init__.py' 2026-07-24T19:06:58.4406000Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/test/suite/tests/test_reporting.py' 2026-07-24T19:06:58.4406130Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/transforms/__init__.py' 2026-07-24T19:06:58.4406290Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2026-07-24T19:06:58.4406460Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/transforms/aten_to_dialect_pass.py' 2026-07-24T19:06:58.4406620Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/transforms/channels_last_ops.py' 2026-07-24T19:06:58.4406780Z 2026-07-24 19:06:58,364 [INFO] adding 'executorch/backends/transforms/convert_dtype_pass.py' 2026-07-24T19:06:58.4406970Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/decompose_channels_last_pass.py' 2026-07-24T19:06:58.4407120Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/decompose_sdpa.py' 2026-07-24T19:06:58.4407320Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2026-07-24T19:06:58.4407500Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2026-07-24T19:06:58.4407720Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/fuse_cascaded_transpose_or_permute_ops.py' 2026-07-24T19:06:58.4407900Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/fuse_cascaded_view_ops.py' 2026-07-24T19:06:58.4410680Z 2026-07-24 19:06:58,365 [INFO] adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2026-07-24T19:06:58.4410910Z 2026-07-24 19:06:58,366 [INFO] adding 'executorch/backends/transforms/fuse_transpose_or_permute_op_pairs_pass.py' 2026-07-24T19:06:58.4411060Z 2026-07-24 19:06:58,366 [INFO] adding 'executorch/backends/transforms/fuse_view_copy.py' 2026-07-24T19:06:58.4411250Z 2026-07-24 19:06:58,366 [INFO] adding 'executorch/backends/transforms/mean_to_sum_div.py' 2026-07-24T19:06:58.4411450Z 2026-07-24 19:06:58,366 [INFO] adding 'executorch/backends/transforms/permute_pass_utils.py' 2026-07-24T19:06:58.4411660Z 2026-07-24 19:06:58,366 [INFO] adding 'executorch/backends/transforms/postpone_permute_below_squeeze_view.py' 2026-07-24T19:06:58.4411860Z 2026-07-24 19:06:58,367 [INFO] adding 'executorch/backends/transforms/quantize_fused_convbn_bias_pass.py' 2026-07-24T19:06:58.4412020Z 2026-07-24 19:06:58,367 [INFO] adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2026-07-24T19:06:58.4412170Z 2026-07-24 19:06:58,367 [INFO] adding 'executorch/backends/transforms/remove_clone_ops.py' 2026-07-24T19:06:58.4412330Z 2026-07-24 19:06:58,367 [INFO] adding 'executorch/backends/transforms/remove_getitem_op.py' 2026-07-24T19:06:58.4412550Z 2026-07-24 19:06:58,367 [INFO] adding 'executorch/backends/transforms/remove_permutes_around_elementwise_ops.py' 2026-07-24T19:06:58.4412790Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/replace_nop_transpose_or_permute_with_view.py' 2026-07-24T19:06:58.4412970Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2026-07-24T19:06:58.4413140Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/utils.py' 2026-07-24T19:06:58.4413350Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2026-07-24T19:06:58.4413510Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/test/common.py' 2026-07-24T19:06:58.4413710Z 2026-07-24 19:06:58,368 [INFO] adding 'executorch/backends/transforms/test/test_aten_to_dialect_pass.py' 2026-07-24T19:06:58.4413900Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_channels_last_ops.py' 2026-07-24T19:06:58.4414130Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2026-07-24T19:06:58.4414330Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_create_mutable_buffer.py' 2026-07-24T19:06:58.4414550Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_decompose_channels_last_pass.py' 2026-07-24T19:06:58.4414730Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_decompose_sdpa.py' 2026-07-24T19:06:58.4414960Z 2026-07-24 19:06:58,369 [INFO] adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2026-07-24T19:06:58.4415180Z 2026-07-24 19:06:58,370 [INFO] adding 'executorch/backends/transforms/test/test_permute_optimization_passes.py' 2026-07-24T19:06:58.4415400Z 2026-07-24 19:06:58,370 [INFO] adding 'executorch/backends/transforms/test/test_quantize_fused_convbn_bias_pass.py' 2026-07-24T19:06:58.4415580Z 2026-07-24 19:06:58,370 [INFO] adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2026-07-24T19:06:58.4415770Z 2026-07-24 19:06:58,370 [INFO] adding 'executorch/backends/transforms/test/test_remove_clone_ops.py' 2026-07-24T19:06:58.4416000Z 2026-07-24 19:06:58,371 [INFO] adding 'executorch/backends/transforms/test/test_to_contiguous_channels_last_pass.py' 2026-07-24T19:06:58.4416130Z 2026-07-24 19:06:58,371 [INFO] adding 'executorch/backends/vulkan/__init__.py' 2026-07-24T19:06:58.4416270Z 2026-07-24 19:06:58,371 [INFO] adding 'executorch/backends/vulkan/custom_ops_lib.py' 2026-07-24T19:06:58.4416410Z 2026-07-24 19:06:58,372 [INFO] adding 'executorch/backends/vulkan/op_registry.py' 2026-07-24T19:06:58.4416530Z 2026-07-24 19:06:58,373 [INFO] adding 'executorch/backends/vulkan/utils.py' 2026-07-24T19:06:58.4416680Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2026-07-24T19:06:58.4416830Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/_passes/__init__.py' 2026-07-24T19:06:58.4417010Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/_passes/fold_qdq.py' 2026-07-24T19:06:58.4417170Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/_passes/fuse_patterns.py' 2026-07-24T19:06:58.4417370Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2026-07-24T19:06:58.4417560Z 2026-07-24 19:06:58,374 [INFO] adding 'executorch/backends/vulkan/_passes/insert_dtype_promotion.py' 2026-07-24T19:06:58.4417740Z 2026-07-24 19:06:58,375 [INFO] adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2026-07-24T19:06:58.4417900Z 2026-07-24 19:06:58,375 [INFO] adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2026-07-24T19:06:58.4418080Z 2026-07-24 19:06:58,375 [INFO] adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2026-07-24T19:06:58.4418270Z 2026-07-24 19:06:58,375 [INFO] adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2026-07-24T19:06:58.8405090Z 2026-07-24 19:06:58,375 [INFO] adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2026-07-24T19:06:58.8406820Z 2026-07-24 19:06:58,376 [INFO] adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2026-07-24T19:06:58.8408550Z 2026-07-24 19:06:58,376 [INFO] adding 'executorch/backends/vulkan/patterns/__init__.py' 2026-07-24T19:06:58.8409380Z 2026-07-24 19:06:58,376 [INFO] adding 'executorch/backends/vulkan/patterns/pattern_registry.py' 2026-07-24T19:06:58.8410280Z 2026-07-24 19:06:58,376 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_binary.py' 2026-07-24T19:06:58.8410970Z 2026-07-24 19:06:58,376 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_convolution.py' 2026-07-24T19:06:58.8411510Z 2026-07-24 19:06:58,377 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_embedding.py' 2026-07-24T19:06:58.8411980Z 2026-07-24 19:06:58,377 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_linear.py' 2026-07-24T19:06:58.8419530Z 2026-07-24 19:06:58,377 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_pixel_shuffle.py' 2026-07-24T19:06:58.8420040Z 2026-07-24 19:06:58,377 [INFO] adding 'executorch/backends/vulkan/patterns/quantized_unary.py' 2026-07-24T19:06:58.8420470Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/rms_norm.py' 2026-07-24T19:06:58.8420850Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/rope.py' 2026-07-24T19:06:58.8421230Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/rope_hf.py' 2026-07-24T19:06:58.8421610Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/sdpa.py' 2026-07-24T19:06:58.8422010Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/select_as_symint.py' 2026-07-24T19:06:58.8422570Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/patterns/weight_packing_utils.py' 2026-07-24T19:06:58.8423130Z 2026-07-24 19:06:58,378 [INFO] adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2026-07-24T19:06:58.8423580Z 2026-07-24 19:06:58,379 [INFO] adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer_utils.py' 2026-07-24T19:06:58.8424070Z 2026-07-24 19:06:58,380 [INFO] adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2026-07-24T19:06:58.8424600Z 2026-07-24 19:06:58,380 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/adamw_step.yaml' 2026-07-24T19:06:58.8425160Z 2026-07-24 19:06:58,380 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/apply_rotary_emb_interleaved.yaml' 2026-07-24T19:06:58.8425810Z 2026-07-24 19:06:58,380 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange_buffer.yaml' 2026-07-24T19:06:58.8426410Z 2026-07-24 19:06:58,380 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange_texture.yaml' 2026-07-24T19:06:58.8426920Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2026-07-24T19:06:58.8427520Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2026-07-24T19:06:58.8428090Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_buffer.yaml' 2026-07-24T19:06:58.8428610Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op_texture.yaml' 2026-07-24T19:06:58.8429140Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_buffer.yaml' 2026-07-24T19:06:58.8429680Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_scalar_texture.yaml' 2026-07-24T19:06:58.8430250Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2026-07-24T19:06:58.8430810Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2026-07-24T19:06:58.8431320Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2026-07-24T19:06:58.8431840Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/choose_qparams_per_row.yaml' 2026-07-24T19:06:58.8432510Z 2026-07-24 19:06:58,381 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2026-07-24T19:06:58.8432980Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/col2im.yaml' 2026-07-24T19:06:58.8433510Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/concat_buffer.yaml' 2026-07-24T19:06:58.8434000Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/concat_texture.yaml' 2026-07-24T19:06:58.8434460Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2026-07-24T19:06:58.8434920Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_dw.yaml' 2026-07-24T19:06:58.8435430Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d_pw.yaml' 2026-07-24T19:06:58.8435900Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2026-07-24T19:06:58.8436360Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2026-07-24T19:06:58.8436870Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2026-07-24T19:06:58.8437430Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2026-07-24T19:06:58.8438000Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_q8ta_q8csw_q8to.yaml' 2026-07-24T19:06:58.8438570Z 2026-07-24 19:06:58,382 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2026-07-24T19:06:58.8439100Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_gemm.yaml' 2026-07-24T19:06:58.8439600Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_im2col.yaml' 2026-07-24T19:06:58.8440120Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2026-07-24T19:06:58.8440630Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2026-07-24T19:06:58.8441170Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_q8ta_q8csw_q8to_tiled.yaml' 2026-07-24T19:06:58.8441710Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2026-07-24T19:06:58.8442210Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_tiled.yaml' 2026-07-24T19:06:58.8442780Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8csw_linear_tiled.yaml' 2026-07-24T19:06:58.8443520Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_linear_tiled.yaml' 2026-07-24T19:06:58.8444060Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to.yaml' 2026-07-24T19:06:58.8444660Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_q8ta_q8csw_q8to_linear_tiled.yaml' 2026-07-24T19:06:58.8445360Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2026-07-24T19:06:58.8445900Z 2026-07-24 19:06:58,383 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2026-07-24T19:06:58.8446430Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/coopmat_mm.yaml' 2026-07-24T19:06:58.8447000Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_buffer.yaml' 2026-07-24T19:06:58.8447530Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_legacy.yaml' 2026-07-24T19:06:58.8448060Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_q4gsw.yaml' 2026-07-24T19:06:58.8448590Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding_texture.yaml' 2026-07-24T19:06:58.8449080Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/expand_buffer.yaml' 2026-07-24T19:06:58.8449560Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/expand_texture.yaml' 2026-07-24T19:06:58.8450050Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2026-07-24T19:06:58.8450580Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full_buffer.yaml' 2026-07-24T19:06:58.8451070Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full_texture.yaml' 2026-07-24T19:06:58.8451540Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce.yaml' 2026-07-24T19:06:58.8452020Z 2026-07-24 19:06:58,384 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/fused_ce_sum.yaml' 2026-07-24T19:06:58.8452570Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/gather_buffer.yaml' 2026-07-24T19:06:58.8453030Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/gather_texture.yaml' 2026-07-24T19:06:58.8453480Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2026-07-24T19:06:58.8453970Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_sampler_2d.yaml' 2026-07-24T19:06:58.8454500Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_reduce_texture.yaml' 2026-07-24T19:06:58.8455030Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/group_norm_texture.yaml' 2026-07-24T19:06:58.8455510Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/im2col.yaml' 2026-07-24T19:06:58.8455980Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/im2col_packed_int8.yaml' 2026-07-24T19:06:58.8456480Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2026-07-24T19:06:58.8456960Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2026-07-24T19:06:58.8457510Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2026-07-24T19:06:58.8458060Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_buffer.yaml' 2026-07-24T19:06:58.8458650Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_tensor_texture.yaml' 2026-07-24T19:06:58.8459370Z 2026-07-24 19:06:58,385 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/int8x4_buffer_to_nchw.yaml' 2026-07-24T19:06:58.8459930Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dW.yaml' 2026-07-24T19:06:58.8460520Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_q4gsw_tiled.yaml' 2026-07-24T19:06:58.8461180Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_dq8ca_qw_coopmat.yaml' 2026-07-24T19:06:58.8461690Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_coop.yaml' 2026-07-24T19:06:58.8462190Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q4gsw_tiled.yaml' 2026-07-24T19:06:58.8462770Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8csw_tiled.yaml' 2026-07-24T19:06:58.8463340Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_q8ta_q8csw_tiled.yaml' 2026-07-24T19:06:58.8463960Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2026-07-24T19:06:58.8464460Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2026-07-24T19:06:58.8464960Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2026-07-24T19:06:58.8465460Z 2026-07-24 19:06:58,386 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qw_coopmat.yaml' 2026-07-24T19:06:58.8465960Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_scalar.yaml' 2026-07-24T19:06:58.8466430Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_vec.yaml' 2026-07-24T19:06:58.8466930Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_scalar.yaml' 2026-07-24T19:06:58.8467450Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_vec.yaml' 2026-07-24T19:06:58.8467970Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2026-07-24T19:06:58.8468570Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_buffer.yaml' 2026-07-24T19:06:58.8469120Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm_texture.yaml' 2026-07-24T19:06:58.8469700Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2026-07-24T19:06:58.8470310Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2026-07-24T19:06:58.8470850Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2026-07-24T19:06:58.8471350Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_int8x4_buffer.yaml' 2026-07-24T19:06:58.8471830Z 2026-07-24 19:06:58,387 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2026-07-24T19:06:58.8472320Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_conv2d_gemm_weight.yaml' 2026-07-24T19:06:58.8472900Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_fp_linear_weight.yaml' 2026-07-24T19:06:58.8473730Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2026-07-24T19:06:58.8474410Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight.yaml' 2026-07-24T19:06:58.8475040Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q4_linear_weight__w_4x8.yaml' 2026-07-24T19:06:58.8475740Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_dw_weights.yaml' 2026-07-24T19:06:58.8476470Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_conv2d_weights.yaml' 2026-07-24T19:06:58.8477030Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_q8_linear_weight.yaml' 2026-07-24T19:06:58.8477650Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_buffer.yaml' 2026-07-24T19:06:58.8478200Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_texture.yaml' 2026-07-24T19:06:58.8478860Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute_buffer.yaml' 2026-07-24T19:06:58.8479490Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute_texture.yaml' 2026-07-24T19:06:58.8480180Z 2026-07-24 19:06:58,388 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_buffer.yaml' 2026-07-24T19:06:58.8480730Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pixel_shuffle_texture.yaml' 2026-07-24T19:06:58.8481230Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_backward.yaml' 2026-07-24T19:06:58.8481750Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__tin__w_4x8.yaml' 2026-07-24T19:06:58.8482290Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemm__w_4x8.yaml' 2026-07-24T19:06:58.8482840Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_linear_gemv_coop__w_4x8.yaml' 2026-07-24T19:06:58.8483390Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q4gsw_requant.yaml' 2026-07-24T19:06:58.8483880Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_binary.yaml' 2026-07-24T19:06:58.8484470Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_clone.yaml' 2026-07-24T19:06:58.8484950Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d.yaml' 2026-07-24T19:06:58.8485420Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_dw.yaml' 2026-07-24T19:06:58.8485900Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_pw.yaml' 2026-07-24T19:06:58.8486400Z 2026-07-24 19:06:58,389 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_conv2d_transposed.yaml' 2026-07-24T19:06:58.8486910Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_dequantize.yaml' 2026-07-24T19:06:58.8487390Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_im2col.yaml' 2026-07-24T19:06:58.8487850Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear.yaml' 2026-07-24T19:06:58.8488330Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_linear_gemv.yaml' 2026-07-24T19:06:58.8488830Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_pixel_shuffle.yaml' 2026-07-24T19:06:58.8489370Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_quantize.yaml' 2026-07-24T19:06:58.8489870Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q8ta_unary.yaml' 2026-07-24T19:06:58.8490370Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w.yaml' 2026-07-24T19:06:58.8490930Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4h4w_with_group_sums.yaml' 2026-07-24T19:06:58.8491500Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_4w4c.yaml' 2026-07-24T19:06:58.8492040Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/quantize_and_pack_im2col.yaml' 2026-07-24T19:06:58.8492530Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2026-07-24T19:06:58.8493120Z 2026-07-24 19:06:58,390 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce2d.yaml' 2026-07-24T19:06:58.8493690Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce_per_row_buffer.yaml' 2026-07-24T19:06:58.8494230Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_buffer.yaml' 2026-07-24T19:06:58.8494720Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2026-07-24T19:06:58.8495230Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2026-07-24T19:06:58.8495730Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_texture.yaml' 2026-07-24T19:06:58.8496210Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_buffer.yaml' 2026-07-24T19:06:58.8496710Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rms_norm_texture.yaml' 2026-07-24T19:06:58.8497210Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2026-07-24T19:06:58.8497780Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding_hf.yaml' 2026-07-24T19:06:58.8498300Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/scalar_tensor.yaml' 2026-07-24T19:06:58.8498820Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weights_softmax.yaml' 2026-07-24T19:06:58.8499870Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_coop.yaml' 2026-07-24T19:06:58.8500510Z 2026-07-24 19:06:58,391 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_attn_weights_tiled.yaml' 2026-07-24T19:06:58.8501110Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_coop.yaml' 2026-07-24T19:06:58.8501660Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_compute_out_tiled.yaml' 2026-07-24T19:06:58.8502200Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_kv_cache_update.yaml' 2026-07-24T19:06:58.8502700Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/set_zero.yaml' 2026-07-24T19:06:58.8503200Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2026-07-24T19:06:58.8503670Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_buffer.yaml' 2026-07-24T19:06:58.8504170Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/split_buffer.yaml' 2026-07-24T19:06:58.8504790Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/split_texture.yaml' 2026-07-24T19:06:58.8505260Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2026-07-24T19:06:58.8505800Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2026-07-24T19:06:58.8506310Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2026-07-24T19:06:58.8506870Z 2026-07-24 19:06:58,392 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized.yaml' 2026-07-24T19:06:58.8507500Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transpose_cast_contig_to_vectorized_4x4.yaml' 2026-07-24T19:06:58.8508060Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2026-07-24T19:06:58.8508580Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unpack_4w4c_and_dequantize.yaml' 2026-07-24T19:06:58.8509130Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/update_concat_offset.yaml' 2026-07-24T19:06:58.8509710Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2026-07-24T19:06:58.8510190Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2026-07-24T19:06:58.8510730Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2026-07-24T19:06:58.8511220Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view_buffer.yaml' 2026-07-24T19:06:58.8511730Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml' 2026-07-24T19:06:58.8512260Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml' 2026-07-24T19:06:58.8512770Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view_texture.yaml' 2026-07-24T19:06:58.8513240Z 2026-07-24 19:06:58,393 [INFO] adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2026-07-24T19:06:58.8513660Z 2026-07-24 19:06:58,394 [INFO] adding 'executorch/backends/vulkan/serialization/schema.fbs' 2026-07-24T19:06:58.8514100Z 2026-07-24 19:06:58,394 [INFO] adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2026-07-24T19:06:58.8514580Z 2026-07-24 19:06:58,394 [INFO] adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2026-07-24T19:06:58.8515050Z 2026-07-24 19:06:58,394 [INFO] adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2026-07-24T19:06:58.8515510Z 2026-07-24 19:06:58,394 [INFO] adding 'executorch/backends/vulkan/test/test_serialization.py' 2026-07-24T19:06:58.8515950Z 2026-07-24 19:06:58,395 [INFO] adding 'executorch/backends/vulkan/test/test_vulkan_compile_options.py' 2026-07-24T19:06:58.8516390Z 2026-07-24 19:06:58,396 [INFO] adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2026-07-24T19:06:58.8516840Z 2026-07-24 19:06:58,396 [INFO] adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2026-07-24T19:06:58.8517270Z 2026-07-24 19:06:58,396 [INFO] adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2026-07-24T19:06:58.8517760Z 2026-07-24 19:06:58,397 [INFO] adding 'executorch/backends/vulkan/test/test_vulkan_tensor_repr.py' 2026-07-24T19:06:58.8518210Z 2026-07-24 19:06:58,397 [INFO] adding 'executorch/backends/vulkan/test/tester.py' 2026-07-24T19:06:58.8518560Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/utils.py' 2026-07-24T19:06:58.8518940Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/custom_ops/glsl/add.yaml' 2026-07-24T19:06:58.8519460Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/custom_ops/glsl/q4gsw_linear_gemv__w_4x8.yaml' 2026-07-24T19:06:58.8519930Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2026-07-24T19:06:58.8520420Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2026-07-24T19:06:58.8520890Z 2026-07-24 19:06:58,398 [INFO] adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2026-07-24T19:06:58.8521330Z 2026-07-24 19:06:58,399 [INFO] adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2026-07-24T19:06:58.8521760Z 2026-07-24 19:06:58,399 [INFO] adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2026-07-24T19:06:58.8522390Z 2026-07-24 19:06:58,399 [INFO] adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2026-07-24T19:06:58.8522870Z 2026-07-24 19:06:58,399 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2026-07-24T19:06:58.8523330Z 2026-07-24 19:06:58,400 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2026-07-24T19:06:58.8529220Z 2026-07-24 19:06:58,400 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2026-07-24T19:06:58.8529870Z 2026-07-24 19:06:58,400 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2026-07-24T19:06:58.8530390Z 2026-07-24 19:06:58,401 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2026-07-24T19:06:58.8530890Z 2026-07-24 19:06:58,401 [INFO] adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2026-07-24T19:06:58.8531410Z 2026-07-24 19:06:58,401 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2026-07-24T19:06:58.8531980Z 2026-07-24 19:06:58,402 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/base_generator.py' 2026-07-24T19:06:58.8532540Z 2026-07-24 19:06:58,403 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2026-07-24T19:06:58.8533080Z 2026-07-24 19:06:58,404 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2026-07-24T19:06:58.8533640Z 2026-07-24 19:06:58,404 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/parse_dependency.py' 2026-07-24T19:06:58.8534330Z 2026-07-24 19:06:58,407 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2026-07-24T19:06:58.8534900Z 2026-07-24 19:06:58,407 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/stripAPI.py' 2026-07-24T19:06:58.8535450Z 2026-07-24 19:06:58,407 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2026-07-24T19:06:58.8536000Z 2026-07-24 19:06:58,407 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vulkan_object.py' 2026-07-24T19:06:58.8536590Z 2026-07-24 19:06:58,408 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/conventions.py' 2026-07-24T19:06:58.8537180Z 2026-07-24 19:06:58,408 [INFO] adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2026-07-24T19:06:58.8537790Z 2026-07-24 19:06:58,408 [INFO] adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2026-07-24T19:06:58.8538350Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2026-07-24T19:06:58.8538800Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2026-07-24T19:06:58.8539350Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2026-07-24T19:06:58.8539910Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2026-07-24T19:06:58.8540560Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2026-07-24T19:06:58.8541230Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2026-07-24T19:06:58.8541710Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2026-07-24T19:06:58.8542180Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/webgpu/__init__.py' 2026-07-24T19:06:58.8542680Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/webgpu/runtime/ops/binary_op/binary_op.yaml' 2026-07-24T19:06:58.8543310Z 2026-07-24 19:06:58,409 [INFO] adding 'executorch/backends/webgpu/runtime/ops/boolean_op/boolean_op.yaml' 2026-07-24T19:06:58.8543890Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/quantized_linear/q4gsw_linear_gemm_steel.yaml' 2026-07-24T19:06:58.8544530Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/rms_norm/rms_norm.yaml' 2026-07-24T19:06:58.8545120Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_attn_weights.yaml' 2026-07-24T19:06:58.8545640Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/sdpa/sdpa_compute_out.yaml' 2026-07-24T19:06:58.8546280Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/sdpa_fd_decode/sdpa_fd_split.yaml' 2026-07-24T19:06:58.8546790Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/softmax/softmax.yaml' 2026-07-24T19:06:58.8547260Z 2026-07-24 19:06:58,410 [INFO] adding 'executorch/backends/webgpu/runtime/ops/update_cache/update_cache.yaml' 2026-07-24T19:06:58.8547720Z 2026-07-24 19:06:58,411 [INFO] adding 'executorch/backends/webgpu/scripts/gen_wgsl_headers.py' 2026-07-24T19:06:58.8548100Z 2026-07-24 19:06:58,411 [INFO] adding 'executorch/backends/webgpu/test/conftest.py' 2026-07-24T19:06:58.8548490Z 2026-07-24 19:06:58,411 [INFO] adding 'executorch/backends/webgpu/test/test_wgsl_codegen.py' 2026-07-24T19:06:58.8548870Z 2026-07-24 19:06:58,411 [INFO] adding 'executorch/backends/webgpu/test/tester.py' 2026-07-24T19:06:58.8549250Z 2026-07-24 19:06:58,411 [INFO] adding 'executorch/backends/webgpu/test/op_tests/__init__.py' 2026-07-24T19:06:58.8549640Z 2026-07-24 19:06:58,412 [INFO] adding 'executorch/backends/webgpu/test/op_tests/cases.py' 2026-07-24T19:06:58.8550060Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/op_tests/generate_op_tests.py' 2026-07-24T19:06:58.8550510Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/op_tests/test_generator.py' 2026-07-24T19:06:58.8550940Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/op_tests/test_schema.py' 2026-07-24T19:06:58.8551350Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/op_tests/test_suite.py' 2026-07-24T19:06:58.8551750Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/ops/__init__.py' 2026-07-24T19:06:58.8552130Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/ops/test_adamw.py' 2026-07-24T19:06:58.8552510Z 2026-07-24 19:06:58,413 [INFO] adding 'executorch/backends/webgpu/test/ops/test_add.py' 2026-07-24T19:06:58.8552900Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_addmm.py' 2026-07-24T19:06:58.8553280Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_argmax.py' 2026-07-24T19:06:58.8553690Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_avg_pool2d.py' 2026-07-24T19:06:58.8554100Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_batch_norm.py' 2026-07-24T19:06:58.8554510Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_bitwise.py' 2026-07-24T19:06:58.8554900Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_bmm.py' 2026-07-24T19:06:58.8555310Z 2026-07-24 19:06:58,414 [INFO] adding 'executorch/backends/webgpu/test/ops/test_cat.py' 2026-07-24T19:06:58.8555730Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_compare.py' 2026-07-24T19:06:58.8556150Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_constant_pad_nd.py' 2026-07-24T19:06:58.8556570Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_conv1d_dw.py' 2026-07-24T19:06:58.8556990Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_conv1d_pw.py' 2026-07-24T19:06:58.8557380Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_conv2d.py' 2026-07-24T19:06:58.8557800Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_conv_with_clamp.py' 2026-07-24T19:06:58.8558230Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_dim_order.py' 2026-07-24T19:06:58.8558650Z 2026-07-24 19:06:58,415 [INFO] adding 'executorch/backends/webgpu/test/ops/test_dispatch_order.py' 2026-07-24T19:06:58.8559050Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_div.py' 2026-07-24T19:06:58.8559470Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_embedding.py' 2026-07-24T19:06:58.8559900Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_embedding_q4gsw.py' 2026-07-24T19:06:58.8560350Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_et_vk_sdpa.py' 2026-07-24T19:06:58.8560780Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_expand_copy.py' 2026-07-24T19:06:58.8561170Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_fill.py' 2026-07-24T19:06:58.8561550Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_flip.py' 2026-07-24T19:06:58.8561960Z 2026-07-24 19:06:58,416 [INFO] adding 'executorch/backends/webgpu/test/ops/test_floor_divide.py' 2026-07-24T19:06:58.8562370Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_fused_ce.py' 2026-07-24T19:06:58.8562770Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_gather.py' 2026-07-24T19:06:58.8563160Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_gelu.py' 2026-07-24T19:06:58.8563560Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_grid_priors.py' 2026-07-24T19:06:58.8563990Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_grid_sampler_2d.py' 2026-07-24T19:06:58.8564420Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_group_norm.py' 2026-07-24T19:06:58.8564840Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_index_select.py' 2026-07-24T19:06:58.8565250Z 2026-07-24 19:06:58,417 [INFO] adding 'executorch/backends/webgpu/test/ops/test_layer_norm.py' 2026-07-24T19:06:58.8565670Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_leaky_relu.py' 2026-07-24T19:06:58.8566070Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear.py' 2026-07-24T19:06:58.8566460Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear_dW.py' 2026-07-24T19:06:58.8566900Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear_dq8ca_q4gsw.py' 2026-07-24T19:06:58.8567340Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear_fp32.py' 2026-07-24T19:06:58.8567770Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear_q8ta_q8csw.py' 2026-07-24T19:06:58.8568210Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_linear_qcs4w.py' 2026-07-24T19:06:58.8568660Z 2026-07-24 19:06:58,418 [INFO] adding 'executorch/backends/webgpu/test/ops/test_log_softmax.py' 2026-07-24T19:06:58.8569080Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_logical_and.py' 2026-07-24T19:06:58.8569530Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_logical_not.py' 2026-07-24T19:06:58.8569950Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_logical_or.py' 2026-07-24T19:06:58.8570350Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_matmul.py' 2026-07-24T19:06:58.8570750Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_max_pool2d.py' 2026-07-24T19:06:58.8571160Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_minimum.py' 2026-07-24T19:06:58.8571540Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_mul.py' 2026-07-24T19:06:58.8571940Z 2026-07-24 19:06:58,419 [INFO] adding 'executorch/backends/webgpu/test/ops/test_permute.py' 2026-07-24T19:06:58.8572350Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_pixel_shuffle.py' 2026-07-24T19:06:58.8572760Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_pow.py' 2026-07-24T19:06:58.8573180Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_prepack.py' 2026-07-24T19:06:58.8573600Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q4gsw_requant.py' 2026-07-24T19:06:58.8574040Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_add.py' 2026-07-24T19:06:58.8574450Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_conv2d.py' 2026-07-24T19:06:58.8574880Z 2026-07-24 19:06:58,420 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_conv2d_dw.py' 2026-07-24T19:06:58.8575320Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_conv2d_pw.py' 2026-07-24T19:06:58.8575780Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_conv2d_transposed.py' 2026-07-24T19:06:58.8576230Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_linear.py' 2026-07-24T19:06:58.8576670Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_pixel_shuffle.py' 2026-07-24T19:06:58.8577100Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_q8ta_relu.py' 2026-07-24T19:06:58.8577500Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_quant.py' 2026-07-24T19:06:58.8577910Z 2026-07-24 19:06:58,421 [INFO] adding 'executorch/backends/webgpu/test/ops/test_quantized_linear.py' 2026-07-24T19:06:58.8578390Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_quantized_linear_backward.py' 2026-07-24T19:06:58.8578830Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_reduce.py' 2026-07-24T19:06:58.8579220Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_relu.py' 2026-07-24T19:06:58.8579660Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_repeat.py' 2026-07-24T19:06:58.8580060Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_rms_norm.py' 2026-07-24T19:06:58.8580450Z 2026-07-24 19:06:58,422 [INFO] adding 'executorch/backends/webgpu/test/ops/test_rope.py' 2026-07-24T19:06:58.8580850Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_rope_hf.py' 2026-07-24T19:06:58.8581270Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_rope_interleaved.py' 2026-07-24T19:06:58.8581690Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_sdpa.py' 2026-07-24T19:06:58.8582080Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_select.py' 2026-07-24T19:06:58.8582620Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_sigmoid.py' 2026-07-24T19:06:58.8583190Z 2026-07-24 19:06:58,423 [INFO] adding 'executorch/backends/webgpu/test/ops/test_slice.py' 2026-07-24T19:06:58.8583660Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_softmax.py' 2026-07-24T19:06:58.8584140Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_split_with_sizes_copy.py' 2026-07-24T19:06:58.8584700Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_squeeze.py' 2026-07-24T19:06:58.8585090Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_sub.py' 2026-07-24T19:06:58.8585470Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_to_copy.py' 2026-07-24T19:06:58.8585900Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_unary_activations.py' 2026-07-24T19:06:58.8586330Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_unsqueeze.py' 2026-07-24T19:06:58.8586750Z 2026-07-24 19:06:58,424 [INFO] adding 'executorch/backends/webgpu/test/ops/test_update_cache.py' 2026-07-24T19:06:58.8587230Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/test_upsample_bilinear2d.py' 2026-07-24T19:06:58.8587730Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/test_upsample_nearest2d.py' 2026-07-24T19:06:58.8588200Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/test_view_copy.py' 2026-07-24T19:06:58.8591700Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/test_where.py' 2026-07-24T19:06:58.8592180Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/dynamic_shape/test_dynamic_shape_export.py' 2026-07-24T19:06:58.8592660Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/index/__init__.py' 2026-07-24T19:06:58.8593070Z 2026-07-24 19:06:58,425 [INFO] adding 'executorch/backends/webgpu/test/ops/index/test_index.py' 2026-07-24T19:06:58.8593450Z 2026-07-24 19:06:58,426 [INFO] adding 'executorch/backends/xnnpack/__init__.py' 2026-07-24T19:06:58.8593820Z 2026-07-24 19:06:58,426 [INFO] adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2026-07-24T19:06:58.8594200Z 2026-07-24 19:06:58,426 [INFO] adding 'executorch/backends/xnnpack/_passes/__init__.py' 2026-07-24T19:06:58.8594650Z 2026-07-24 19:06:58,426 [INFO] adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2026-07-24T19:06:58.8595130Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2026-07-24T19:06:58.8595570Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2026-07-24T19:06:58.8595980Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2026-07-24T19:06:58.8596440Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2026-07-24T19:06:58.8596920Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/decompose_batch_norm.py' 2026-07-24T19:06:58.8597330Z 2026-07-24 19:06:58,427 [INFO] adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2026-07-24T19:06:58.8597760Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2026-07-24T19:06:58.8598180Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm.py' 2026-07-24T19:06:58.8598590Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/insert_pad_qdq.py' 2026-07-24T19:06:58.8599000Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2026-07-24T19:06:58.8599450Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/propagate_custom_meta_pass.py' 2026-07-24T19:06:58.8599980Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/remove_noop_expand_copy_pass.py' 2026-07-24T19:06:58.8600490Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/remove_redundant_copy_pass.py' 2026-07-24T19:06:58.8600930Z 2026-07-24 19:06:58,428 [INFO] adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2026-07-24T19:06:58.8601320Z 2026-07-24 19:06:58,429 [INFO] adding 'executorch/backends/xnnpack/operators/__init__.py' 2026-07-24T19:06:58.8601730Z 2026-07-24 19:06:58,429 [INFO] adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2026-07-24T19:06:58.8602120Z 2026-07-24 19:06:58,429 [INFO] adding 'executorch/backends/xnnpack/operators/op_abs.py' 2026-07-24T19:06:58.8602500Z 2026-07-24 19:06:58,429 [INFO] adding 'executorch/backends/xnnpack/operators/op_add.py' 2026-07-24T19:06:58.8602890Z 2026-07-24 19:06:58,429 [INFO] adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2026-07-24T19:06:58.8603300Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2026-07-24T19:06:58.8603700Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2026-07-24T19:06:58.8604110Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_cat.py' 2026-07-24T19:06:58.8604500Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2026-07-24T19:06:58.8604890Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2026-07-24T19:06:58.8605430Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_clone.py' 2026-07-24T19:06:58.8605830Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2026-07-24T19:06:58.8606220Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_cos.py' 2026-07-24T19:06:58.8606600Z 2026-07-24 19:06:58,430 [INFO] adding 'executorch/backends/xnnpack/operators/op_div.py' 2026-07-24T19:06:58.8607040Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2026-07-24T19:06:58.8607600Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2026-07-24T19:06:58.8608070Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_elu.py' 2026-07-24T19:06:58.8608460Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_exp.py' 2026-07-24T19:06:58.8608840Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_floor.py' 2026-07-24T19:06:58.8609220Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2026-07-24T19:06:58.8609620Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2026-07-24T19:06:58.8610030Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2026-07-24T19:06:58.8610450Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2026-07-24T19:06:58.8610850Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_linear.py' 2026-07-24T19:06:58.8611240Z 2026-07-24 19:06:58,431 [INFO] adding 'executorch/backends/xnnpack/operators/op_log.py' 2026-07-24T19:06:58.8611670Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2026-07-24T19:06:58.8612120Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2026-07-24T19:06:58.8612530Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2026-07-24T19:06:58.8612930Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2026-07-24T19:06:58.8613340Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2026-07-24T19:06:58.8613810Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2026-07-24T19:06:58.8614330Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2026-07-24T19:06:58.8614740Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_negate.py' 2026-07-24T19:06:58.8615160Z 2026-07-24 19:06:58,432 [INFO] adding 'executorch/backends/xnnpack/operators/op_permute.py' 2026-07-24T19:06:58.8615650Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2026-07-24T19:06:58.8616150Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2026-07-24T19:06:58.8616590Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_relu.py' 2026-07-24T19:06:58.8616980Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2026-07-24T19:06:58.8617370Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2026-07-24T19:06:58.8617790Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_sin.py' 2026-07-24T19:06:58.8618300Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2026-07-24T19:06:58.8618830Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2026-07-24T19:06:58.8619330Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2026-07-24T19:06:58.8619850Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_square.py' 2026-07-24T19:06:58.8620260Z 2026-07-24 19:06:58,433 [INFO] adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2026-07-24T19:06:58.8620670Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2026-07-24T19:06:58.8621110Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2026-07-24T19:06:58.8621600Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2026-07-24T19:06:58.8622030Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_sub.py' 2026-07-24T19:06:58.8622410Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_tanh.py' 2026-07-24T19:06:58.8622810Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2026-07-24T19:06:58.8623220Z 2026-07-24 19:06:58,434 [INFO] adding 'executorch/backends/xnnpack/operators/op_view_copy.py' 2026-07-24T19:06:58.8623630Z 2026-07-24 19:06:58,435 [INFO] adding 'executorch/backends/xnnpack/operators/quant_params.py' 2026-07-24T19:06:58.8624060Z 2026-07-24 19:06:58,435 [INFO] adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2026-07-24T19:06:58.8629360Z 2026-07-24 19:06:58,435 [INFO] adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2026-07-24T19:06:58.8629840Z 2026-07-24 19:06:58,435 [INFO] adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2026-07-24T19:06:58.8630350Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2026-07-24T19:06:58.8630860Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2026-07-24T19:06:58.8631350Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2026-07-24T19:06:58.8631840Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2026-07-24T19:06:58.8632300Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2026-07-24T19:06:58.8632740Z 2026-07-24 19:06:58,436 [INFO] adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2026-07-24T19:06:58.8633320Z 2026-07-24 19:06:58,437 [INFO] adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2026-07-24T19:06:58.8633820Z 2026-07-24 19:06:58,437 [INFO] adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2026-07-24T19:06:58.8634290Z 2026-07-24 19:06:58,437 [INFO] adding 'executorch/backends/xnnpack/recipes/__init__.py' 2026-07-24T19:06:58.8634730Z 2026-07-24 19:06:58,438 [INFO] adding 'executorch/backends/xnnpack/recipes/xnnpack_recipe_provider.py' 2026-07-24T19:06:58.8635310Z 2026-07-24 19:06:58,438 [INFO] adding 'executorch/backends/xnnpack/recipes/xnnpack_recipe_types.py' 2026-07-24T19:06:58.8635770Z 2026-07-24 19:06:58,438 [INFO] adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2026-07-24T19:06:58.8636200Z 2026-07-24 19:06:58,438 [INFO] adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2026-07-24T19:06:58.8636660Z 2026-07-24 19:06:58,438 [INFO] adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2026-07-24T19:06:58.8637190Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2026-07-24T19:06:58.8637730Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/test/__init__.py' 2026-07-24T19:06:58.8638170Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/test/test_xnnpack_partitioner.py' 2026-07-24T19:06:58.8638610Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2026-07-24T19:06:58.8639090Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2026-07-24T19:06:58.8639540Z 2026-07-24 19:06:58,439 [INFO] adding 'executorch/backends/xnnpack/test/fragments/test_dim_order.py' 2026-07-24T19:06:58.8640030Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2026-07-24T19:06:58.8640510Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/edsr.py' 2026-07-24T19:06:58.8640920Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2026-07-24T19:06:58.8641350Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2026-07-24T19:06:58.8641780Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2026-07-24T19:06:58.8642350Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2026-07-24T19:06:58.8642790Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2026-07-24T19:06:58.8643200Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2026-07-24T19:06:58.8643630Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2026-07-24T19:06:58.8644040Z 2026-07-24 19:06:58,440 [INFO] adding 'executorch/backends/xnnpack/test/models/resnet.py' 2026-07-24T19:06:58.8644460Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2026-07-24T19:06:58.8644900Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2026-07-24T19:06:58.8645310Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/models/w2l.py' 2026-07-24T19:06:58.8645700Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2026-07-24T19:06:58.8646090Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2026-07-24T19:06:58.8646490Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2026-07-24T19:06:58.8646920Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_batch_norm.py' 2026-07-24T19:06:58.8647340Z 2026-07-24 19:06:58,441 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2026-07-24T19:06:58.8647780Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2026-07-24T19:06:58.8648160Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2026-07-24T19:06:58.8744990Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2026-07-24T19:06:58.8746280Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2026-07-24T19:06:58.8746770Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2026-07-24T19:06:58.8747390Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_clone.py' 2026-07-24T19:06:58.8747800Z 2026-07-24 19:06:58,442 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2026-07-24T19:06:58.8748440Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2026-07-24T19:06:58.8750230Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_cos.py' 2026-07-24T19:06:58.8750800Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2026-07-24T19:06:58.8751200Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2026-07-24T19:06:58.8751850Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2026-07-24T19:06:58.8752270Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2026-07-24T19:06:58.8752750Z 2026-07-24 19:06:58,443 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2026-07-24T19:06:58.8753160Z 2026-07-24 19:06:58,444 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2026-07-24T19:06:58.8753580Z 2026-07-24 19:06:58,444 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2026-07-24T19:06:58.8754000Z 2026-07-24 19:06:58,444 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2026-07-24T19:06:58.8754420Z 2026-07-24 19:06:58,445 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2026-07-24T19:06:58.8754810Z 2026-07-24 19:06:58,445 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2026-07-24T19:06:58.8755210Z 2026-07-24 19:06:58,445 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2026-07-24T19:06:58.8755610Z 2026-07-24 19:06:58,445 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2026-07-24T19:06:58.8756010Z 2026-07-24 19:06:58,445 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2026-07-24T19:06:58.8756430Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2026-07-24T19:06:58.8756850Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2026-07-24T19:06:58.8757260Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2026-07-24T19:06:58.8758810Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2026-07-24T19:06:58.8759270Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2026-07-24T19:06:58.8760240Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2026-07-24T19:06:58.8761790Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2026-07-24T19:06:58.8762400Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2026-07-24T19:06:58.8762850Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2026-07-24T19:06:58.8763490Z 2026-07-24 19:06:58,446 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2026-07-24T19:06:58.8764080Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2026-07-24T19:06:58.8764920Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2026-07-24T19:06:58.8765900Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_sin.py' 2026-07-24T19:06:58.8766520Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2026-07-24T19:06:58.8768410Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2026-07-24T19:06:58.8775850Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2026-07-24T19:06:58.8776550Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2026-07-24T19:06:58.8780240Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2026-07-24T19:06:58.8781000Z 2026-07-24 19:06:58,447 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2026-07-24T19:06:58.8781410Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_tanh.py' 2026-07-24T19:06:58.8781870Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/ops/test_to_copy.py' 2026-07-24T19:06:58.8782300Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/passes/__init__.py' 2026-07-24T19:06:58.8783290Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2026-07-24T19:06:58.8784350Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2026-07-24T19:06:58.8785290Z 2026-07-24 19:06:58,448 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2026-07-24T19:06:58.8785980Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2026-07-24T19:06:58.8786530Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_decompose_batch_norm.py' 2026-07-24T19:06:58.8787200Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2026-07-24T19:06:58.8787680Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_insert_pad_qdq.py' 2026-07-24T19:06:58.8787930Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_propagate_custom_meta_pass.py' 2026-07-24T19:06:58.8788220Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2026-07-24T19:06:58.8788490Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_remove_noop_expand_copy_pass.py' 2026-07-24T19:06:58.8788710Z 2026-07-24 19:06:58,449 [INFO] adding 'executorch/backends/xnnpack/test/passes/test_remove_redundant_copy_pass.py' 2026-07-24T19:06:58.8788930Z 2026-07-24 19:06:58,450 [INFO] adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2026-07-24T19:06:58.8789130Z 2026-07-24 19:06:58,450 [INFO] adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2026-07-24T19:06:58.8789380Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2026-07-24T19:06:58.8789650Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/recipes/test_xnnpack_recipes.py' 2026-07-24T19:06:58.8789880Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2026-07-24T19:06:58.8790090Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2026-07-24T19:06:58.8790250Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2026-07-24T19:06:58.8790410Z 2026-07-24 19:06:58,451 [INFO] adding 'executorch/backends/xnnpack/test/tester/tester.py' 2026-07-24T19:06:58.8790630Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2026-07-24T19:06:58.8790950Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2026-07-24T19:06:58.8791180Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2026-07-24T19:06:58.8791440Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2026-07-24T19:06:58.8791630Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2026-07-24T19:06:58.8791840Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2026-07-24T19:06:58.8792050Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2026-07-24T19:06:58.8792230Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2026-07-24T19:06:58.8793020Z 2026-07-24 19:06:58,452 [INFO] adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2026-07-24T19:06:58.8793300Z 2026-07-24 19:06:58,453 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch32_template.py' 2026-07-24T19:06:58.8793560Z 2026-07-24 19:06:58,453 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/aarch64_template.py' 2026-07-24T19:06:58.8793860Z 2026-07-24 19:06:58,453 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/arm_template.py' 2026-07-24T19:06:58.8794110Z 2026-07-24 19:06:58,453 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512bf16_template.py' 2026-07-24T19:06:58.8794400Z 2026-07-24 19:06:58,453 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512f_template.py' 2026-07-24T19:06:58.8794670Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/avx512vnni_template.py' 2026-07-24T19:06:58.8796400Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/base_architecture.py' 2026-07-24T19:06:58.8796650Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/fma3_template.py' 2026-07-24T19:06:58.8796940Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate.py' 2026-07-24T19:06:58.8797320Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_bf16_f32_gemm_microkernels.py' 2026-07-24T19:06:58.8797650Z 2026-07-24 19:06:58,454 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_f32_gemm_microkernels.py' 2026-07-24T19:06:58.8798040Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_gemm_microkernels_main.py' 2026-07-24T19:06:58.8798350Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc4w_gemm_microkernels.py' 2026-07-24T19:06:58.8798660Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qd8_f32_qc8w_gemm_microkernels.py' 2026-07-24T19:06:58.8798960Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc4w_gemm_microkernels.py' 2026-07-24T19:06:58.8799260Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/generate_qs8_qc8w_gemm_microkernels.py' 2026-07-24T19:06:58.8799510Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neondot_template.py' 2026-07-24T19:06:58.8799760Z 2026-07-24 19:06:58,455 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonfma_template.py' 2026-07-24T19:06:58.8800030Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/neonmlal_aarch32_template.py' 2026-07-24T19:06:58.8800330Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/gemm_compiler/x64_template.py' 2026-07-24T19:06:58.8800550Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2026-07-24T19:06:58.8800830Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2026-07-24T19:06:58.8801090Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2026-07-24T19:06:58.8801320Z 2026-07-24 19:06:58,456 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/run-gn-tests.py' 2026-07-24T19:06:58.8801550Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2026-07-24T19:06:58.8801790Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-f32-gemm-minmax.yaml' 2026-07-24T19:06:58.8802020Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2026-07-24T19:06:58.8802250Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2026-07-24T19:06:58.8802510Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2026-07-24T19:06:58.8802760Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2026-07-24T19:06:58.8803050Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2026-07-24T19:06:58.8803280Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2026-07-24T19:06:58.8803510Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2026-07-24T19:06:58.8803740Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2026-07-24T19:06:58.8803960Z 2026-07-24 19:06:58,457 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2026-07-24T19:06:58.8804220Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2026-07-24T19:06:58.8804450Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2026-07-24T19:06:58.8804670Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2026-07-24T19:06:58.8804900Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2026-07-24T19:06:58.8805120Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2026-07-24T19:06:58.8805350Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2026-07-24T19:06:58.8805550Z 2026-07-24 19:06:58,458 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2026-07-24T19:06:58.8805780Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2026-07-24T19:06:58.8806000Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2026-07-24T19:06:58.8806230Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2026-07-24T19:06:58.8806450Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2026-07-24T19:06:58.8806660Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2026-07-24T19:06:58.8806910Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2026-07-24T19:06:58.8807150Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8807440Z 2026-07-24 19:06:58,459 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2026-07-24T19:06:58.8807670Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2026-07-24T19:06:58.8807890Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2026-07-24T19:06:58.8808130Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2026-07-24T19:06:58.8808380Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2026-07-24T19:06:58.8808620Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-f16-igemm-minmax.yaml' 2026-07-24T19:06:58.8809040Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pf16-gemm-minmax.yaml' 2026-07-24T19:06:58.8810010Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pf32-gemm-minmax.yaml' 2026-07-24T19:06:58.8810290Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/pqs8-qc8w-gemm-minmax.yaml' 2026-07-24T19:06:58.8810700Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8810960Z 2026-07-24 19:06:58,460 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc2w-gemm-minmax.yaml' 2026-07-24T19:06:58.8811260Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8811510Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2026-07-24T19:06:58.8811780Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2026-07-24T19:06:58.8812130Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8812380Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc2w-gemm-minmax.yaml' 2026-07-24T19:06:58.8812630Z 2026-07-24 19:06:58,461 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8813020Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2026-07-24T19:06:58.8813350Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2026-07-24T19:06:58.8813760Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8814280Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2026-07-24T19:06:58.8814580Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc8w-gemm-minmax.yaml' 2026-07-24T19:06:58.8814840Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc2w-gemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8815150Z 2026-07-24 19:06:58,462 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc4w-gemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8815400Z 2026-07-24 19:06:58,463 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8815860Z 2026-07-24 19:06:58,463 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8816220Z 2026-07-24 19:06:58,464 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8816520Z 2026-07-24 19:06:58,464 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2026-07-24T19:06:58.8816960Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2026-07-24T19:06:58.8817410Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2026-07-24T19:06:58.8817630Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2026-07-24T19:06:58.8817860Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2026-07-24T19:06:58.8818850Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2026-07-24T19:06:58.8819780Z 2026-07-24 19:06:58,465 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2026-07-24T19:06:58.8820230Z 2026-07-24 19:06:58,466 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2026-07-24T19:06:58.8820840Z 2026-07-24 19:06:58,466 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2026-07-24T19:06:58.8821140Z 2026-07-24 19:06:58,466 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-test.py' 2026-07-24T19:06:58.8821400Z 2026-07-24 19:06:58,466 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2026-07-24T19:06:58.8821860Z 2026-07-24 19:06:58,467 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2026-07-24T19:06:58.8823240Z 2026-07-24 19:06:58,467 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2026-07-24T19:06:58.8824110Z 2026-07-24 19:06:58,467 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2026-07-24T19:06:58.8824380Z 2026-07-24 19:06:58,468 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2026-07-24T19:06:58.8824950Z 2026-07-24 19:06:58,468 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2026-07-24T19:06:58.8825450Z 2026-07-24 19:06:58,468 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2026-07-24T19:06:58.8826010Z 2026-07-24 19:06:58,468 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-discontiguous-test.py' 2026-07-24T19:06:58.8826410Z 2026-07-24 19:06:58,468 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2026-07-24T19:06:58.8826790Z 2026-07-24 19:06:58,469 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2026-07-24T19:06:58.8827050Z 2026-07-24 19:06:58,469 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2026-07-24T19:06:58.8827440Z 2026-07-24 19:06:58,469 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/parse-microkernel-bench.py' 2026-07-24T19:06:58.8827740Z 2026-07-24 19:06:58,469 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2026-07-24T19:06:58.8828130Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2026-07-24T19:06:58.8828360Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2026-07-24T19:06:58.8828570Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2026-07-24T19:06:58.8833630Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/generator.py' 2026-07-24T19:06:58.8833950Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/binary/kernels.py' 2026-07-24T19:06:58.8834210Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm.py' 2026-07-24T19:06:58.8834590Z 2026-07-24 19:06:58,470 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32.py' 2026-07-24T19:06:58.8834940Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_bf16_bf16_fp32_k2.py' 2026-07-24T19:06:58.8835240Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp32.py' 2026-07-24T19:06:58.8835610Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_fp64.py' 2026-07-24T19:06:58.8835910Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/arm_int8_int8_int32.py' 2026-07-24T19:06:58.8836250Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/dot_base.py' 2026-07-24T19:06:58.8836630Z 2026-07-24 19:06:58,471 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/generator.py' 2026-07-24T19:06:58.8836910Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86.py' 2026-07-24T19:06:58.8837310Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32.py' 2026-07-24T19:06:58.8837600Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_bf16_bf16_fp32_k1.py' 2026-07-24T19:06:58.8837970Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp16_fp16_fp32.py' 2026-07-24T19:06:58.8838250Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32.py' 2026-07-24T19:06:58.8838530Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k2.py' 2026-07-24T19:06:58.8838890Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp32_k4.py' 2026-07-24T19:06:58.8839200Z 2026-07-24 19:06:58,472 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_fp64.py' 2026-07-24T19:06:58.8839500Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32.py' 2026-07-24T19:06:58.8839800Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k1.py' 2026-07-24T19:06:58.8840120Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_int8_int8_int32_k16.py' 2026-07-24T19:06:58.8840420Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32.py' 2026-07-24T19:06:58.8840730Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/dot/generator/x86_uint8_int8_int32_k16.py' 2026-07-24T19:06:58.8840980Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/arm.py' 2026-07-24T19:06:58.8841370Z 2026-07-24 19:06:58,473 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/common_rules.py' 2026-07-24T19:06:58.8841710Z 2026-07-24 19:06:58,474 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler.py' 2026-07-24T19:06:58.8842080Z 2026-07-24 19:06:58,474 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/compiler_test.py' 2026-07-24T19:06:58.8842430Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/generator.py' 2026-07-24T19:06:58.8842680Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/elementwise/x86.py' 2026-07-24T19:06:58.8842930Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/convert.py' 2026-07-24T19:06:58.8843180Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/generator.py' 2026-07-24T19:06:58.8843500Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/ternary/kernels.py' 2026-07-24T19:06:58.8843800Z 2026-07-24 19:06:58,475 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/convert.py' 2026-07-24T19:06:58.8844080Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/exp.py' 2026-07-24T19:06:58.8844370Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/generator.py' 2026-07-24T19:06:58.8844700Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/kernels.py' 2026-07-24T19:06:58.8844970Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sigmoid.py' 2026-07-24T19:06:58.8845260Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/sine_cosine.py' 2026-07-24T19:06:58.8845570Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/XNNPACK/ynnpack/kernels/unary/tanh.py' 2026-07-24T19:06:58.8845780Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2026-07-24T19:06:58.8845960Z 2026-07-24 19:06:58,476 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2026-07-24T19:06:58.8846180Z 2026-07-24 19:06:58,477 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2026-07-24T19:06:58.8846390Z 2026-07-24 19:06:58,477 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2026-07-24T19:06:58.8846640Z 2026-07-24 19:06:58,477 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2026-07-24T19:06:58.8846910Z 2026-07-24 19:06:58,477 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2026-07-24T19:06:58.8847160Z 2026-07-24 19:06:58,477 [INFO] adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2026-07-24T19:06:58.8847360Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2026-07-24T19:06:58.8847560Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2026-07-24T19:06:58.8847700Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/utils/configs.py' 2026-07-24T19:06:58.8847860Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2026-07-24T19:06:58.8848000Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/utils/utils.py' 2026-07-24T19:06:58.8848180Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2026-07-24T19:06:58.8848300Z 2026-07-24 19:06:58,478 [INFO] adding 'executorch/codegen/__init__.py' 2026-07-24T19:06:58.8848460Z 2026-07-24 19:06:58,479 [INFO] adding 'executorch/codegen/gen.py' 2026-07-24T19:06:58.8848570Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/model.py' 2026-07-24T19:06:58.8848880Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/parse.py' 2026-07-24T19:06:58.8849010Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/api/__init__.py' 2026-07-24T19:06:58.8849140Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/api/custom_ops.py' 2026-07-24T19:06:58.8849260Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/api/et_cpp.py' 2026-07-24T19:06:58.8849390Z 2026-07-24 19:06:58,480 [INFO] adding 'executorch/codegen/api/unboxing.py' 2026-07-24T19:06:58.8849520Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/api/types/__init__.py' 2026-07-24T19:06:58.8849680Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/api/types/signatures.py' 2026-07-24T19:06:58.8849860Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/api/types/types.py' 2026-07-24T19:06:58.8850080Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2026-07-24T19:06:58.8850230Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/test/test_executorch_gen.py' 2026-07-24T19:06:58.8850460Z 2026-07-24 19:06:58,481 [INFO] adding 'executorch/codegen/test/test_executorch_signatures.py' 2026-07-24T19:06:58.8850620Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/test/test_executorch_types.py' 2026-07-24T19:06:58.8850810Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/test/test_executorch_unboxing.py' 2026-07-24T19:06:58.8850960Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/test/test_selective_build.py' 2026-07-24T19:06:58.8851090Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/tools/__init__.py' 2026-07-24T19:06:58.8851260Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/tools/combine_prim_ops_headers.py' 2026-07-24T19:06:58.8851400Z 2026-07-24 19:06:58,482 [INFO] adding 'executorch/codegen/tools/gen_all_oplist.py' 2026-07-24T19:06:58.8851540Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/gen_max_kernel_num.py' 2026-07-24T19:06:58.8851680Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/gen_oplist.py' 2026-07-24T19:06:58.8851810Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/gen_ops_def.py' 2026-07-24T19:06:58.8851980Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2026-07-24T19:06:58.8852140Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/gen_selected_prim_ops.py' 2026-07-24T19:06:58.8852270Z 2026-07-24 19:06:58,483 [INFO] adding 'executorch/codegen/tools/merge_yaml.py' 2026-07-24T19:06:58.8852470Z 2026-07-24 19:06:58,494 [INFO] adding 'executorch/codegen/tools/selective_build.cpython-312-darwin.so' 2026-07-24T19:06:58.8852610Z 2026-07-24 19:06:58,494 [INFO] adding 'executorch/codegen/tools/selective_build.pyi' 2026-07-24T19:06:58.8852740Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/yaml_util.py' 2026-07-24T19:06:58.8852910Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2026-07-24T19:06:58.8853090Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_gen_max_kernel_num.py' 2026-07-24T19:06:58.8853270Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2026-07-24T19:06:58.8853510Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2026-07-24T19:06:58.8853740Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2026-07-24T19:06:58.8853920Z 2026-07-24 19:06:58,495 [INFO] adding 'executorch/codegen/tools/test/test_tools_selective_build.py' 2026-07-24T19:06:58.8854080Z 2026-07-24 19:06:58,496 [INFO] adding 'executorch/data/bin/__init__.py' 2026-07-24T19:06:58.8854280Z 2026-07-24 19:06:58,694 [INFO] adding 'executorch/data/bin/flatc' 2026-07-24T19:06:58.8854450Z 2026-07-24 19:06:58,699 [INFO] adding 'executorch/data/lib/aoti_cuda_shims.lib' 2026-07-24T19:06:58.8854600Z 2026-07-24 19:06:58,699 [INFO] adding 'executorch/devtools/__init__.py' 2026-07-24T19:06:58.8854750Z 2026-07-24 19:06:58,699 [INFO] adding 'executorch/devtools/backend_debug/__init__.py' 2026-07-24T19:06:58.8854910Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/backend_debug/delegation_info.py' 2026-07-24T19:06:58.8855110Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2026-07-24T19:06:58.8855260Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/bundled_program/config.py' 2026-07-24T19:06:58.8855410Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/bundled_program/core.py' 2026-07-24T19:06:58.8855550Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/bundled_program/version.py' 2026-07-24T19:06:58.8855730Z 2026-07-24 19:06:58,700 [INFO] adding 'executorch/devtools/bundled_program/schema/__init__.py' 2026-07-24T19:06:58.8855980Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2026-07-24T19:06:58.8856230Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2026-07-24T19:06:58.8856700Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2026-07-24T19:06:58.8856980Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2026-07-24T19:06:58.8857280Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2026-07-24T19:06:58.8858430Z 2026-07-24 19:06:58,701 [INFO] adding 'executorch/devtools/bundled_program/serialize/generate_bundled_program.py' 2026-07-24T19:06:58.8858850Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2026-07-24T19:06:58.8859200Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/__init__.py' 2026-07-24T19:06:58.8859490Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Bool.py' 2026-07-24T19:06:58.8859820Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestCase.py' 2026-07-24T19:06:58.8860350Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledMethodTestSuite.py' 2026-07-24T19:06:58.8860680Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/BundledProgram.py' 2026-07-24T19:06:58.8861030Z 2026-07-24 19:06:58,702 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Double.py' 2026-07-24T19:06:58.8861360Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Int.py' 2026-07-24T19:06:58.8861660Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Tensor.py' 2026-07-24T19:06:58.8862030Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/Value.py' 2026-07-24T19:06:58.8862320Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/ValueUnion.py' 2026-07-24T19:06:58.8862600Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/bundled_program_flatbuffer/__init__.py' 2026-07-24T19:06:58.8862870Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/ScalarType.py' 2026-07-24T19:06:58.8863200Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/generated/executorch_flatbuffer/__init__.py' 2026-07-24T19:06:58.8863520Z 2026-07-24 19:06:58,703 [INFO] adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2026-07-24T19:06:58.8863740Z 2026-07-24 19:06:58,704 [INFO] adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2026-07-24T19:06:58.8863910Z 2026-07-24 19:06:58,704 [INFO] adding 'executorch/devtools/bundled_program/test/test_config.py' 2026-07-24T19:06:58.8864090Z 2026-07-24 19:06:58,704 [INFO] adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2026-07-24T19:06:58.8864260Z 2026-07-24 19:06:58,704 [INFO] adding 'executorch/devtools/bundled_program/util/test_util.py' 2026-07-24T19:06:58.8864410Z 2026-07-24 19:06:58,704 [INFO] adding 'executorch/devtools/debug_format/base_schema.py' 2026-07-24T19:06:58.8864560Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/debug_format/et_schema.py' 2026-07-24T19:06:58.8864720Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2026-07-24T19:06:58.8864860Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etdump/scalar_type.fbs' 2026-07-24T19:06:58.8865030Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etdump/schema_flatcc.py' 2026-07-24T19:06:58.8865170Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etdump/serialize.py' 2026-07-24T19:06:58.8865330Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etdump/tests/serialize_test.py' 2026-07-24T19:06:58.8865490Z 2026-07-24 19:06:58,705 [INFO] adding 'executorch/devtools/etrecord/__init__.py' 2026-07-24T19:06:58.8865640Z 2026-07-24 19:06:58,706 [INFO] adding 'executorch/devtools/etrecord/_etrecord.py' 2026-07-24T19:06:58.8865800Z 2026-07-24 19:06:58,707 [INFO] adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2026-07-24T19:06:58.8865930Z 2026-07-24 19:06:58,707 [INFO] adding 'executorch/devtools/inspector/__init__.py' 2026-07-24T19:06:58.8866080Z 2026-07-24 19:06:58,709 [INFO] adding 'executorch/devtools/inspector/_inspector.py' 2026-07-24T19:06:58.8866240Z 2026-07-24 19:06:58,710 [INFO] adding 'executorch/devtools/inspector/_inspector_utils.py' 2026-07-24T19:06:58.8866450Z 2026-07-24 19:06:58,710 [INFO] adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2026-07-24T19:06:58.8866650Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/inspector_cli.py' 2026-07-24T19:06:58.8866880Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/vgf_neural_statistics.py' 2026-07-24T19:06:58.8867080Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/numerical_comparator/__init__.py' 2026-07-24T19:06:58.8867320Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/numerical_comparator/l1_numerical_comparator.py' 2026-07-24T19:06:58.8867560Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/numerical_comparator/mse_numerical_comparator.py' 2026-07-24T19:06:58.8867800Z 2026-07-24 19:06:58,711 [INFO] adding 'executorch/devtools/inspector/numerical_comparator/numerical_comparator_base.py' 2026-07-24T19:06:58.8868040Z 2026-07-24 19:06:58,712 [INFO] adding 'executorch/devtools/inspector/numerical_comparator/snr_numerical_comparator.py' 2026-07-24T19:06:58.8868220Z 2026-07-24 19:06:58,712 [INFO] adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2026-07-24T19:06:58.8868390Z 2026-07-24 19:06:58,714 [INFO] adding 'executorch/devtools/inspector/tests/inspector_test.py' 2026-07-24T19:06:58.8868580Z 2026-07-24 19:06:58,716 [INFO] adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2026-07-24T19:06:58.8868770Z 2026-07-24 19:06:58,718 [INFO] adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2026-07-24T19:06:58.8868990Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2026-07-24T19:06:58.8869200Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/inspector/tests/l1_comparator_test.py' 2026-07-24T19:06:58.8873970Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/inspector/tests/mse_comparator_test.py' 2026-07-24T19:06:58.8874530Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/inspector/tests/snr_comparator_test.py' 2026-07-24T19:06:58.8874730Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/intermediate_output_tap/__init__.py' 2026-07-24T19:06:58.8874940Z 2026-07-24 19:06:58,719 [INFO] adding 'executorch/devtools/intermediate_output_tap/_convenience.py' 2026-07-24T19:06:58.8875120Z 2026-07-24 19:06:58,720 [INFO] adding 'executorch/devtools/intermediate_output_tap/_reducers.py' 2026-07-24T19:06:58.8875310Z 2026-07-24 19:06:58,720 [INFO] adding 'executorch/devtools/intermediate_output_tap/_selectors.py' 2026-07-24T19:06:58.8875480Z 2026-07-24 19:06:58,720 [INFO] adding 'executorch/devtools/intermediate_output_tap/_spec.py' 2026-07-24T19:06:58.8875680Z 2026-07-24 19:06:58,721 [INFO] adding 'executorch/devtools/intermediate_output_tap/_strip_pass.py' 2026-07-24T19:06:58.8875860Z 2026-07-24 19:06:58,723 [INFO] adding 'executorch/devtools/intermediate_output_tap/_tap_pass.py' 2026-07-24T19:06:58.8876110Z 2026-07-24 19:06:58,723 [INFO] adding 'executorch/devtools/intermediate_output_tap/custom_ops_lib.py' 2026-07-24T19:06:58.8876330Z 2026-07-24 19:06:58,723 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_coreml_e2e.py' 2026-07-24T19:06:58.8876680Z 2026-07-24 19:06:58,724 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_reducers.py' 2026-07-24T19:06:58.8876900Z 2026-07-24 19:06:58,724 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_selectors.py' 2026-07-24T19:06:58.8877110Z 2026-07-24 19:06:58,725 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_strip_pass.py' 2026-07-24T19:06:58.8877310Z 2026-07-24 19:06:58,725 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_tap_pass.py' 2026-07-24T19:06:58.8877530Z 2026-07-24 19:06:58,725 [INFO] adding 'executorch/devtools/intermediate_output_tap/tests/test_xnnpack_e2e.py' 2026-07-24T19:06:58.8877670Z 2026-07-24 19:06:58,726 [INFO] adding 'executorch/devtools/pte_tool/diff_pte.py' 2026-07-24T19:06:58.8877840Z 2026-07-24 19:06:58,726 [INFO] adding 'executorch/devtools/pte_tool/tests/test_diff_pte.py' 2026-07-24T19:06:58.8878010Z 2026-07-24 19:06:58,726 [INFO] adding 'executorch/devtools/scripts/generate_profiling_csv.py' 2026-07-24T19:06:58.8878200Z 2026-07-24 19:06:58,727 [INFO] adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2026-07-24T19:06:58.8878390Z 2026-07-24 19:06:58,727 [INFO] adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2026-07-24T19:06:58.8878550Z 2026-07-24 19:06:58,727 [INFO] adding 'executorch/devtools/visualization/__init__.py' 2026-07-24T19:06:58.8878720Z 2026-07-24 19:06:58,728 [INFO] adding 'executorch/devtools/visualization/visualization_utils.py' 2026-07-24T19:06:58.8878910Z 2026-07-24 19:06:58,728 [INFO] adding 'executorch/devtools/visualization/visualization_utils_test.py' 2026-07-24T19:06:58.8879070Z 2026-07-24 19:06:58,729 [INFO] adding 'executorch/examples/apple/coreml/llama/export.py' 2026-07-24T19:06:58.8879280Z 2026-07-24 19:06:58,730 [INFO] adding 'executorch/examples/apple/coreml/llama/export_static_llm_coreml.py' 2026-07-24T19:06:58.8879470Z 2026-07-24 19:06:58,732 [INFO] adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2026-07-24T19:06:58.8879620Z 2026-07-24 19:06:58,732 [INFO] adding 'executorch/examples/apple/coreml/llama/run.py' 2026-07-24T19:06:58.8879790Z 2026-07-24 19:06:58,732 [INFO] adding 'executorch/examples/apple/coreml/llama/run_lookahead.py' 2026-07-24T19:06:58.8879970Z 2026-07-24 19:06:58,732 [INFO] adding 'executorch/examples/apple/coreml/llama/run_static_llm.py' 2026-07-24T19:06:58.8880190Z 2026-07-24 19:06:58,733 [INFO] adding 'executorch/examples/apple/coreml/llama/run_static_llm_multifunction.py' 2026-07-24T19:06:58.8880410Z 2026-07-24 19:06:58,733 [INFO] adding 'executorch/examples/apple/coreml/llama/test.py' 2026-07-24T19:06:58.8880630Z 2026-07-24 19:06:58,733 [INFO] adding 'executorch/examples/apple/coreml/llama/utils.py' 2026-07-24T19:06:58.8880840Z 2026-07-24 19:06:58,734 [INFO] adding 'executorch/examples/apple/coreml/scripts/coreml_compute_plan.py' 2026-07-24T19:06:58.8881020Z 2026-07-24 19:06:58,734 [INFO] adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2026-07-24T19:06:58.8881180Z 2026-07-24 19:06:58,735 [INFO] adding 'executorch/examples/apple/coreml/scripts/export.py' 2026-07-24T19:06:58.8881380Z 2026-07-24 19:06:58,735 [INFO] adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2026-07-24T19:06:58.8881560Z 2026-07-24 19:06:58,736 [INFO] adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2026-07-24T19:06:58.8881750Z 2026-07-24 19:06:58,736 [INFO] adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2026-07-24T19:06:58.8881960Z 2026-07-24 19:06:58,736 [INFO] adding 'executorch/examples/apple/coreml/scripts/test_coreml_compute_plan.py' 2026-07-24T19:06:58.8882130Z 2026-07-24 19:06:58,736 [INFO] adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2026-07-24T19:06:58.8882330Z 2026-07-24 19:06:58,737 [INFO] adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2026-07-24T19:06:58.8882480Z 2026-07-24 19:06:58,737 [INFO] adding 'executorch/examples/cuda/scripts/__init__.py' 2026-07-24T19:06:58.8882640Z 2026-07-24 19:06:58,737 [INFO] adding 'executorch/examples/cuda/scripts/export.py' 2026-07-24T19:06:58.8882810Z 2026-07-24 19:06:58,737 [INFO] adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2026-07-24T19:06:58.8882980Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2026-07-24T19:06:58.8883160Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2026-07-24T19:06:58.8883350Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2026-07-24T19:06:58.8883560Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2026-07-24T19:06:58.8883730Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2026-07-24T19:06:58.8883920Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2026-07-24T19:06:58.8884070Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/runner.py' 2026-07-24T19:06:58.8884240Z 2026-07-24 19:06:58,738 [INFO] adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2026-07-24T19:06:58.8884380Z 2026-07-24 19:06:58,739 [INFO] adding 'executorch/examples/llm_server/__init__.py' 2026-07-24T19:06:58.8884600Z 2026-07-24 19:06:58,740 [INFO] adding 'executorch/examples/llm_server/conformance/test_openai_contract.py' 2026-07-24T19:06:58.8884750Z 2026-07-24 19:06:58,740 [INFO] adding 'executorch/examples/llm_server/python/__init__.py' 2026-07-24T19:06:58.8884930Z 2026-07-24 19:06:58,740 [INFO] adding 'executorch/examples/llm_server/python/chat_template.py' 2026-07-24T19:06:58.8885090Z 2026-07-24 19:06:58,740 [INFO] adding 'executorch/examples/llm_server/python/errors.py' 2026-07-24T19:06:58.8885270Z 2026-07-24 19:06:58,741 [INFO] adding 'executorch/examples/llm_server/python/openai_transcript.py' 2026-07-24T19:06:58.8885440Z 2026-07-24 19:06:58,741 [INFO] adding 'executorch/examples/llm_server/python/protocol.py' 2026-07-24T19:06:58.8885590Z 2026-07-24 19:06:58,742 [INFO] adding 'executorch/examples/llm_server/python/server.py' 2026-07-24T19:06:58.8885750Z 2026-07-24 19:06:58,743 [INFO] adding 'executorch/examples/llm_server/python/serving_chat.py' 2026-07-24T19:06:58.8885930Z 2026-07-24 19:06:58,744 [INFO] adding 'executorch/examples/llm_server/python/session_runtime.py' 2026-07-24T19:06:58.8886140Z 2026-07-24 19:06:58,744 [INFO] adding 'executorch/examples/llm_server/python/worker_client.py' 2026-07-24T19:06:58.8886390Z 2026-07-24 19:06:58,744 [INFO] adding 'executorch/examples/llm_server/python/tests/conftest.py' 2026-07-24T19:06:58.8886620Z 2026-07-24 19:06:58,744 [INFO] adding 'executorch/examples/llm_server/python/tests/test_contract.py' 2026-07-24T19:06:58.8886910Z 2026-07-24 19:06:58,745 [INFO] adding 'executorch/examples/llm_server/python/tests/test_gemma_tool_parser.py' 2026-07-24T19:06:58.8887150Z 2026-07-24 19:06:58,745 [INFO] adding 'executorch/examples/llm_server/python/tests/test_hermes_tool_parser.py' 2026-07-24T19:06:58.8887360Z 2026-07-24 19:06:58,745 [INFO] adding 'executorch/examples/llm_server/python/tests/test_qwen_tool_parser.py' 2026-07-24T19:06:58.8887570Z 2026-07-24 19:06:58,745 [INFO] adding 'executorch/examples/llm_server/python/tests/test_sampling_params.py' 2026-07-24T19:06:58.8887780Z 2026-07-24 19:06:58,745 [INFO] adding 'executorch/examples/llm_server/python/tests/test_session_runtime.py' 2026-07-24T19:06:58.8887960Z 2026-07-24 19:06:58,746 [INFO] adding 'executorch/examples/llm_server/python/tests/test_sessions.py' 2026-07-24T19:06:58.8888170Z 2026-07-24 19:06:58,746 [INFO] adding 'executorch/examples/llm_server/python/tests/test_streaming_stops.py' 2026-07-24T19:06:58.8888410Z 2026-07-24 19:06:58,746 [INFO] adding 'executorch/examples/llm_server/python/tests/test_template.py' 2026-07-24T19:06:58.8888600Z 2026-07-24 19:06:58,746 [INFO] adding 'executorch/examples/llm_server/python/tests/test_tool_calls.py' 2026-07-24T19:06:58.8888880Z 2026-07-24 19:06:58,747 [INFO] adding 'executorch/examples/llm_server/python/tests/test_warm_resume_scaffold.py' 2026-07-24T19:06:58.8889080Z 2026-07-24 19:06:58,747 [INFO] adding 'executorch/examples/llm_server/python/tests/test_worker_client.py' 2026-07-24T19:06:58.8889280Z 2026-07-24 19:06:58,747 [INFO] adding 'executorch/examples/llm_server/python/tool_parsers/__init__.py' 2026-07-24T19:06:58.8889460Z 2026-07-24 19:06:58,747 [INFO] adding 'executorch/examples/llm_server/python/tool_parsers/gemma.py' 2026-07-24T19:06:58.8889650Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/llm_server/python/tool_parsers/hermes.py' 2026-07-24T19:06:58.8889840Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/llm_server/python/tool_parsers/qwen.py' 2026-07-24T19:06:58.8890190Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/llm_server/python/tool_parsers/types.py' 2026-07-24T19:06:58.8890400Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/models/__init__.py' 2026-07-24T19:06:58.8890550Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/models/checkpoint.py' 2026-07-24T19:06:58.8890690Z 2026-07-24 19:06:58,748 [INFO] adding 'executorch/examples/models/model_base.py' 2026-07-24T19:06:58.8890830Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/model_factory.py' 2026-07-24T19:06:58.8891120Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/codegen/__init__.py' 2026-07-24T19:06:58.8891290Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/codegen/convert_weight.py' 2026-07-24T19:06:58.8891450Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/deeplab_v3/__init__.py' 2026-07-24T19:06:58.8891660Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/deeplab_v3/model.py' 2026-07-24T19:06:58.8891950Z 2026-07-24 19:06:58,749 [INFO] adding 'executorch/examples/models/deepseek-r1-distill-llama-8B/config/deepseek_xnnpack_q8da4w.yaml' 2026-07-24T19:06:58.8892110Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/deit_tiny/__init__.py' 2026-07-24T19:06:58.8892260Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/deit_tiny/model.py' 2026-07-24T19:06:58.8892400Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/dinov2/__init__.py' 2026-07-24T19:06:58.8892560Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/dinov2/export_dinov2.py' 2026-07-24T19:06:58.8892830Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/edsr/__init__.py' 2026-07-24T19:06:58.8893020Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/edsr/model.py' 2026-07-24T19:06:58.8893190Z 2026-07-24 19:06:58,750 [INFO] adding 'executorch/examples/models/efficient_sam/__init__.py' 2026-07-24T19:06:58.8893350Z 2026-07-24 19:06:58,751 [INFO] adding 'executorch/examples/models/efficient_sam/model.py' 2026-07-24T19:06:58.8893610Z 2026-07-24 19:06:58,751 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2026-07-24T19:06:58.8893980Z 2026-07-24 19:06:58,751 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2026-07-24T19:06:58.8894360Z 2026-07-24 19:06:58,751 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2026-07-24T19:06:58.8894620Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2026-07-24T19:06:58.8894820Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2026-07-24T19:06:58.8895200Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2026-07-24T19:06:58.8895490Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2026-07-24T19:06:58.8895740Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/emformer_rnnt/model.py' 2026-07-24T19:06:58.8895940Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/gemma/__init__.py' 2026-07-24T19:06:58.8896110Z 2026-07-24 19:06:58,752 [INFO] adding 'executorch/examples/models/gemma/convert_weights.py' 2026-07-24T19:06:58.8896470Z 2026-07-24 19:06:58,753 [INFO] adding 'executorch/examples/models/gemma2/__init__.py' 2026-07-24T19:06:58.8896650Z 2026-07-24 19:06:58,753 [INFO] adding 'executorch/examples/models/gemma2/convert_weights.py' 2026-07-24T19:06:58.8896970Z 2026-07-24 19:06:58,753 [INFO] adding 'executorch/examples/models/gemma3/__init__.py' 2026-07-24T19:06:58.8897140Z 2026-07-24 19:06:58,753 [INFO] adding 'executorch/examples/models/gemma3/convert_weights.py' 2026-07-24T19:06:58.8898180Z 2026-07-24 19:06:58,753 [INFO] adding 'executorch/examples/models/gemma4/__init__.py' 2026-07-24T19:06:58.8898760Z 2026-07-24 19:06:58,754 [INFO] adding 'executorch/examples/models/gemma4/export_gemma4.py' 2026-07-24T19:06:58.8898950Z 2026-07-24 19:06:58,754 [INFO] adding 'executorch/examples/models/gemma4/image_utils.py' 2026-07-24T19:06:58.8899130Z 2026-07-24 19:06:58,754 [INFO] adding 'executorch/examples/models/gemma4/quant_utils.py' 2026-07-24T19:06:58.8899480Z 2026-07-24 19:06:58,755 [INFO] adding 'executorch/examples/models/gemma4/run_gemma4.py' 2026-07-24T19:06:58.8899650Z 2026-07-24 19:06:58,755 [INFO] adding 'executorch/examples/models/gemma4/speech_transform.py' 2026-07-24T19:06:58.8899860Z 2026-07-24 19:06:58,755 [INFO] adding 'executorch/examples/models/gemma4/tests/test_speech_transform.py' 2026-07-24T19:06:58.8900040Z 2026-07-24 19:06:58,755 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/__init__.py' 2026-07-24T19:06:58.8900250Z 2026-07-24 19:06:58,755 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/convert_weights.py' 2026-07-24T19:06:58.8900450Z 2026-07-24 19:06:58,756 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_attention.py' 2026-07-24T19:06:58.8900720Z 2026-07-24 19:06:58,756 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_config.py' 2026-07-24T19:06:58.8900930Z 2026-07-24 19:06:58,756 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_cross_decoder.py' 2026-07-24T19:06:58.8901140Z 2026-07-24 19:06:58,756 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_decoder_layer.py' 2026-07-24T19:06:58.8901400Z 2026-07-24 19:06:58,757 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_model.py' 2026-07-24T19:06:58.8902170Z 2026-07-24 19:06:58,757 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_self_decoder.py' 2026-07-24T19:06:58.8902540Z 2026-07-24 19:06:58,757 [INFO] adding 'executorch/examples/models/gemma4/text_decoder/gemma4_transformer.py' 2026-07-24T19:06:58.8902700Z 2026-07-24 19:06:58,757 [INFO] adding 'executorch/examples/models/gemma4_31b/__init__.py' 2026-07-24T19:06:58.8902870Z 2026-07-24 19:06:58,757 [INFO] adding 'executorch/examples/models/gemma4_31b/cuda_packers.py' 2026-07-24T19:06:58.8903190Z 2026-07-24 19:06:58,758 [INFO] adding 'executorch/examples/models/gemma4_31b/cuda_source_transformations.py' 2026-07-24T19:06:58.8903390Z 2026-07-24 19:06:58,758 [INFO] adding 'executorch/examples/models/gemma4_31b/export.py' 2026-07-24T19:06:58.8903560Z 2026-07-24 19:06:58,758 [INFO] adding 'executorch/examples/models/gemma4_31b/gguf_loader.py' 2026-07-24T19:06:58.8905060Z 2026-07-24 19:06:58,758 [INFO] adding 'executorch/examples/models/gemma4_31b/inference.py' 2026-07-24T19:06:58.8905490Z 2026-07-24 19:06:58,759 [INFO] adding 'executorch/examples/models/gemma4_31b/mlx_source_transformations.py' 2026-07-24T19:06:58.8905720Z 2026-07-24 19:06:58,759 [INFO] adding 'executorch/examples/models/gemma4_31b/model.py' 2026-07-24T19:06:58.8905910Z 2026-07-24 19:06:58,759 [INFO] adding 'executorch/examples/models/gemma4_31b/quantize_and_save.py' 2026-07-24T19:06:58.8906060Z 2026-07-24 19:06:58,759 [INFO] adding 'executorch/examples/models/gemma4_31b/sampler.py' 2026-07-24T19:06:58.8906250Z 2026-07-24 19:06:58,760 [INFO] adding 'executorch/examples/models/gemma4_31b/serve.py' 2026-07-24T19:06:58.8906450Z 2026-07-24 19:06:58,760 [INFO] adding 'executorch/examples/models/gemma4_31b/test_ondevice_serving.py' 2026-07-24T19:06:58.8906610Z 2026-07-24 19:06:58,760 [INFO] adding 'executorch/examples/models/gemma4_31b/test_serve.py' 2026-07-24T19:06:58.8906790Z 2026-07-24 19:06:58,760 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/quantize.py' 2026-07-24T19:06:58.8906950Z 2026-07-24 19:06:58,761 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/recipe.py' 2026-07-24T19:06:58.8907160Z 2026-07-24 19:06:58,761 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/tests/test_pack_cuda.py' 2026-07-24T19:06:58.8907360Z 2026-07-24 19:06:58,762 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/tests/test_quantize.py' 2026-07-24T19:06:58.8907560Z 2026-07-24 19:06:58,762 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/tests/test_recipe.py' 2026-07-24T19:06:58.8908160Z 2026-07-24 19:06:58,762 [INFO] adding 'executorch/examples/models/gemma4_31b/quant/tests/test_safetensors_roundtrip.py' 2026-07-24T19:06:58.8908440Z 2026-07-24 19:06:58,762 [INFO] adding 'executorch/examples/models/gemma4_31b/tests/test_cuda_packers.py' 2026-07-24T19:06:58.8908710Z 2026-07-24 19:06:58,763 [INFO] adding 'executorch/examples/models/gemma4_31b/tests/test_cuda_pipeline.py' 2026-07-24T19:06:58.8908980Z 2026-07-24 19:06:58,763 [INFO] adding 'executorch/examples/models/gemma4_31b/tests/test_mlx_pipeline.py' 2026-07-24T19:06:58.8909190Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/gemma4_31b/tests/test_pipeline.py' 2026-07-24T19:06:58.8918270Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/gemma4_31b/tests/test_recipe.py' 2026-07-24T19:06:58.8918430Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/glm/__init__.py' 2026-07-24T19:06:58.8919620Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/glm/convert_weights.py' 2026-07-24T19:06:58.8919780Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/granite/__init__.py' 2026-07-24T19:06:58.8920010Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/granite/convert_weights.py' 2026-07-24T19:06:58.8920170Z 2026-07-24 19:06:58,764 [INFO] adding 'executorch/examples/models/granite_speech/__init__.py' 2026-07-24T19:06:58.8920430Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/granite_speech/convert_weights.py' 2026-07-24T19:06:58.8920710Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/inception_v3/__init__.py' 2026-07-24T19:06:58.8920860Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/inception_v3/model.py' 2026-07-24T19:06:58.8921070Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/inception_v4/__init__.py' 2026-07-24T19:06:58.8921460Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/inception_v4/model.py' 2026-07-24T19:06:58.8921630Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/internvl3/__init__.py' 2026-07-24T19:06:58.8921810Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/internvl3/convert_weights.py' 2026-07-24T19:06:58.8921960Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/lfm2/__init__.py' 2026-07-24T19:06:58.8922120Z 2026-07-24 19:06:58,765 [INFO] adding 'executorch/examples/models/lfm2/convert_weights.py' 2026-07-24T19:06:58.8922260Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/lfm2/short_conv.py' 2026-07-24T19:06:58.8922420Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/lfm2/test_lfm2_5_mlx.py' 2026-07-24T19:06:58.8922720Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/lfm2/config/lfm2_mlx_4w.yaml' 2026-07-24T19:06:58.8922920Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/lfm2/config/lfm2_xnnpack_fp32.yaml' 2026-07-24T19:06:58.8923280Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/lfm2/config/lfm2_xnnpack_q8da4w.yaml' 2026-07-24T19:06:58.8923430Z 2026-07-24 19:06:58,766 [INFO] adding 'executorch/examples/models/llama/__init__.py' 2026-07-24T19:06:58.8923740Z 2026-07-24 19:06:58,767 [INFO] adding 'executorch/examples/models/llama/attention.py' 2026-07-24T19:06:58.8923910Z 2026-07-24 19:06:58,767 [INFO] adding 'executorch/examples/models/llama/convert_weights.py' 2026-07-24T19:06:58.8924070Z 2026-07-24 19:06:58,767 [INFO] adding 'executorch/examples/models/llama/eval_llama.py' 2026-07-24T19:06:58.8924360Z 2026-07-24 19:06:58,767 [INFO] adding 'executorch/examples/models/llama/eval_llama_lib.py' 2026-07-24T19:06:58.8924520Z 2026-07-24 19:06:58,767 [INFO] adding 'executorch/examples/models/llama/export_llama.py' 2026-07-24T19:06:58.8924690Z 2026-07-24 19:06:58,769 [INFO] adding 'executorch/examples/models/llama/export_llama_lib.py' 2026-07-24T19:06:58.8924840Z 2026-07-24 19:06:58,769 [INFO] adding 'executorch/examples/models/llama/fairseq2.py' 2026-07-24T19:06:58.8924990Z 2026-07-24 19:06:58,769 [INFO] adding 'executorch/examples/models/llama/feed_forward.py' 2026-07-24T19:06:58.8925150Z 2026-07-24 19:06:58,769 [INFO] adding 'executorch/examples/models/llama/hf_download.py' 2026-07-24T19:06:58.8925340Z 2026-07-24 19:06:58,769 [INFO] adding 'executorch/examples/models/llama/install_requirement_helper.py' 2026-07-24T19:06:58.8925510Z 2026-07-24 19:06:58,770 [INFO] adding 'executorch/examples/models/llama/llama_transformer.py' 2026-07-24T19:06:58.8925660Z 2026-07-24 19:06:58,770 [INFO] adding 'executorch/examples/models/llama/lora.py' 2026-07-24T19:06:58.8925800Z 2026-07-24 19:06:58,770 [INFO] adding 'executorch/examples/models/llama/model.py' 2026-07-24T19:06:58.8925940Z 2026-07-24 19:06:58,770 [INFO] adding 'executorch/examples/models/llama/model_args.py' 2026-07-24T19:06:58.8926080Z 2026-07-24 19:06:58,771 [INFO] adding 'executorch/examples/models/llama/norm.py' 2026-07-24T19:06:58.8926220Z 2026-07-24 19:06:58,771 [INFO] adding 'executorch/examples/models/llama/rope.py' 2026-07-24T19:06:58.8926380Z 2026-07-24 19:06:58,772 [INFO] adding 'executorch/examples/models/llama/static_attention.py' 2026-07-24T19:06:58.8926580Z 2026-07-24 19:06:58,772 [INFO] adding 'executorch/examples/models/llama/config/llama_attention_sink.yaml' 2026-07-24T19:06:58.8926760Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/llama_bf16.yaml' 2026-07-24T19:06:58.8926980Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/llama_q8da4w.yaml' 2026-07-24T19:06:58.8927200Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/llama_xnnpack.yaml' 2026-07-24T19:06:58.8927400Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/llama_xnnpack_qat.yaml' 2026-07-24T19:06:58.8927610Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/llama_xnnpack_spinquant.yaml' 2026-07-24T19:06:58.8927790Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/config/test_llm_config.py' 2026-07-24T19:06:58.8927960Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/evaluate/__init__.py' 2026-07-24T19:06:58.8928130Z 2026-07-24 19:06:58,773 [INFO] adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2026-07-24T19:06:58.8928320Z 2026-07-24 19:06:58,774 [INFO] adding 'executorch/examples/models/llama/experimental/__init__.py' 2026-07-24T19:06:58.8928500Z 2026-07-24 19:06:58,774 [INFO] adding 'executorch/examples/models/llama/experimental/generate.py' 2026-07-24T19:06:58.8928700Z 2026-07-24 19:06:58,774 [INFO] adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2026-07-24T19:06:58.8928900Z 2026-07-24 19:06:58,774 [INFO] adding 'executorch/examples/models/llama/experimental/subclass.py' 2026-07-24T19:06:58.8929100Z 2026-07-24 19:06:58,774 [INFO] adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2026-07-24T19:06:58.8929290Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/runner/eager.py' 2026-07-24T19:06:58.8929460Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/runner/generation.py' 2026-07-24T19:06:58.8929620Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/runner/native.py' 2026-07-24T19:06:58.8929830Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2026-07-24T19:06:58.8930070Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2026-07-24T19:06:58.8930290Z 2026-07-24 19:06:58,775 [INFO] adding 'executorch/examples/models/llama/source_transformation/attention.py' 2026-07-24T19:06:58.8930510Z 2026-07-24 19:06:58,776 [INFO] adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2026-07-24T19:06:58.8930740Z 2026-07-24 19:06:58,776 [INFO] adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2026-07-24T19:06:58.8930930Z 2026-07-24 19:06:58,776 [INFO] adding 'executorch/examples/models/llama/source_transformation/lora.py' 2026-07-24T19:06:58.8931160Z 2026-07-24 19:06:58,777 [INFO] adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2026-07-24T19:06:58.8931380Z 2026-07-24 19:06:58,777 [INFO] adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2026-07-24T19:06:58.8931580Z 2026-07-24 19:06:58,778 [INFO] adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2026-07-24T19:06:58.8931790Z 2026-07-24 19:06:58,778 [INFO] adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2026-07-24T19:06:58.8931990Z 2026-07-24 19:06:58,778 [INFO] adding 'executorch/examples/models/llama/source_transformation/rope.py' 2026-07-24T19:06:58.8932180Z 2026-07-24 19:06:58,778 [INFO] adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2026-07-24T19:06:58.8932390Z 2026-07-24 19:06:58,778 [INFO] adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2026-07-24T19:06:58.8932630Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2026-07-24T19:06:58.8932880Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2026-07-24T19:06:58.8933150Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2026-07-24T19:06:58.8933450Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2026-07-24T19:06:58.8933650Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2026-07-24T19:06:58.8933880Z 2026-07-24 19:06:58,779 [INFO] adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2026-07-24T19:06:58.8934090Z 2026-07-24 19:06:58,780 [INFO] adding 'executorch/examples/models/llama/tests/test_qwen3_5_attention.py' 2026-07-24T19:06:58.8934290Z 2026-07-24 19:06:58,780 [INFO] adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2026-07-24T19:06:58.8934480Z 2026-07-24 19:06:58,780 [INFO] adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2026-07-24T19:06:58.8934660Z 2026-07-24 19:06:58,780 [INFO] adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2026-07-24T19:06:58.8934850Z 2026-07-24 19:06:58,780 [INFO] adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2026-07-24T19:06:58.8935070Z 2026-07-24 19:06:58,781 [INFO] adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2026-07-24T19:06:58.8935270Z 2026-07-24 19:06:58,781 [INFO] adding 'executorch/examples/models/llama/tests/test_yoco_attention.py' 2026-07-24T19:06:58.8935460Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2026-07-24T19:06:58.8935630Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2026-07-24T19:06:58.8935830Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2026-07-24T19:06:58.8936060Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2026-07-24T19:06:58.8936260Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2026-07-24T19:06:58.8936480Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2026-07-24T19:06:58.8936660Z 2026-07-24 19:06:58,782 [INFO] adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2026-07-24T19:06:58.8936850Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2026-07-24T19:06:58.8937040Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2026-07-24T19:06:58.8937230Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2026-07-24T19:06:58.8937430Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2026-07-24T19:06:58.8942040Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2026-07-24T19:06:58.8942380Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2026-07-24T19:06:58.8942670Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2026-07-24T19:06:58.8942870Z 2026-07-24 19:06:58,783 [INFO] adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2026-07-24T19:06:58.8943130Z 2026-07-24 19:06:58,784 [INFO] adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2026-07-24T19:06:58.8943470Z 2026-07-24 19:06:58,784 [INFO] adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2026-07-24T19:06:58.8943610Z 2026-07-24 19:06:58,784 [INFO] adding 'executorch/examples/models/llava/__init__.py' 2026-07-24T19:06:58.8943770Z 2026-07-24 19:06:58,784 [INFO] adding 'executorch/examples/models/llava/export_llava.py' 2026-07-24T19:06:58.8943960Z 2026-07-24 19:06:58,784 [INFO] adding 'executorch/examples/models/llava/model.py' 2026-07-24T19:06:58.8944150Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/llava/test/test_llava.py' 2026-07-24T19:06:58.8944340Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/llava/test/test_pte.py' 2026-07-24T19:06:58.8944530Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/lstm/__init__.py' 2026-07-24T19:06:58.8944710Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/lstm/model.py' 2026-07-24T19:06:58.8944870Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/mlperf_tiny/__init__.py' 2026-07-24T19:06:58.8945050Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/mlperf_tiny/deep_autoencoder.py' 2026-07-24T19:06:58.8945220Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/mlperf_tiny/ds_cnn.py' 2026-07-24T19:06:58.8945460Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/mlperf_tiny/mobilenet_v1_025.py' 2026-07-24T19:06:58.8945660Z 2026-07-24 19:06:58,785 [INFO] adding 'executorch/examples/models/mlperf_tiny/resnet8.py' 2026-07-24T19:06:58.8945820Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilebert/__init__.py' 2026-07-24T19:06:58.8945980Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilebert/model.py' 2026-07-24T19:06:58.8946150Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2026-07-24T19:06:58.8946320Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilenet_v2/model.py' 2026-07-24T19:06:58.8946480Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2026-07-24T19:06:58.8946690Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/mobilenet_v3/model.py' 2026-07-24T19:06:58.8946900Z 2026-07-24 19:06:58,786 [INFO] adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2026-07-24T19:06:58.8947100Z 2026-07-24 19:06:58,787 [INFO] adding 'executorch/examples/models/parakeet/export_parakeet_tdt.py' 2026-07-24T19:06:58.8947250Z 2026-07-24 19:06:58,787 [INFO] adding 'executorch/examples/models/parakeet/quantize.py' 2026-07-24T19:06:58.8947410Z 2026-07-24 19:06:58,787 [INFO] adding 'executorch/examples/models/phi-3-mini/__init__.py' 2026-07-24T19:06:58.8947590Z 2026-07-24 19:06:58,787 [INFO] adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2026-07-24T19:06:58.8947750Z 2026-07-24 19:06:58,787 [INFO] adding 'executorch/examples/models/phi_4_mini/__init__.py' 2026-07-24T19:06:58.8947930Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2026-07-24T19:06:58.8948140Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/phi_4_mini/config/phi_4_mini_xnnpack.yaml' 2026-07-24T19:06:58.8948290Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/qwen2_5/__init__.py' 2026-07-24T19:06:58.8948460Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2026-07-24T19:06:58.8948690Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/qwen2_5/config/qwen2_5_coder_xnnpack_q8da4w.yaml' 2026-07-24T19:06:58.8948900Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/qwen2_5/config/qwen2_5_xnnpack_q8da4w.yaml' 2026-07-24T19:06:58.8949040Z 2026-07-24 19:06:58,788 [INFO] adding 'executorch/examples/models/qwen3/__init__.py' 2026-07-24T19:06:58.8949260Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3/convert_weights.py' 2026-07-24T19:06:58.8949460Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3/config/qwen3_multimethod.yaml' 2026-07-24T19:06:58.8949670Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3/config/qwen3_xnnpack_lora.yaml' 2026-07-24T19:06:58.8949890Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3/config/qwen3_xnnpack_q8da4w.yaml' 2026-07-24T19:06:58.8950040Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3_5/__init__.py' 2026-07-24T19:06:58.8950250Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3_5/convert_weights.py' 2026-07-24T19:06:58.8950460Z 2026-07-24 19:06:58,789 [INFO] adding 'executorch/examples/models/qwen3_5/config/qwen3_5_xnnpack_fp32.yaml' 2026-07-24T19:06:58.8950620Z 2026-07-24 19:06:58,790 [INFO] adding 'executorch/examples/models/qwen3_5/tests/__init__.py' 2026-07-24T19:06:58.8950820Z 2026-07-24 19:06:58,790 [INFO] adding 'executorch/examples/models/qwen3_5/tests/test_convert_weights.py' 2026-07-24T19:06:58.8950980Z 2026-07-24 19:06:58,790 [INFO] adding 'executorch/examples/models/qwen3_5_moe/__init__.py' 2026-07-24T19:06:58.8951140Z 2026-07-24 19:06:58,791 [INFO] adding 'executorch/examples/models/qwen3_5_moe/export.py' 2026-07-24T19:06:58.8951300Z 2026-07-24 19:06:58,791 [INFO] adding 'executorch/examples/models/qwen3_5_moe/inference.py' 2026-07-24T19:06:58.8951510Z 2026-07-24 19:06:58,791 [INFO] adding 'executorch/examples/models/qwen3_5_moe/metal_source_transformations.py' 2026-07-24T19:06:58.8951730Z 2026-07-24 19:06:58,792 [INFO] adding 'executorch/examples/models/qwen3_5_moe/mlx_source_transformations.py' 2026-07-24T19:06:58.8951900Z 2026-07-24 19:06:58,793 [INFO] adding 'executorch/examples/models/qwen3_5_moe/model.py' 2026-07-24T19:06:58.8952090Z 2026-07-24 19:06:58,793 [INFO] adding 'executorch/examples/models/qwen3_5_moe/quantize_and_save.py' 2026-07-24T19:06:58.8952300Z 2026-07-24 19:06:58,793 [INFO] adding 'executorch/examples/models/qwen3_5_moe/run.py' 2026-07-24T19:06:58.8952510Z 2026-07-24 19:06:58,793 [INFO] adding 'executorch/examples/models/qwen3_5_moe/sampler.py' 2026-07-24T19:06:58.8952690Z 2026-07-24 19:06:58,794 [INFO] adding 'executorch/examples/models/qwen3_5_moe/serve.py' 2026-07-24T19:06:58.8952880Z 2026-07-24 19:06:58,794 [INFO] adding 'executorch/examples/models/qwen3_5_moe/test_chunked_prefill.py' 2026-07-24T19:06:58.8953080Z 2026-07-24 19:06:58,794 [INFO] adding 'executorch/examples/models/qwen3_5_moe/test_quantize_roundtrip.py' 2026-07-24T19:06:58.8953250Z 2026-07-24 19:06:58,794 [INFO] adding 'executorch/examples/models/qwen3_5_moe/test_sampler.py' 2026-07-24T19:06:58.8957320Z 2026-07-24 19:06:58,794 [INFO] adding 'executorch/examples/models/qwen3_5_moe/test_serve.py' 2026-07-24T19:06:58.8957510Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/qwen3_5_moe/test_turboquant.py' 2026-07-24T19:06:58.8957660Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/resnet/__init__.py' 2026-07-24T19:06:58.8957800Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/resnet/model.py' 2026-07-24T19:06:58.8957980Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/silero_vad/export_silero_vad.py' 2026-07-24T19:06:58.8958130Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/smollm2/__init__.py' 2026-07-24T19:06:58.8958300Z 2026-07-24 19:06:58,795 [INFO] adding 'executorch/examples/models/smollm2/convert_weights.py' 2026-07-24T19:06:58.8958450Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/smollm3/__init__.py' 2026-07-24T19:06:58.8958620Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/smollm3/convert_weights.py' 2026-07-24T19:06:58.8958770Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/smolvlm/__init__.py' 2026-07-24T19:06:58.8958940Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/smolvlm/convert_weights.py' 2026-07-24T19:06:58.8959120Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/sortformer/export_sortformer.py' 2026-07-24T19:06:58.8959290Z 2026-07-24 19:06:58,796 [INFO] adding 'executorch/examples/models/sortformer/validate_pte.py' 2026-07-24T19:06:58.8959460Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/stable_diffusion/__init__.py' 2026-07-24T19:06:58.8959660Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/stable_diffusion/model.py' 2026-07-24T19:06:58.8959800Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/test/__init__.py' 2026-07-24T19:06:58.8959980Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/test/test_export.py' 2026-07-24T19:06:58.8960150Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/torchvision_vit/__init__.py' 2026-07-24T19:06:58.8960370Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/torchvision_vit/model.py' 2026-07-24T19:06:58.8960580Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/toy_model/__init__.py' 2026-07-24T19:06:58.8960730Z 2026-07-24 19:06:58,797 [INFO] adding 'executorch/examples/models/toy_model/model.py' 2026-07-24T19:06:58.8960910Z 2026-07-24 19:06:58,798 [INFO] adding 'executorch/examples/models/voxtral_realtime/__init__.py' 2026-07-24T19:06:58.8961110Z 2026-07-24 19:06:58,798 [INFO] adding 'executorch/examples/models/voxtral_realtime/export_voxtral_rt.py' 2026-07-24T19:06:58.8961310Z 2026-07-24 19:06:58,799 [INFO] adding 'executorch/examples/models/voxtral_realtime/model.py' 2026-07-24T19:06:58.8961600Z 2026-07-24 19:06:58,799 [INFO] adding 'executorch/examples/models/voxtral_realtime/tests/test_ring_kv_cache.py' 2026-07-24T19:06:58.8961790Z 2026-07-24 19:06:58,799 [INFO] adding 'executorch/examples/models/voxtral_tts/__init__.py' 2026-07-24T19:06:58.8962000Z 2026-07-24 19:06:58,800 [INFO] adding 'executorch/examples/models/voxtral_tts/export_voxtral_tts.py' 2026-07-24T19:06:58.8962240Z 2026-07-24 19:06:58,801 [INFO] adding 'executorch/examples/models/voxtral_tts/model.py' 2026-07-24T19:06:58.8962450Z 2026-07-24 19:06:58,801 [INFO] adding 'executorch/examples/models/voxtral_tts/voice.py' 2026-07-24T19:06:58.8962600Z 2026-07-24 19:06:58,801 [INFO] adding 'executorch/examples/models/wav2letter/__init__.py' 2026-07-24T19:06:58.8962770Z 2026-07-24 19:06:58,801 [INFO] adding 'executorch/examples/models/wav2letter/model.py' 2026-07-24T19:06:58.8962970Z 2026-07-24 19:06:58,802 [INFO] adding 'executorch/examples/models/whisper/__init__.py' 2026-07-24T19:06:58.8963160Z 2026-07-24 19:06:58,802 [INFO] adding 'executorch/examples/models/whisper/model.py' 2026-07-24T19:06:58.8963340Z 2026-07-24 19:06:58,802 [INFO] adding 'executorch/examples/models/yolo26/__init__.py' 2026-07-24T19:06:58.8963570Z 2026-07-24 19:06:58,802 [INFO] adding 'executorch/examples/models/yolo26/export_and_validate.py' 2026-07-24T19:06:58.8963750Z 2026-07-24 19:06:58,802 [INFO] adding 'executorch/examples/models/yolo26/model.py' 2026-07-24T19:06:58.8963930Z 2026-07-24 19:06:58,803 [INFO] adding 'executorch/examples/nxp/experimental/cifar_net/cifar_net.py' 2026-07-24T19:06:58.8964070Z 2026-07-24 19:06:58,803 [INFO] adding 'executorch/examples/qualcomm/__init__.py' 2026-07-24T19:06:58.8964210Z 2026-07-24 19:06:58,803 [INFO] adding 'executorch/examples/qualcomm/utils.py' 2026-07-24T19:06:58.8964440Z 2026-07-24 19:06:58,803 [INFO] adding 'executorch/examples/qualcomm/custom_op/custom_ops_1.py' 2026-07-24T19:06:58.8964660Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/custom_op/custom_ops_2.py' 2026-07-24T19:06:58.8964830Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/__init__.py' 2026-07-24T19:06:58.8964980Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/albert.py' 2026-07-24T19:06:58.8965140Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/bert.py' 2026-07-24T19:06:58.8965310Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/conv_former.py' 2026-07-24T19:06:58.8965490Z 2026-07-24 19:06:58,804 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/convnext_small.py' 2026-07-24T19:06:58.8965650Z 2026-07-24 19:06:58,805 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/cvt.py' 2026-07-24T19:06:58.8965880Z 2026-07-24 19:06:58,805 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/deit.py' 2026-07-24T19:06:58.8966150Z 2026-07-24 19:06:58,805 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/depthanything_v2_small.py' 2026-07-24T19:06:58.8966330Z 2026-07-24 19:06:58,805 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/dino_v2.py' 2026-07-24T19:06:58.8966510Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/distilbert.py' 2026-07-24T19:06:58.8966660Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/dit.py' 2026-07-24T19:06:58.8966830Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/efficientnet.py' 2026-07-24T19:06:58.8966990Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/esrgan.py' 2026-07-24T19:06:58.8967150Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/eurobert.py' 2026-07-24T19:06:58.8967310Z 2026-07-24 19:06:58,806 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/fastvit.py' 2026-07-24T19:06:58.8967470Z 2026-07-24 19:06:58,807 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/fbnet.py' 2026-07-24T19:06:58.8967630Z 2026-07-24 19:06:58,807 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/focalnet.py' 2026-07-24T19:06:58.8967870Z 2026-07-24 19:06:58,807 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/gMLP_image_classification.py' 2026-07-24T19:06:58.8968050Z 2026-07-24 19:06:58,807 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/hf_causal_lm.py' 2026-07-24T19:06:58.8968230Z 2026-07-24 19:06:58,807 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/maxvit_t.py' 2026-07-24T19:06:58.8968410Z 2026-07-24 19:06:58,808 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/mobilevit_v1.py' 2026-07-24T19:06:58.8968590Z 2026-07-24 19:06:58,808 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/mobilevit_v2.py' 2026-07-24T19:06:58.8968740Z 2026-07-24 19:06:58,808 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/pvt.py' 2026-07-24T19:06:58.8968900Z 2026-07-24 19:06:58,808 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/regnet.py' 2026-07-24T19:06:58.8969070Z 2026-07-24 19:06:58,808 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/retinanet.py' 2026-07-24T19:06:58.8969230Z 2026-07-24 19:06:58,809 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/roberta.py' 2026-07-24T19:06:58.8969400Z 2026-07-24 19:06:58,809 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/squeezenet.py' 2026-07-24T19:06:58.8969580Z 2026-07-24 19:06:58,809 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/ssd300_vgg16.py' 2026-07-24T19:06:58.8969770Z 2026-07-24 19:06:58,809 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/swin_transformer.py' 2026-07-24T19:06:58.8969940Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/swin_v2_t.py' 2026-07-24T19:06:58.8970100Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/vit_b_16.py' 2026-07-24T19:06:58.8970320Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/efficientSAM/efficientSAM.py' 2026-07-24T19:06:58.8970590Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/__init__.py' 2026-07-24T19:06:58.8970870Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/mask_decoder.py' 2026-07-24T19:06:58.8971130Z 2026-07-24 19:06:58,810 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/efficientSAM/source_transformation/pos_emb.py' 2026-07-24T19:06:58.8971320Z 2026-07-24 19:06:58,811 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/__init__.py' 2026-07-24T19:06:58.8971530Z 2026-07-24 19:06:58,811 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/decoder_constants.py' 2026-07-24T19:06:58.8971740Z 2026-07-24 19:06:58,811 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/llama.py' 2026-07-24T19:06:58.8972040Z 2026-07-24 19:06:58,812 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/masking_utils.py' 2026-07-24T19:06:58.8972290Z 2026-07-24 19:06:58,812 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/mix_precision_analyzer.py' 2026-07-24T19:06:58.8972500Z 2026-07-24 19:06:58,813 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/range_setting_pt2e.py' 2026-07-24T19:06:58.8972720Z 2026-07-24 19:06:58,813 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/static_llm_quant_recipe.py' 2026-07-24T19:06:58.8972910Z 2026-07-24 19:06:58,813 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/tokenizer.py' 2026-07-24T19:06:58.8973080Z 2026-07-24 19:06:58,813 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/utils.py' 2026-07-24T19:06:58.8973290Z 2026-07-24 19:06:58,813 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/__init__.py' 2026-07-24T19:06:58.8973490Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/builders.py' 2026-07-24T19:06:58.8973700Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/collators.py' 2026-07-24T19:06:58.8973900Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/config.py' 2026-07-24T19:06:58.8974190Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/datasets.py' 2026-07-24T19:06:58.8974440Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/loaders.py' 2026-07-24T19:06:58.8974680Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/preprocessors.py' 2026-07-24T19:06:58.8974890Z 2026-07-24 19:06:58,814 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/dataset/schema.py' 2026-07-24T19:06:58.8975090Z 2026-07-24 19:06:58,815 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/encoder/__init__.py' 2026-07-24T19:06:58.8975320Z 2026-07-24 19:06:58,815 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_config.py' 2026-07-24T19:06:58.8975560Z 2026-07-24 19:06:58,815 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/encoder/encoder_quant_recipe.py' 2026-07-24T19:06:58.8975770Z 2026-07-24 19:06:58,815 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/evaluator/__init__.py' 2026-07-24T19:06:58.8976000Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/evaluator/device_evaluator.py' 2026-07-24T19:06:58.8976230Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/evaluator/lm_eval_adapter.py' 2026-07-24T19:06:58.8976440Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/inference/__init__.py' 2026-07-24T19:06:58.8976640Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/inference/decoder.py' 2026-07-24T19:09:16.5525000Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/inference/encoder.py' 2026-07-24T19:09:16.5526100Z 2026-07-24 19:06:58,816 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/inference/model.py' 2026-07-24T19:09:16.5526830Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/__init__.py' 2026-07-24T19:09:16.5527410Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/apply_rope.py' 2026-07-24T19:09:16.5528200Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/audio_encoder.py' 2026-07-24T19:09:16.5528860Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/embedding.py' 2026-07-24T19:09:16.5529520Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/feed_forward.py' 2026-07-24T19:09:16.5533460Z 2026-07-24 19:06:58,817 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/layernorm.py' 2026-07-24T19:09:16.5534050Z 2026-07-24 19:06:58,818 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/static_llama.py' 2026-07-24T19:09:16.5535160Z 2026-07-24 19:06:58,818 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/model/vision_encoder.py' 2026-07-24T19:09:16.5535770Z 2026-07-24 19:06:58,819 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/quantize/__init__.py' 2026-07-24T19:09:16.5536320Z 2026-07-24 19:06:58,819 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/quantize/ptq.py' 2026-07-24T19:09:16.5536940Z 2026-07-24 19:06:58,819 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/quantize/strategy.py' 2026-07-24T19:09:16.5537550Z 2026-07-24 19:06:58,819 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/wrappers/__init__.py' 2026-07-24T19:09:16.5538180Z 2026-07-24 19:06:58,820 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/wrappers/attention_sink_wrappers.py' 2026-07-24T19:09:16.5538830Z 2026-07-24 19:06:58,820 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/wrappers/base_component.py' 2026-07-24T19:09:16.5539430Z 2026-07-24 19:06:58,821 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llama/wrappers/llm_wrappers.py' 2026-07-24T19:09:16.5540200Z 2026-07-24 19:06:58,821 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llm_utils/decoder_model_wrapper.py' 2026-07-24T19:09:16.5545010Z 2026-07-24 19:06:58,821 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llm_utils/eval_decoder_model_qnn.py' 2026-07-24T19:09:16.5545900Z 2026-07-24 19:06:58,822 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/llm_utils/qnn_decoder_model_manager.py' 2026-07-24T19:09:16.5561080Z 2026-07-24 19:06:58,822 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/moshi/mimi.py' 2026-07-24T19:09:16.5561790Z 2026-07-24 19:06:58,822 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/moshi/model/static_conv.py' 2026-07-24T19:09:16.5562450Z 2026-07-24 19:06:58,822 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/moshi/model/static_convtr.py' 2026-07-24T19:09:16.5563050Z 2026-07-24 19:06:58,823 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/moshi/model/static_mimi.py' 2026-07-24T19:09:16.5563620Z 2026-07-24 19:06:58,823 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/moshi/model/static_seanet_decoder.py' 2026-07-24T19:09:16.5564210Z 2026-07-24 19:06:58,824 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/t5/t5.py' 2026-07-24T19:09:16.5564700Z 2026-07-24 19:06:58,824 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/t5/t5_model.py' 2026-07-24T19:09:16.5565200Z 2026-07-24 19:06:58,824 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/whisper/whisper.py' 2026-07-24T19:09:16.5565710Z 2026-07-24 19:06:58,825 [INFO] adding 'executorch/examples/qualcomm/oss_scripts/whisper/whisper_model.py' 2026-07-24T19:09:16.5566340Z 2026-07-24 19:06:58,825 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/llama/llama2/qaihub_llama2_7b.py' 2026-07-24T19:09:16.5566920Z 2026-07-24 19:06:58,825 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/llama/llama3/qaihub_llama3_8b.py' 2026-07-24T19:09:16.5567610Z 2026-07-24 19:06:58,825 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/qaihub_stable_diffusion.py' 2026-07-24T19:09:16.5568290Z 2026-07-24 19:06:58,826 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/stable_diffusion_lib.py' 2026-07-24T19:09:16.5568840Z 2026-07-24 19:06:58,826 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/utils/export.py' 2026-07-24T19:09:16.5569310Z 2026-07-24 19:06:58,826 [INFO] adding 'executorch/examples/qualcomm/qaihub_scripts/utils/utils.py' 2026-07-24T19:09:16.5569820Z 2026-07-24 19:06:58,826 [INFO] adding 'executorch/examples/qualcomm/scripts/deeplab_v3.py' 2026-07-24T19:09:16.5570240Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/edsr.py' 2026-07-24T19:09:16.5571340Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/export_example.py' 2026-07-24T19:09:16.5572110Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/inception_v3.py' 2026-07-24T19:09:16.5572620Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/inception_v4.py' 2026-07-24T19:09:16.5573140Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py' 2026-07-24T19:09:16.5573630Z 2026-07-24 19:06:58,827 [INFO] adding 'executorch/examples/qualcomm/scripts/mobilenet_v2.py' 2026-07-24T19:09:16.5574060Z 2026-07-24 19:06:58,828 [INFO] adding 'executorch/examples/qualcomm/scripts/mobilenet_v3.py' 2026-07-24T19:09:16.5574490Z 2026-07-24 19:06:58,828 [INFO] adding 'executorch/examples/qualcomm/scripts/torchvision_vit.py' 2026-07-24T19:09:16.5574910Z 2026-07-24 19:06:58,828 [INFO] adding 'executorch/examples/qualcomm/scripts/wav2letter.py' 2026-07-24T19:09:16.5575310Z 2026-07-24 19:06:58,829 [INFO] adding 'executorch/examples/qualcomm/util_scripts/cli.py' 2026-07-24T19:09:16.5575730Z 2026-07-24 19:06:58,829 [INFO] adding 'executorch/examples/qualcomm/util_scripts/gen_etrecord.py' 2026-07-24T19:09:16.5576320Z 2026-07-24 19:06:58,829 [INFO] adding 'executorch/examples/qualcomm/util_scripts/qairt_visualizer_demo.py' 2026-07-24T19:09:16.5576890Z 2026-07-24 19:06:58,829 [INFO] adding 'executorch/examples/qualcomm/util_scripts/qnn_intermediate_debugger_demo.py' 2026-07-24T19:09:16.5577510Z 2026-07-24 19:06:58,829 [INFO] adding 'executorch/examples/xnnpack/__init__.py' 2026-07-24T19:09:16.5577890Z 2026-07-24 19:06:58,830 [INFO] adding 'executorch/examples/xnnpack/aot_compiler.py' 2026-07-24T19:09:16.5578330Z 2026-07-24 19:06:58,830 [INFO] adding 'executorch/examples/xnnpack/quantization/example.py' 2026-07-24T19:09:16.5578740Z 2026-07-24 19:06:58,830 [INFO] adding 'executorch/examples/xnnpack/quantization/utils.py' 2026-07-24T19:09:16.5579090Z 2026-07-24 19:06:58,830 [INFO] adding 'executorch/exir/__init__.py' 2026-07-24T19:09:16.5579470Z 2026-07-24 19:06:58,830 [INFO] adding 'executorch/exir/_program_utils.py' 2026-07-24T19:09:16.5579820Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/_warnings.py' 2026-07-24T19:09:16.5580190Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/common.py' 2026-07-24T19:09:16.5580590Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/control_flow.py' 2026-07-24T19:09:16.5581040Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/debug_handle_utils.py' 2026-07-24T19:09:16.5581380Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/delegate.py' 2026-07-24T19:09:16.5581760Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/delegate.pyi' 2026-07-24T19:09:16.5582160Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/dim_order_utils.py' 2026-07-24T19:09:16.5582590Z 2026-07-24 19:06:58,831 [INFO] adding 'executorch/exir/dynamic_shape.py' 2026-07-24T19:09:16.5582970Z 2026-07-24 19:06:58,832 [INFO] adding 'executorch/exir/error.py' 2026-07-24T19:09:16.5583300Z 2026-07-24 19:06:58,832 [INFO] adding 'executorch/exir/graph.py' 2026-07-24T19:09:16.5583590Z 2026-07-24 19:06:58,832 [INFO] adding 'executorch/exir/graph_module.py' 2026-07-24T19:09:16.5583980Z 2026-07-24 19:06:58,833 [INFO] adding 'executorch/exir/lowered_backend_module.py' 2026-07-24T19:09:16.5584360Z 2026-07-24 19:06:58,833 [INFO] adding 'executorch/exir/memory.py' 2026-07-24T19:09:16.5584660Z 2026-07-24 19:06:58,834 [INFO] adding 'executorch/exir/memory_planning.py' 2026-07-24T19:09:16.5584970Z 2026-07-24 19:06:58,835 [INFO] adding 'executorch/exir/pass_base.py' 2026-07-24T19:09:16.5585270Z 2026-07-24 19:06:58,836 [INFO] adding 'executorch/exir/pass_manager.py' 2026-07-24T19:09:16.5585630Z 2026-07-24 19:06:58,836 [INFO] adding 'executorch/exir/print_program.py' 2026-07-24T19:09:16.5586040Z 2026-07-24 19:06:58,836 [INFO] adding 'executorch/exir/scalar_type.py' 2026-07-24T19:09:16.5586430Z 2026-07-24 19:06:58,836 [INFO] adding 'executorch/exir/schema.py' 2026-07-24T19:09:16.5586720Z 2026-07-24 19:06:58,836 [INFO] adding 'executorch/exir/sym_util.py' 2026-07-24T19:09:16.5587080Z 2026-07-24 19:06:58,837 [INFO] adding 'executorch/exir/tensor.py' 2026-07-24T19:09:16.5587370Z 2026-07-24 19:06:58,837 [INFO] adding 'executorch/exir/tensor_layout.py' 2026-07-24T19:09:16.5587690Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/tracer.py' 2026-07-24T19:09:16.5588090Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/types.py' 2026-07-24T19:09:16.5588380Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/version.py' 2026-07-24T19:09:16.5588690Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/wrap.py' 2026-07-24T19:09:16.5589020Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/_serialize/__init__.py' 2026-07-24T19:09:16.5589350Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/_serialize/_cord.py' 2026-07-24T19:09:16.5589670Z 2026-07-24 19:06:58,838 [INFO] adding 'executorch/exir/_serialize/_dataclass.py' 2026-07-24T19:09:16.5590010Z 2026-07-24 19:06:58,839 [INFO] adding 'executorch/exir/_serialize/_flatbuffer.py' 2026-07-24T19:09:16.5590400Z 2026-07-24 19:06:58,839 [INFO] adding 'executorch/exir/_serialize/_flatbuffer_program.py' 2026-07-24T19:09:16.5590860Z 2026-07-24 19:06:58,839 [INFO] adding 'executorch/exir/_serialize/_named_data_store.py' 2026-07-24T19:09:16.5591310Z 2026-07-24 19:06:58,840 [INFO] adding 'executorch/exir/_serialize/_program.py' 2026-07-24T19:09:16.5591940Z 2026-07-24 19:06:58,840 [INFO] adding 'executorch/exir/_serialize/_serialize.py' 2026-07-24T19:09:16.5592420Z 2026-07-24 19:06:58,840 [INFO] adding 'executorch/exir/_serialize/data_serializer.py' 2026-07-24T19:09:16.5592830Z 2026-07-24 19:06:58,840 [INFO] adding 'executorch/exir/_serialize/generate_program.py' 2026-07-24T19:09:16.5593300Z 2026-07-24 19:06:58,840 [INFO] adding 'executorch/exir/_serialize/padding.py' 2026-07-24T19:09:16.5593750Z 2026-07-24 19:06:58,841 [INFO] adding 'executorch/exir/_serialize/program.fbs' 2026-07-24T19:09:16.5594280Z 2026-07-24 19:06:58,841 [INFO] adding 'executorch/exir/_serialize/scalar_type.fbs' 2026-07-24T19:09:16.5594710Z 2026-07-24 19:06:58,841 [INFO] adding 'executorch/exir/_serialize/generated/__init__.py' 2026-07-24T19:09:16.5595410Z 2026-07-24 19:06:58,841 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/AllocationDetails.py' 2026-07-24T19:09:16.5596100Z 2026-07-24 19:06:58,841 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegate.py' 2026-07-24T19:09:16.5596760Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateDataReference.py' 2026-07-24T19:09:16.5597500Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/BackendDelegateInlineData.py' 2026-07-24T19:09:16.5598180Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Bool.py' 2026-07-24T19:09:16.5598690Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/BoolList.py' 2026-07-24T19:09:16.5599290Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Buffer.py' 2026-07-24T19:09:16.5599880Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Chain.py' 2026-07-24T19:09:16.5600450Z 2026-07-24 19:06:58,842 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/CompileSpec.py' 2026-07-24T19:09:16.5601080Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/ContainerMetadata.py' 2026-07-24T19:09:16.5601760Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/DataLocation.py' 2026-07-24T19:09:16.5602410Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/DataSegment.py' 2026-07-24T19:09:16.5603140Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/DelegateCall.py' 2026-07-24T19:09:16.5603810Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/DeviceType.py' 2026-07-24T19:09:16.5604420Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Double.py' 2026-07-24T19:09:16.5605100Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/DoubleList.py' 2026-07-24T19:09:16.5605700Z 2026-07-24 19:06:58,843 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/EValue.py' 2026-07-24T19:09:16.5606260Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/ExecutionPlan.py' 2026-07-24T19:09:16.5606890Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/ExtraTensorInfo.py' 2026-07-24T19:09:16.5607470Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Frame.py' 2026-07-24T19:09:16.5608010Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/FrameList.py' 2026-07-24T19:09:16.5608660Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/FreeCall.py' 2026-07-24T19:09:16.5609300Z 2026-07-24 19:06:58,844 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Instruction.py' 2026-07-24T19:09:16.5609980Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/InstructionArguments.py' 2026-07-24T19:09:16.5610540Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Int.py' 2026-07-24T19:09:16.5611130Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/IntList.py' 2026-07-24T19:09:16.5611820Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/JumpFalseCall.py' 2026-07-24T19:09:16.5612400Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/KernelCall.py' 2026-07-24T19:09:16.5613010Z 2026-07-24 19:06:58,845 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/KernelTypes.py' 2026-07-24T19:09:16.5613580Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/MoveCall.py' 2026-07-24T19:09:16.5614150Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/NamedData.py' 2026-07-24T19:09:16.5614760Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/NonConstBufferDevice.py' 2026-07-24T19:09:16.5615370Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Null.py' 2026-07-24T19:09:16.5615960Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Operator.py' 2026-07-24T19:09:16.5616570Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/OptionalTensorList.py' 2026-07-24T19:09:16.5617190Z 2026-07-24 19:06:58,846 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Program.py' 2026-07-24T19:09:16.5617700Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/ScalarType.py' 2026-07-24T19:09:16.5618270Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/String.py' 2026-07-24T19:09:16.5618850Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/SubsegmentOffsets.py' 2026-07-24T19:09:16.5619430Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/Tensor.py' 2026-07-24T19:09:16.5620080Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/TensorDataLocation.py' 2026-07-24T19:09:16.5620720Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/TensorList.py' 2026-07-24T19:09:16.5621430Z 2026-07-24 19:06:58,847 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/TensorShapeDynamism.py' 2026-07-24T19:09:16.5622020Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/generated/executorch_flatbuffer/__init__.py' 2026-07-24T19:09:16.5622520Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/test/__init__.py' 2026-07-24T19:09:16.5622900Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/test/test_cord.py' 2026-07-24T19:09:16.5623380Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2026-07-24T19:09:16.5623910Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/test/test_flatbuffer_program.py' 2026-07-24T19:09:16.5624370Z 2026-07-24 19:06:58,848 [INFO] adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2026-07-24T19:09:16.5624840Z 2026-07-24 19:06:58,849 [INFO] adding 'executorch/exir/_serialize/test/test_program.py' 2026-07-24T19:09:16.5625420Z 2026-07-24 19:06:58,849 [INFO] adding 'executorch/exir/_serialize/test/test_serialize.py' 2026-07-24T19:09:16.5625910Z 2026-07-24 19:06:58,850 [INFO] adding 'executorch/exir/backend/backend_api.py' 2026-07-24T19:09:16.5626400Z 2026-07-24 19:06:58,850 [INFO] adding 'executorch/exir/backend/backend_details.py' 2026-07-24T19:09:16.5626990Z 2026-07-24 19:06:58,850 [INFO] adding 'executorch/exir/backend/compile_spec_schema.py' 2026-07-24T19:09:16.5627430Z 2026-07-24 19:06:58,850 [INFO] adding 'executorch/exir/backend/operator_support.py' 2026-07-24T19:09:16.5627990Z 2026-07-24 19:06:58,850 [INFO] adding 'executorch/exir/backend/partitioner.py' 2026-07-24T19:09:16.5628380Z 2026-07-24 19:06:58,851 [INFO] adding 'executorch/exir/backend/utils.py' 2026-07-24T19:09:16.5628890Z 2026-07-24 19:06:58,851 [INFO] adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2026-07-24T19:09:16.5629480Z 2026-07-24 19:06:58,852 [INFO] adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2026-07-24T19:09:16.5630040Z 2026-07-24 19:06:58,852 [INFO] adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2026-07-24T19:09:16.5630670Z 2026-07-24 19:06:58,852 [INFO] adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2026-07-24T19:09:16.5631280Z 2026-07-24 19:06:58,852 [INFO] adding 'executorch/exir/backend/canonical_partitioners/group_partitioner.py' 2026-07-24T19:09:16.5631860Z 2026-07-24 19:06:58,852 [INFO] adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2026-07-24T19:09:16.5632380Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2026-07-24T19:09:16.5632990Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2026-07-24T19:09:16.5633520Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2026-07-24T19:09:16.5633990Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2026-07-24T19:09:16.5634470Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/demo_backend.py' 2026-07-24T19:09:16.5634850Z 2026-07-24 19:06:58,853 [INFO] adding 'executorch/exir/backend/test/device_util.py' 2026-07-24T19:09:16.5635390Z 2026-07-24 19:06:58,854 [INFO] adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2026-07-24T19:09:16.5635890Z 2026-07-24 19:06:58,854 [INFO] adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2026-07-24T19:09:16.5636340Z 2026-07-24 19:06:58,854 [INFO] adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2026-07-24T19:09:16.5636970Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_backends_lifted.py' 2026-07-24T19:09:16.5637420Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_backends_nested.py' 2026-07-24T19:09:16.5637950Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_compatibility.py' 2026-07-24T19:09:16.5638420Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2026-07-24T19:09:16.5638860Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2026-07-24T19:09:16.5639340Z 2026-07-24 19:06:58,855 [INFO] adding 'executorch/exir/backend/test/test_graph_partition.py' 2026-07-24T19:09:16.5639840Z 2026-07-24 19:06:58,856 [INFO] adding 'executorch/exir/backend/test/test_group_partitioner.py' 2026-07-24T19:09:16.5640280Z 2026-07-24 19:06:58,856 [INFO] adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2026-07-24T19:09:16.5640770Z 2026-07-24 19:06:58,857 [INFO] adding 'executorch/exir/backend/test/test_partitioner.py' 2026-07-24T19:09:16.5641210Z 2026-07-24 19:06:58,857 [INFO] adding 'executorch/exir/backend/test/test_passes.py' 2026-07-24T19:09:16.5641640Z 2026-07-24 19:06:58,857 [INFO] adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2026-07-24T19:09:16.5642160Z 2026-07-24 19:06:58,857 [INFO] adding 'executorch/exir/backend/test/test_utils.py' 2026-07-24T19:09:16.5642640Z 2026-07-24 19:06:58,857 [INFO] adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2026-07-24T19:09:16.5643260Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2026-07-24T19:09:16.5643820Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2026-07-24T19:09:16.5644350Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2026-07-24T19:09:16.5644740Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/capture/__init__.py' 2026-07-24T19:09:16.5645130Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/capture/_capture.py' 2026-07-24T19:09:16.5645530Z 2026-07-24 19:06:58,858 [INFO] adding 'executorch/exir/capture/_config.py' 2026-07-24T19:09:16.5645870Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/capture/_unlift.py' 2026-07-24T19:09:16.5646260Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/dialects/__init__.py' 2026-07-24T19:09:16.5646630Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/dialects/_ops.py' 2026-07-24T19:09:16.5646980Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/dialects/backend/_ops.py' 2026-07-24T19:09:16.5647440Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2026-07-24T19:09:16.5647910Z 2026-07-24 19:06:58,859 [INFO] adding 'executorch/exir/dialects/edge/_ops.py' 2026-07-24T19:09:16.5648270Z 2026-07-24 19:06:58,861 [INFO] adding 'executorch/exir/dialects/edge/edge.yaml' 2026-07-24T19:09:16.5648680Z 2026-07-24 19:06:58,861 [INFO] adding 'executorch/exir/dialects/edge/arg/model.py' 2026-07-24T19:09:16.5649050Z 2026-07-24 19:06:58,861 [INFO] adding 'executorch/exir/dialects/edge/arg/type.py' 2026-07-24T19:09:16.5649470Z 2026-07-24 19:06:58,861 [INFO] adding 'executorch/exir/dialects/edge/dtype/runner.py' 2026-07-24T19:09:16.5649910Z 2026-07-24 19:06:58,861 [INFO] adding 'executorch/exir/dialects/edge/dtype/supported.py' 2026-07-24T19:09:16.5650360Z 2026-07-24 19:06:58,862 [INFO] adding 'executorch/exir/dialects/edge/dtype/utils.py' 2026-07-24T19:09:16.5650780Z 2026-07-24 19:06:58,862 [INFO] adding 'executorch/exir/dialects/edge/op/api.py' 2026-07-24T19:09:16.5651210Z 2026-07-24 19:06:58,862 [INFO] adding 'executorch/exir/dialects/edge/op/sample_input.py' 2026-07-24T19:09:16.5651610Z 2026-07-24 19:06:58,862 [INFO] adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2026-07-24T19:09:16.5652140Z 2026-07-24 19:06:58,863 [INFO] adding 'executorch/exir/dialects/edge/spec/gen.py' 2026-07-24T19:09:16.5652550Z 2026-07-24 19:06:58,863 [INFO] adding 'executorch/exir/dialects/edge/spec/utils.py' 2026-07-24T19:09:16.5653000Z 2026-07-24 19:06:58,863 [INFO] adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2026-07-24T19:09:16.5653490Z 2026-07-24 19:06:58,863 [INFO] adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2026-07-24T19:09:16.5653960Z 2026-07-24 19:06:58,864 [INFO] adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2026-07-24T19:09:16.5654350Z 2026-07-24 19:06:58,864 [INFO] adding 'executorch/exir/emit/__init__.py' 2026-07-24T19:09:16.5654770Z 2026-07-24 19:06:58,864 [INFO] adding 'executorch/exir/emit/_emit_program.py' 2026-07-24T19:09:16.5655280Z 2026-07-24 19:06:58,866 [INFO] adding 'executorch/exir/emit/_emitter.py' 2026-07-24T19:09:16.5655680Z 2026-07-24 19:06:58,867 [INFO] adding 'executorch/exir/emit/test/test_emit.py' 2026-07-24T19:09:16.5656110Z 2026-07-24 19:06:58,868 [INFO] adding 'executorch/exir/operator/convert.py' 2026-07-24T19:09:16.5656540Z 2026-07-24 19:06:58,868 [INFO] adding 'executorch/exir/operator/manip.py' 2026-07-24T19:09:16.5656950Z 2026-07-24 19:06:58,868 [INFO] adding 'executorch/exir/operator/util.py' 2026-07-24T19:09:16.5657480Z 2026-07-24 19:06:58,868 [INFO] adding 'executorch/exir/operator/test/test_operator.py' 2026-07-24T19:09:16.5657940Z 2026-07-24 19:06:58,869 [INFO] adding 'executorch/exir/passes/__init__.py' 2026-07-24T19:09:16.5658350Z 2026-07-24 19:06:58,869 [INFO] adding 'executorch/exir/passes/_device_copy_ops_registry.py' 2026-07-24T19:09:16.5658930Z 2026-07-24 19:06:58,869 [INFO] adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2026-07-24T19:09:16.5659480Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/const_prop_pass.py' 2026-07-24T19:09:16.5659940Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/constant_prop_pass.py' 2026-07-24T19:09:16.5660360Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/convert_constant_dim_order_pass.py' 2026-07-24T19:09:16.5660730Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/cse_pass.py' 2026-07-24T19:09:16.5661200Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2026-07-24T19:09:16.5661600Z 2026-07-24 19:06:58,870 [INFO] adding 'executorch/exir/passes/dim_order_ops_registry.py' 2026-07-24T19:09:16.5662060Z 2026-07-24 19:06:58,871 [INFO] adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2026-07-24T19:09:16.5662540Z 2026-07-24 19:06:58,871 [INFO] adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2026-07-24T19:09:16.5662990Z 2026-07-24 19:06:58,872 [INFO] adding 'executorch/exir/passes/external_constants_pass.py' 2026-07-24T19:09:16.5663370Z 2026-07-24 19:06:58,872 [INFO] adding 'executorch/exir/passes/init_mutable_pass.py' 2026-07-24T19:09:16.5663860Z 2026-07-24 19:06:58,872 [INFO] adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2026-07-24T19:09:16.5664310Z 2026-07-24 19:06:58,872 [INFO] adding 'executorch/exir/passes/legalize_portable_dim_order_pass.py' 2026-07-24T19:09:16.5664710Z 2026-07-24 19:06:58,873 [INFO] adding 'executorch/exir/passes/memory_format_ops_pass.py' 2026-07-24T19:09:16.5665140Z 2026-07-24 19:06:58,873 [INFO] adding 'executorch/exir/passes/memory_planning_pass.py' 2026-07-24T19:09:16.5665550Z 2026-07-24 19:06:58,873 [INFO] adding 'executorch/exir/passes/normalize_transpose_pass.py' 2026-07-24T19:09:16.5665960Z 2026-07-24 19:06:58,874 [INFO] adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2026-07-24T19:09:16.5670170Z 2026-07-24 19:06:58,874 [INFO] adding 'executorch/exir/passes/pass_registry.py' 2026-07-24T19:09:16.5670530Z 2026-07-24 19:06:58,874 [INFO] adding 'executorch/exir/passes/propagate_device_config.py' 2026-07-24T19:09:16.5670920Z 2026-07-24 19:06:58,874 [INFO] adding 'executorch/exir/passes/propagate_device_pass.py' 2026-07-24T19:09:16.5671360Z 2026-07-24 19:06:58,875 [INFO] adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2026-07-24T19:09:16.5671720Z 2026-07-24 19:06:58,875 [INFO] adding 'executorch/exir/passes/quant_fusion_pass.py' 2026-07-24T19:09:16.5672130Z 2026-07-24 19:06:58,875 [INFO] adding 'executorch/exir/passes/quantize_io_pass.py' 2026-07-24T19:09:16.5672450Z 2026-07-24 19:06:58,876 [INFO] adding 'executorch/exir/passes/reinplace.py' 2026-07-24T19:09:16.5672790Z 2026-07-24 19:06:58,877 [INFO] adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2026-07-24T19:09:16.5673170Z 2026-07-24 19:06:58,877 [INFO] adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2026-07-24T19:09:16.5673540Z 2026-07-24 19:06:58,877 [INFO] adding 'executorch/exir/passes/remove_noop_pass.py' 2026-07-24T19:09:16.5673900Z 2026-07-24 19:06:58,878 [INFO] adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2026-07-24T19:09:16.5674290Z 2026-07-24 19:06:58,878 [INFO] adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2026-07-24T19:09:16.5674720Z 2026-07-24 19:06:58,878 [INFO] adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2026-07-24T19:09:16.5675150Z 2026-07-24 19:06:58,878 [INFO] adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2026-07-24T19:09:16.5675560Z 2026-07-24 19:06:58,878 [INFO] adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2026-07-24T19:09:16.5675960Z 2026-07-24 19:06:58,879 [INFO] adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2026-07-24T19:09:16.5676390Z 2026-07-24 19:06:58,879 [INFO] adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2026-07-24T19:09:16.5676730Z 2026-07-24 19:06:58,879 [INFO] adding 'executorch/exir/passes/spec_prop_pass.py' 2026-07-24T19:09:16.5677060Z 2026-07-24 19:06:58,880 [INFO] adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2026-07-24T19:09:16.5677410Z 2026-07-24 19:06:58,880 [INFO] adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2026-07-24T19:09:16.5677730Z 2026-07-24 19:06:58,880 [INFO] adding 'executorch/exir/passes/to_device_pass.py' 2026-07-24T19:09:16.5678080Z 2026-07-24 19:06:58,881 [INFO] adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2026-07-24T19:09:16.5678410Z 2026-07-24 19:06:58,881 [INFO] adding 'executorch/exir/program/__init__.py' 2026-07-24T19:09:16.5678720Z 2026-07-24 19:06:58,881 [INFO] adding 'executorch/exir/program/_fake_program.py' 2026-07-24T19:09:16.5679030Z 2026-07-24 19:06:58,883 [INFO] adding 'executorch/exir/program/_program.py' 2026-07-24T19:09:16.5679340Z 2026-07-24 19:06:58,884 [INFO] adding 'executorch/exir/program/test/__init__.py' 2026-07-24T19:09:16.5679690Z 2026-07-24 19:06:58,884 [INFO] adding 'executorch/exir/program/test/test_fake_program.py' 2026-07-24T19:09:16.5680080Z 2026-07-24 19:06:58,884 [INFO] adding 'executorch/exir/program/test/test_program.py' 2026-07-24T19:09:16.5680420Z 2026-07-24 19:06:58,884 [INFO] adding 'executorch/exir/serde/__init__.py' 2026-07-24T19:09:16.5680760Z 2026-07-24 19:06:58,887 [INFO] adding 'executorch/exir/serde/export_serialize.py' 2026-07-24T19:09:16.5681100Z 2026-07-24 19:06:58,887 [INFO] adding 'executorch/exir/serde/schema.py' 2026-07-24T19:09:16.5681430Z 2026-07-24 19:06:58,887 [INFO] adding 'executorch/exir/serde/schema_check.py' 2026-07-24T19:09:16.5681820Z 2026-07-24 19:06:58,888 [INFO] adding 'executorch/exir/serde/serialize.py' 2026-07-24T19:09:16.5682120Z 2026-07-24 19:06:58,888 [INFO] adding 'executorch/exir/serde/union.py' 2026-07-24T19:09:16.5682430Z 2026-07-24 19:06:58,889 [INFO] adding 'executorch/exir/tests/asr_joiner.py' 2026-07-24T19:09:16.5682760Z 2026-07-24 19:06:58,889 [INFO] adding 'executorch/exir/tests/common.py' 2026-07-24T19:09:16.5683090Z 2026-07-24 19:06:58,889 [INFO] adding 'executorch/exir/tests/control_flow_models.py' 2026-07-24T19:09:16.5683460Z 2026-07-24 19:06:58,889 [INFO] adding 'executorch/exir/tests/dynamic_shape_models.py' 2026-07-24T19:09:16.5683800Z 2026-07-24 19:06:58,890 [INFO] adding 'executorch/exir/tests/models.py' 2026-07-24T19:09:16.5684180Z 2026-07-24 19:06:58,890 [INFO] adding 'executorch/exir/tests/test_arg_validator.py' 2026-07-24T19:09:16.5684580Z 2026-07-24 19:06:58,891 [INFO] adding 'executorch/exir/tests/test_common.py' 2026-07-24T19:09:16.5684900Z 2026-07-24 19:06:58,891 [INFO] adding 'executorch/exir/tests/test_delegate.py' 2026-07-24T19:09:16.5685240Z 2026-07-24 19:06:58,891 [INFO] adding 'executorch/exir/tests/test_device_copy_ops.py' 2026-07-24T19:09:16.5685630Z 2026-07-24 19:06:58,891 [INFO] adding 'executorch/exir/tests/test_dim_order_utils.py' 2026-07-24T19:09:16.5686030Z 2026-07-24 19:06:58,892 [INFO] adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2026-07-24T19:09:16.5686410Z 2026-07-24 19:06:58,892 [INFO] adding 'executorch/exir/tests/test_error.py' 2026-07-24T19:09:16.5686750Z 2026-07-24 19:06:58,892 [INFO] adding 'executorch/exir/tests/test_extract_io_quant_params.py' 2026-07-24T19:09:16.5687100Z 2026-07-24 19:06:58,892 [INFO] adding 'executorch/exir/tests/test_joint_graph.py' 2026-07-24T19:09:16.5687480Z 2026-07-24 19:06:58,892 [INFO] adding 'executorch/exir/tests/test_legalize_portable_dim_order_pass.py' 2026-07-24T19:09:16.5687920Z 2026-07-24 19:06:58,893 [INFO] adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2026-07-24T19:09:16.5688390Z 2026-07-24 19:06:58,893 [INFO] adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2026-07-24T19:09:16.5688820Z 2026-07-24 19:06:58,893 [INFO] adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2026-07-24T19:09:16.5689270Z 2026-07-24 19:06:58,894 [INFO] adding 'executorch/exir/tests/test_memory_planning.py' 2026-07-24T19:09:16.5689610Z 2026-07-24 19:06:58,895 [INFO] adding 'executorch/exir/tests/test_op_convert.py' 2026-07-24T19:09:16.5689940Z 2026-07-24 19:06:58,895 [INFO] adding 'executorch/exir/tests/test_pass_infra.py' 2026-07-24T19:09:16.5690270Z 2026-07-24 19:06:58,897 [INFO] adding 'executorch/exir/tests/test_passes.py' 2026-07-24T19:09:16.5690610Z 2026-07-24 19:06:58,897 [INFO] adding 'executorch/exir/tests/test_print_program.py' 2026-07-24T19:09:16.5690980Z 2026-07-24 19:06:58,898 [INFO] adding 'executorch/exir/tests/test_propagate_device_pass.py' 2026-07-24T19:09:16.5691360Z 2026-07-24 19:06:58,898 [INFO] adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2026-07-24T19:09:16.5691750Z 2026-07-24 19:06:58,898 [INFO] adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2026-07-24T19:09:16.5692090Z 2026-07-24 19:06:58,898 [INFO] adding 'executorch/exir/tests/test_quantization.py' 2026-07-24T19:09:16.5692430Z 2026-07-24 19:06:58,899 [INFO] adding 'executorch/exir/tests/test_quantize_io_pass.py' 2026-07-24T19:09:16.5692770Z 2026-07-24 19:06:58,899 [INFO] adding 'executorch/exir/tests/test_reinplace_pass.py' 2026-07-24T19:09:16.5693170Z 2026-07-24 19:06:58,899 [INFO] adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2026-07-24T19:09:16.5693560Z 2026-07-24 19:06:58,900 [INFO] adding 'executorch/exir/tests/test_remove_view_copy.py' 2026-07-24T19:09:16.5693910Z 2026-07-24 19:06:58,900 [INFO] adding 'executorch/exir/tests/test_serde.py' 2026-07-24T19:09:16.5694210Z 2026-07-24 19:06:58,900 [INFO] adding 'executorch/exir/tests/test_tensor.py' 2026-07-24T19:09:16.5694560Z 2026-07-24 19:06:58,900 [INFO] adding 'executorch/exir/tests/test_verification.py' 2026-07-24T19:09:16.5694910Z 2026-07-24 19:06:58,901 [INFO] adding 'executorch/exir/tests/test_warnings.py' 2026-07-24T19:09:16.5695220Z 2026-07-24 19:06:58,901 [INFO] adding 'executorch/exir/tests/transformer.py' 2026-07-24T19:09:16.5695550Z 2026-07-24 19:06:58,901 [INFO] adding 'executorch/exir/verification/arg_validator.py' 2026-07-24T19:09:16.5695880Z 2026-07-24 19:06:58,901 [INFO] adding 'executorch/exir/verification/dev_html.py' 2026-07-24T19:09:16.5696210Z 2026-07-24 19:06:58,901 [INFO] adding 'executorch/exir/verification/interpreter.py' 2026-07-24T19:09:16.5696530Z 2026-07-24 19:06:58,902 [INFO] adding 'executorch/exir/verification/verifier.py' 2026-07-24T19:09:16.5696970Z 2026-07-24 19:06:58,902 [INFO] adding 'executorch/exir/verification/test/test_verifier.py' 2026-07-24T19:09:16.5697360Z 2026-07-24 19:06:58,902 [INFO] adding 'executorch/export/__init__.py' 2026-07-24T19:09:16.5697640Z 2026-07-24 19:06:58,903 [INFO] adding 'executorch/export/export.py' 2026-07-24T19:09:16.5700480Z 2026-07-24 19:06:58,903 [INFO] adding 'executorch/export/recipe.py' 2026-07-24T19:09:16.5700770Z 2026-07-24 19:06:58,903 [INFO] adding 'executorch/export/recipe_provider.py' 2026-07-24T19:09:16.5701080Z 2026-07-24 19:06:58,903 [INFO] adding 'executorch/export/recipe_registry.py' 2026-07-24T19:09:16.5701380Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/stages.py' 2026-07-24T19:09:16.5701700Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/target_recipes.py' 2026-07-24T19:09:16.5701980Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/types.py' 2026-07-24T19:09:16.5702270Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/utils.py' 2026-07-24T19:09:16.5702580Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/tests/test_executorch_export.py' 2026-07-24T19:09:16.5702930Z 2026-07-24 19:06:58,904 [INFO] adding 'executorch/export/tests/test_export_recipe.py' 2026-07-24T19:09:16.5703350Z 2026-07-24 19:06:58,905 [INFO] adding 'executorch/export/tests/test_export_session.py' 2026-07-24T19:09:16.5703700Z 2026-07-24 19:06:58,905 [INFO] adding 'executorch/export/tests/test_export_stages.py' 2026-07-24T19:09:16.5704040Z 2026-07-24 19:06:58,905 [INFO] adding 'executorch/export/tests/test_recipe_provider.py' 2026-07-24T19:09:16.5704440Z 2026-07-24 19:06:58,906 [INFO] adding 'executorch/export/tests/test_recipe_registry.py' 2026-07-24T19:09:16.5704790Z 2026-07-24 19:06:58,906 [INFO] adding 'executorch/export/tests/test_target_recipes.py' 2026-07-24T19:09:16.5705250Z 2026-07-24 19:06:58,906 [INFO] adding 'executorch/extension/apple/ExecuTorch/__tests__/resources/generate_coreml_test_models.py' 2026-07-24T19:09:16.5705710Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/audio/mel_spectrogram.py' 2026-07-24T19:09:16.5706050Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/export_util/__init__.py' 2026-07-24T19:09:16.5706380Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/export_util/utils.py' 2026-07-24T19:09:16.5706700Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/flat_tensor/__init__.py' 2026-07-24T19:09:16.5707060Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2026-07-24T19:09:16.5707460Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2026-07-24T19:09:16.5707880Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2026-07-24T19:09:16.5708770Z 2026-07-24 19:06:58,907 [INFO] adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2026-07-24T19:09:16.5709310Z 2026-07-24 19:06:58,908 [INFO] adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2026-07-24T19:09:16.5709840Z 2026-07-24 19:06:58,908 [INFO] adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2026-07-24T19:09:16.5710250Z 2026-07-24 19:06:58,908 [INFO] adding 'executorch/extension/gguf_util/convert_main.py' 2026-07-24T19:09:16.5710800Z 2026-07-24 19:06:58,908 [INFO] adding 'executorch/extension/gguf_util/converter.py' 2026-07-24T19:09:16.5711170Z 2026-07-24 19:06:58,908 [INFO] adding 'executorch/extension/gguf_util/load_gguf.py' 2026-07-24T19:09:16.5711600Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2026-07-24T19:09:16.5712120Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/image/benchmark/compare_benchmarks.py' 2026-07-24T19:09:16.5712560Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/llm/cache/__init__.py' 2026-07-24T19:09:16.5712970Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/llm/cache/reference_cache.py' 2026-07-24T19:09:16.5713610Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/llm/cache/test_update_and_attend.py' 2026-07-24T19:09:16.5714130Z 2026-07-24 19:06:58,909 [INFO] adding 'executorch/extension/llm/cache/update_and_attend.py' 2026-07-24T19:09:16.5714570Z 2026-07-24 19:06:58,910 [INFO] adding 'executorch/extension/llm/custom_ops/__init__.py' 2026-07-24T19:09:16.5715060Z 2026-07-24 19:06:58,910 [INFO] adding 'executorch/extension/llm/custom_ops/bench_channelwise_gated_delta_rule.py' 2026-07-24T19:09:16.5715550Z 2026-07-24 19:06:58,910 [INFO] adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2026-07-24T19:09:16.5715980Z 2026-07-24 19:06:58,920 [INFO] adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib' 2026-07-24T19:09:16.5716500Z 2026-07-24 19:06:58,921 [INFO] adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2026-07-24T19:09:16.5716960Z 2026-07-24 19:06:58,921 [INFO] adding 'executorch/extension/llm/custom_ops/op_fallback.py' 2026-07-24T19:09:16.5717430Z 2026-07-24 19:06:58,921 [INFO] adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2026-07-24T19:09:16.5717880Z 2026-07-24 19:06:58,921 [INFO] adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2026-07-24T19:09:16.5718440Z 2026-07-24 19:06:58,921 [INFO] adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2026-07-24T19:09:16.5718960Z 2026-07-24 19:06:58,922 [INFO] adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2026-07-24T19:09:16.5719600Z 2026-07-24 19:06:58,922 [INFO] adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2026-07-24T19:09:16.5720070Z 2026-07-24 19:06:58,922 [INFO] adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2026-07-24T19:09:16.5720660Z 2026-07-24 19:06:58,923 [INFO] adding 'executorch/extension/llm/custom_ops/test_update_cross_attn_cache.py' 2026-07-24T19:09:16.5721490Z 2026-07-24 19:06:58,923 [INFO] adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2026-07-24T19:09:16.5722020Z 2026-07-24 19:06:58,923 [INFO] adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2026-07-24T19:09:16.5722540Z 2026-07-24 19:06:58,924 [INFO] adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2026-07-24T19:09:16.5722980Z 2026-07-24 19:06:58,924 [INFO] adding 'executorch/extension/llm/export/__init__.py' 2026-07-24T19:09:16.5723330Z 2026-07-24 19:06:58,924 [INFO] adding 'executorch/extension/llm/export/builder.py' 2026-07-24T19:09:16.5723670Z 2026-07-24 19:06:58,924 [INFO] adding 'executorch/extension/llm/export/export_llm.py' 2026-07-24T19:09:16.5724050Z 2026-07-24 19:06:58,925 [INFO] adding 'executorch/extension/llm/export/export_passes.py' 2026-07-24T19:09:16.5724400Z 2026-07-24 19:06:58,925 [INFO] adding 'executorch/extension/llm/export/gguf.py' 2026-07-24T19:09:16.5724710Z 2026-07-24 19:06:58,925 [INFO] adding 'executorch/extension/llm/export/int4.py' 2026-07-24T19:09:16.5725030Z 2026-07-24 19:06:58,926 [INFO] adding 'executorch/extension/llm/export/load.py' 2026-07-24T19:09:16.5725340Z 2026-07-24 19:06:58,926 [INFO] adding 'executorch/extension/llm/export/mx.py' 2026-07-24T19:09:16.5725670Z 2026-07-24 19:06:58,926 [INFO] adding 'executorch/extension/llm/export/nvfp4.py' 2026-07-24T19:09:16.5726020Z 2026-07-24 19:06:58,926 [INFO] adding 'executorch/extension/llm/export/partitioner_lib.py' 2026-07-24T19:09:16.5726370Z 2026-07-24 19:06:58,927 [INFO] adding 'executorch/extension/llm/export/quantize.py' 2026-07-24T19:09:16.5726740Z 2026-07-24 19:06:58,927 [INFO] adding 'executorch/extension/llm/export/quantizer_lib.py' 2026-07-24T19:09:16.5727210Z 2026-07-24 19:06:58,927 [INFO] adding 'executorch/extension/llm/export/test_export_passes.py' 2026-07-24T19:09:16.5727610Z 2026-07-24 19:06:58,928 [INFO] adding 'executorch/extension/llm/export/config/llm_config.py' 2026-07-24T19:09:16.5728140Z 2026-07-24 19:06:58,928 [INFO] adding 'executorch/extension/llm/export/quant/__init__.py' 2026-07-24T19:09:16.5728510Z 2026-07-24 19:06:58,928 [INFO] adding 'executorch/extension/llm/export/quant/convert.py' 2026-07-24T19:09:16.5728970Z 2026-07-24 19:06:58,928 [INFO] adding 'executorch/extension/llm/export/quant/quantize.py' 2026-07-24T19:09:16.5729350Z 2026-07-24 19:06:58,929 [INFO] adding 'executorch/extension/llm/export/quant/recipe.py' 2026-07-24T19:09:16.5729750Z 2026-07-24 19:06:58,929 [INFO] adding 'executorch/extension/llm/export/quant/test/test_convert.py' 2026-07-24T19:09:16.5730200Z 2026-07-24 19:06:58,929 [INFO] adding 'executorch/extension/llm/export/quant/test/test_quantize.py' 2026-07-24T19:09:16.5730630Z 2026-07-24 19:06:58,929 [INFO] adding 'executorch/extension/llm/export/quant/test/test_recipe.py' 2026-07-24T19:09:16.5731100Z 2026-07-24 19:06:58,929 [INFO] adding 'executorch/extension/llm/export/quant/test/test_safetensors_roundtrip.py' 2026-07-24T19:09:16.5731540Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/export/test/__init__.py' 2026-07-24T19:09:16.5731910Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/export/test/test_builder.py' 2026-07-24T19:09:16.5732290Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/export/test/test_export_llm.py' 2026-07-24T19:09:16.5732730Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/export/test/test_gguf.py' 2026-07-24T19:09:16.5733090Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/export/test/test_int4.py' 2026-07-24T19:09:16.5736510Z 2026-07-24 19:06:58,930 [INFO] adding 'executorch/extension/llm/modules/__init__.py' 2026-07-24T19:09:16.5736890Z 2026-07-24 19:06:58,931 [INFO] adding 'executorch/extension/llm/modules/_position_embeddings.py' 2026-07-24T19:09:16.5737260Z 2026-07-24 19:06:58,931 [INFO] adding 'executorch/extension/llm/modules/attention.py' 2026-07-24T19:09:16.5737600Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/kv_cache.py' 2026-07-24T19:09:16.5737950Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/test/__init__.py' 2026-07-24T19:09:16.5738350Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/test/test_attention.py' 2026-07-24T19:09:16.5738760Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2026-07-24T19:09:16.5739190Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2026-07-24T19:09:16.5739660Z 2026-07-24 19:06:58,932 [INFO] adding 'executorch/extension/llm/modules/test/test_turboquant_kv_cache.py' 2026-07-24T19:09:16.5740080Z 2026-07-24 19:06:58,933 [INFO] adding 'executorch/extension/llm/modules/turboquant/__init__.py' 2026-07-24T19:09:16.5740460Z 2026-07-24 19:06:58,933 [INFO] adding 'executorch/extension/llm/modules/turboquant/codebook.py' 2026-07-24T19:09:16.5740890Z 2026-07-24 19:06:58,933 [INFO] adding 'executorch/extension/llm/modules/turboquant/kv_cache.py' 2026-07-24T19:09:16.5741250Z 2026-07-24 19:06:58,933 [INFO] adding 'executorch/extension/llm/runner/__init__.py' 2026-07-24T19:09:16.5741660Z 2026-07-24 19:06:59,022 [INFO] adding 'executorch/extension/llm/runner/_llm_runner.cpython-312-darwin.so' 2026-07-24T19:09:16.5742060Z 2026-07-24 19:06:59,024 [INFO] adding 'executorch/extension/llm/runner/_llm_runner.pyi' 2026-07-24T19:09:16.5742450Z 2026-07-24 19:06:59,024 [INFO] adding 'executorch/extension/llm/runner/test/test_runner_pybindings.py' 2026-07-24T19:09:16.5742830Z 2026-07-24 19:06:59,024 [INFO] adding 'executorch/extension/llm/tokenizers/setup.py' 2026-07-24T19:09:16.5743240Z 2026-07-24 19:06:59,024 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2026-07-24T19:09:16.5743740Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2026-07-24T19:09:16.5744250Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2026-07-24T19:09:16.5744820Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2026-07-24T19:09:16.5745440Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2026-07-24T19:09:16.5745930Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2026-07-24T19:09:16.5746430Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2026-07-24T19:09:16.5746950Z 2026-07-24 19:06:59,025 [INFO] adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2026-07-24T19:09:16.5747420Z 2026-07-24 19:06:59,026 [INFO] adding 'executorch/extension/llm/tokenizers/test/test_hf_tokenizer.py' 2026-07-24T19:09:16.5747890Z 2026-07-24 19:06:59,026 [INFO] adding 'executorch/extension/llm/tokenizers/test/test_python_bindings.py' 2026-07-24T19:09:16.5748450Z 2026-07-24 19:06:59,026 [INFO] adding 'executorch/extension/llm/tokenizers/test/test_tekken_python.py' 2026-07-24T19:09:16.5748900Z 2026-07-24 19:06:59,026 [INFO] adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2026-07-24T19:09:16.5749410Z 2026-07-24 19:06:59,026 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2026-07-24T19:09:16.5749930Z 2026-07-24 19:06:59,027 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2026-07-24T19:09:16.5750510Z 2026-07-24 19:06:59,027 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2026-07-24T19:09:16.5751070Z 2026-07-24 19:06:59,027 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2026-07-24T19:09:16.5751610Z 2026-07-24 19:06:59,027 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2026-07-24T19:09:16.5752180Z 2026-07-24 19:06:59,027 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2026-07-24T19:09:16.5752760Z 2026-07-24 19:06:59,028 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2026-07-24T19:09:16.5753310Z 2026-07-24 19:06:59,028 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2026-07-24T19:09:16.5753870Z 2026-07-24 19:06:59,028 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2026-07-24T19:09:16.5754490Z 2026-07-24 19:06:59,029 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2026-07-24T19:09:16.5755090Z 2026-07-24 19:06:59,029 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2026-07-24T19:09:16.5755650Z 2026-07-24 19:06:59,029 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2026-07-24T19:09:16.5756170Z 2026-07-24 19:06:59,030 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2026-07-24T19:09:16.5756670Z 2026-07-24 19:06:59,030 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2026-07-24T19:09:16.5757180Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2026-07-24T19:09:16.5757730Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2026-07-24T19:09:16.5758240Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2026-07-24T19:09:16.5758750Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2026-07-24T19:09:16.5759240Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2026-07-24T19:09:16.5759810Z 2026-07-24 19:06:59,031 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2026-07-24T19:09:16.5760320Z 2026-07-24 19:06:59,032 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2026-07-24T19:09:16.5760790Z 2026-07-24 19:06:59,032 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2026-07-24T19:09:16.5761250Z 2026-07-24 19:06:59,032 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2026-07-24T19:09:16.5761740Z 2026-07-24 19:06:59,032 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2026-07-24T19:09:16.5762270Z 2026-07-24 19:06:59,033 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2026-07-24T19:09:16.5762780Z 2026-07-24 19:06:59,033 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2026-07-24T19:09:16.5763260Z 2026-07-24 19:06:59,033 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2026-07-24T19:09:16.5763730Z 2026-07-24 19:06:59,033 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2026-07-24T19:09:16.5764370Z 2026-07-24 19:06:59,034 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2026-07-24T19:09:16.5765090Z 2026-07-24 19:06:59,034 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2026-07-24T19:09:16.5765790Z 2026-07-24 19:06:59,034 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2026-07-24T19:09:16.5766480Z 2026-07-24 19:06:59,034 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2026-07-24T19:09:16.5767090Z 2026-07-24 19:06:59,034 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2026-07-24T19:09:16.5767670Z 2026-07-24 19:06:59,035 [INFO] adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2026-07-24T19:09:16.5768190Z 2026-07-24 19:06:59,035 [INFO] adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2026-07-24T19:09:16.5768650Z 2026-07-24 19:06:59,311 [INFO] adding 'executorch/extension/pybindings/_portable_lib.cpython-312-darwin.so' 2026-07-24T19:09:16.5769100Z 2026-07-24 19:06:59,323 [INFO] adding 'executorch/extension/pybindings/data_loader.cpython-312-darwin.so' 2026-07-24T19:09:16.5769500Z 2026-07-24 19:06:59,323 [INFO] adding 'executorch/extension/pybindings/data_loader.pyi' 2026-07-24T19:09:16.5769840Z 2026-07-24 19:06:59,336 [INFO] adding 'executorch/extension/pybindings/mlx.metallib' 2026-07-24T19:09:16.5770190Z 2026-07-24 19:06:59,336 [INFO] adding 'executorch/extension/pybindings/portable_lib.py' 2026-07-24T19:09:16.5770540Z 2026-07-24 19:06:59,337 [INFO] adding 'executorch/extension/pybindings/pybindings.pyi' 2026-07-24T19:09:16.5770890Z 2026-07-24 19:06:59,337 [INFO] adding 'executorch/extension/pybindings/test/make_test.py' 2026-07-24T19:09:16.5771290Z 2026-07-24 19:06:59,337 [INFO] adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2026-07-24T19:09:16.5771700Z 2026-07-24 19:06:59,337 [INFO] adding 'executorch/extension/pybindings/test/test_pybindings.py' 2026-07-24T19:09:16.5772050Z 2026-07-24 19:06:59,338 [INFO] adding 'executorch/extension/pytree/__init__.py' 2026-07-24T19:09:16.5772390Z 2026-07-24 19:06:59,338 [INFO] adding 'executorch/extension/pytree/test/test.py' 2026-07-24T19:09:16.5772710Z 2026-07-24 19:06:59,338 [INFO] adding 'executorch/extension/training/__init__.py' 2026-07-24T19:09:16.5775820Z 2026-07-24 19:06:59,338 [INFO] adding 'executorch/extension/training/examples/CIFAR/data_utils.py' 2026-07-24T19:09:16.5776300Z 2026-07-24 19:06:59,339 [INFO] adding 'executorch/extension/training/examples/CIFAR/export.py' 2026-07-24T19:09:16.5776740Z 2026-07-24 19:06:59,339 [INFO] adding 'executorch/extension/training/examples/CIFAR/main.py' 2026-07-24T19:09:16.5777140Z 2026-07-24 19:06:59,339 [INFO] adding 'executorch/extension/training/examples/CIFAR/model.py' 2026-07-24T19:09:16.5777540Z 2026-07-24 19:06:59,339 [INFO] adding 'executorch/extension/training/examples/CIFAR/train_utils.py' 2026-07-24T19:09:16.5777950Z 2026-07-24 19:06:59,340 [INFO] adding 'executorch/extension/training/examples/XOR/export_model.py' 2026-07-24T19:09:16.5778330Z 2026-07-24 19:06:59,340 [INFO] adding 'executorch/extension/training/examples/XOR/model.py' 2026-07-24T19:09:16.5778730Z 2026-07-24 19:06:59,340 [INFO] adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2026-07-24T19:09:16.5779200Z 2026-07-24 19:06:59,382 [INFO] adding 'executorch/extension/training/pybindings/_training_lib.cpython-312-darwin.so' 2026-07-24T19:09:16.5779670Z 2026-07-24 19:06:59,383 [INFO] adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2026-07-24T19:09:16.5780090Z 2026-07-24 19:06:59,383 [INFO] adding 'executorch/extension/training/pybindings/_training_module.py' 2026-07-24T19:09:16.5780540Z 2026-07-24 19:06:59,383 [INFO] adding 'executorch/extension/training/pybindings/test/test.py' 2026-07-24T19:09:16.5780900Z 2026-07-24 19:06:59,383 [INFO] adding 'executorch/extension/wasm/test/test_model.py' 2026-07-24T19:09:16.5781370Z 2026-07-24 19:06:59,384 [INFO] adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2026-07-24T19:09:16.5781900Z 2026-07-24 19:06:59,384 [INFO] adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2026-07-24T19:09:16.5782360Z 2026-07-24 19:06:59,384 [INFO] adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2026-07-24T19:09:16.5782790Z 2026-07-24 19:06:59,384 [INFO] adding 'executorch/include/executorch/extension/tensor/tensor.h' 2026-07-24T19:09:16.5783200Z 2026-07-24 19:06:59,384 [INFO] adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2026-07-24T19:09:16.5783650Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2026-07-24T19:09:16.5784080Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2026-07-24T19:09:16.5784530Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2026-07-24T19:09:16.5784970Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2026-07-24T19:09:16.5785420Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2026-07-24T19:09:16.5785900Z 2026-07-24 19:06:59,385 [INFO] adding 'executorch/include/executorch/runtime/backend/backend_execution_context.h' 2026-07-24T19:09:16.5786370Z 2026-07-24 19:06:59,386 [INFO] adding 'executorch/include/executorch/runtime/backend/backend_init_context.h' 2026-07-24T19:09:16.5786830Z 2026-07-24 19:06:59,386 [INFO] adding 'executorch/include/executorch/runtime/backend/backend_option_context.h' 2026-07-24T19:09:16.5787300Z 2026-07-24 19:06:59,386 [INFO] adding 'executorch/include/executorch/runtime/backend/backend_options_map.h' 2026-07-24T19:09:16.5787730Z 2026-07-24 19:06:59,386 [INFO] adding 'executorch/include/executorch/runtime/backend/interface.h' 2026-07-24T19:09:16.5788120Z 2026-07-24 19:06:59,386 [INFO] adding 'executorch/include/executorch/runtime/backend/options.h' 2026-07-24T19:09:16.5788570Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/array_ref.h' 2026-07-24T19:09:16.5788960Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/data_loader.h' 2026-07-24T19:09:16.5789420Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/defines.h' 2026-07-24T19:09:16.5789840Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/device_allocator.h' 2026-07-24T19:09:16.5790320Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/device_memory_buffer.h' 2026-07-24T19:09:16.5790720Z 2026-07-24 19:06:59,387 [INFO] adding 'executorch/include/executorch/runtime/core/error.h' 2026-07-24T19:09:16.5791090Z 2026-07-24 19:06:59,388 [INFO] adding 'executorch/include/executorch/runtime/core/evalue.h' 2026-07-24T19:09:16.5791470Z 2026-07-24 19:06:59,388 [INFO] adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2026-07-24T19:09:16.5791890Z 2026-07-24 19:06:59,388 [INFO] adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2026-07-24T19:09:16.5792410Z 2026-07-24 19:06:59,389 [INFO] adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2026-07-24T19:09:16.5792900Z 2026-07-24 19:06:59,389 [INFO] adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2026-07-24T19:09:16.5793330Z 2026-07-24 19:06:59,389 [INFO] adding 'executorch/include/executorch/runtime/core/function_ref.h' 2026-07-24T19:09:16.5793810Z 2026-07-24 19:06:59,389 [INFO] adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2026-07-24T19:09:16.5794250Z 2026-07-24 19:06:59,389 [INFO] adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2026-07-24T19:09:16.5794730Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2026-07-24T19:09:16.5795140Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/result.h' 2026-07-24T19:09:16.5795520Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/span.h' 2026-07-24T19:09:16.5795880Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/tag.h' 2026-07-24T19:09:16.5796260Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2026-07-24T19:09:16.5796680Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2026-07-24T19:09:16.5797140Z 2026-07-24 19:06:59,390 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2026-07-24T19:09:16.5797620Z 2026-07-24 19:06:59,391 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2026-07-24T19:09:16.5798150Z 2026-07-24 19:06:59,392 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2026-07-24T19:09:16.5798640Z 2026-07-24 19:06:59,393 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2026-07-24T19:09:16.5799130Z 2026-07-24 19:06:59,394 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2026-07-24T19:09:16.5799650Z 2026-07-24 19:06:59,395 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2026-07-24T19:09:16.5800180Z 2026-07-24 19:06:59,395 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2026-07-24T19:09:16.5800680Z 2026-07-24 19:06:59,396 [INFO] adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2026-07-24T19:09:16.5801150Z 2026-07-24 19:06:59,396 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2026-07-24T19:09:16.5801620Z 2026-07-24 19:06:59,396 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2026-07-24T19:09:16.5802090Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2026-07-24T19:09:16.5802540Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2026-07-24T19:09:16.5803040Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2026-07-24T19:09:16.5803480Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2026-07-24T19:09:16.5804140Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2026-07-24T19:09:16.5804600Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2026-07-24T19:09:16.5805090Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2026-07-24T19:09:16.5805570Z 2026-07-24 19:06:59,397 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2026-07-24T19:09:16.5806040Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2026-07-24T19:09:16.5806520Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2026-07-24T19:09:16.5807400Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2026-07-24T19:09:16.5808070Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2026-07-24T19:09:16.5809220Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2026-07-24T19:09:16.5810010Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2026-07-24T19:09:16.5810950Z 2026-07-24 19:06:59,398 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2026-07-24T19:09:16.5811750Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2026-07-24T19:09:16.5812530Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2026-07-24T19:09:16.5813330Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2026-07-24T19:09:16.5822950Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2026-07-24T19:09:16.5823820Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2026-07-24T19:09:16.5824450Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2026-07-24T19:09:16.5825150Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2026-07-24T19:09:16.5825930Z 2026-07-24 19:06:59,399 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2026-07-24T19:09:16.5826720Z 2026-07-24 19:06:59,400 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2026-07-24T19:09:16.5827450Z 2026-07-24 19:06:59,400 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2026-07-24T19:09:16.5828350Z 2026-07-24 19:06:59,400 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2026-07-24T19:09:16.5829040Z 2026-07-24 19:06:59,400 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/llvmMathExtras.h' 2026-07-24T19:09:16.5829740Z 2026-07-24 19:06:59,400 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/overflows.h' 2026-07-24T19:09:16.5830380Z 2026-07-24 19:06:59,401 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/safe_numerics.h' 2026-07-24T19:09:16.5831280Z 2026-07-24 19:06:59,401 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h' 2026-07-24T19:09:16.5832440Z 2026-07-24 19:06:59,401 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h' 2026-07-24T19:09:16.5833360Z 2026-07-24 19:06:59,402 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/BFloat16.h' 2026-07-24T19:09:16.5834250Z 2026-07-24 19:06:59,402 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/Half.h' 2026-07-24T19:09:16.5835120Z 2026-07-24 19:06:59,402 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/TypeSafeSignMath.h' 2026-07-24T19:09:16.5835980Z 2026-07-24 19:06:59,402 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/bit_cast.h' 2026-07-24T19:09:16.5836810Z 2026-07-24 19:06:59,403 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/complex.h' 2026-07-24T19:09:16.5837670Z 2026-07-24 19:06:59,403 [INFO] adding 'executorch/include/executorch/runtime/core/portable_type/c10/torch/headeronly/util/floating_point_utils.h' 2026-07-24T19:09:16.5838380Z 2026-07-24 19:06:59,403 [INFO] adding 'executorch/include/executorch/runtime/core/test/mock_cuda_allocator.h' 2026-07-24T19:09:16.5839120Z 2026-07-24 19:06:59,403 [INFO] adding 'executorch/include/executorch/runtime/core/testing_util/error_matchers.h' 2026-07-24T19:09:16.5839750Z 2026-07-24 19:06:59,403 [INFO] adding 'executorch/include/executorch/runtime/executor/memory_manager.h' 2026-07-24T19:09:16.5840400Z 2026-07-24 19:06:59,404 [INFO] adding 'executorch/include/executorch/runtime/executor/merged_data_map.h' 2026-07-24T19:09:16.5840950Z 2026-07-24 19:06:59,404 [INFO] adding 'executorch/include/executorch/runtime/executor/method.h' 2026-07-24T19:09:16.5841470Z 2026-07-24 19:06:59,404 [INFO] adding 'executorch/include/executorch/runtime/executor/method_meta.h' 2026-07-24T19:09:16.5842050Z 2026-07-24 19:06:59,404 [INFO] adding 'executorch/include/executorch/runtime/executor/platform_memory_allocator.h' 2026-07-24T19:09:16.5842680Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/executor/program.h' 2026-07-24T19:09:16.5843250Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/executor/program_validation.h' 2026-07-24T19:09:16.5843760Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/executor/pte_data_map.h' 2026-07-24T19:09:16.5844370Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/executor/tensor_parser.h' 2026-07-24T19:09:16.5844990Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/executor/test/managed_memory_manager.h' 2026-07-24T19:09:16.5845580Z 2026-07-24 19:06:59,405 [INFO] adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2026-07-24T19:09:16.5846150Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2026-07-24T19:09:16.5846770Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2026-07-24T19:09:16.5847320Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2026-07-24T19:09:16.5847890Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2026-07-24T19:09:16.5848550Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/platform/abort.h' 2026-07-24T19:09:16.5849090Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/platform/assert.h' 2026-07-24T19:09:16.5849610Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/platform/clock.h' 2026-07-24T19:09:16.5850200Z 2026-07-24 19:06:59,406 [INFO] adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2026-07-24T19:09:16.5850870Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/compiler.h' 2026-07-24T19:09:16.5851330Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/log.h' 2026-07-24T19:09:16.5851910Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/platform.h' 2026-07-24T19:09:16.5852440Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/profiler.h' 2026-07-24T19:09:16.5852970Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/runtime.h' 2026-07-24T19:09:16.5853600Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/system.h' 2026-07-24T19:09:16.5854160Z 2026-07-24 19:06:59,407 [INFO] adding 'executorch/include/executorch/runtime/platform/types.h' 2026-07-24T19:09:16.5854690Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2026-07-24T19:09:16.5855310Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2026-07-24T19:09:16.5855790Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/kernels/portable/__init__.py' 2026-07-24T19:09:16.5856320Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/kernels/portable/custom_ops.yaml' 2026-07-24T19:09:16.5856830Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/kernels/portable/et_copy_ops.yaml' 2026-07-24T19:09:16.5857220Z 2026-07-24 19:06:59,408 [INFO] adding 'executorch/kernels/portable/functions.yaml' 2026-07-24T19:09:16.5857800Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/op_grid_sampler_2d_test.py' 2026-07-24T19:09:16.5858560Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/op_upsample_bilinear2d_aa_test.py' 2026-07-24T19:09:16.5859030Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/op_upsample_bilinear2d_test.py' 2026-07-24T19:09:16.5859480Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/op_upsample_nearest2d_test.py' 2026-07-24T19:09:16.5859930Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/supported_features_def.yaml' 2026-07-24T19:09:16.5860470Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/portable/test/test_grid_sampler_2d_executorch.py' 2026-07-24T19:09:16.5860900Z 2026-07-24 19:06:59,409 [INFO] adding 'executorch/kernels/quantized/__init__.py' 2026-07-24T19:09:16.5861300Z 2026-07-24 19:06:59,422 [INFO] adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.dylib' 2026-07-24T19:09:16.5861710Z 2026-07-24 19:06:59,423 [INFO] adding 'executorch/kernels/quantized/quantized.yaml' 2026-07-24T19:09:16.5862190Z 2026-07-24 19:06:59,423 [INFO] adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2026-07-24T19:09:16.5862590Z 2026-07-24 19:06:59,423 [INFO] adding 'executorch/kernels/quantized/test/test_out_variants.py' 2026-07-24T19:09:16.5863090Z 2026-07-24 19:06:59,423 [INFO] adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2026-07-24T19:09:16.5863560Z 2026-07-24 19:06:59,423 [INFO] adding 'executorch/runtime/__init__.py' 2026-07-24T19:09:16.5863880Z 2026-07-24 19:06:59,424 [INFO] adding 'executorch/runtime/kernel/test/functions.yaml' 2026-07-24T19:09:16.5864210Z 2026-07-24 19:06:59,424 [INFO] adding 'executorch/runtime/test/test_runtime.py' 2026-07-24T19:09:16.5864560Z 2026-07-24 19:06:59,424 [INFO] adding 'executorch/runtime/test/test_runtime_etdump_gen.py' 2026-07-24T19:09:16.5864920Z 2026-07-24 19:06:59,424 [INFO] adding 'executorch/runtime/test/test_runtime_xnnpack.py' 2026-07-24T19:09:16.5865240Z 2026-07-24 19:06:59,425 [INFO] adding 'executorch/schema/program.fbs' 2026-07-24T19:09:16.5865520Z 2026-07-24 19:06:59,425 [INFO] adding 'executorch/schema/scalar_type.fbs' 2026-07-24T19:09:16.5865870Z 2026-07-24 19:06:59,425 [INFO] adding 'executorch/schema/test/test_schema.py' 2026-07-24T19:09:16.5866380Z 2026-07-24 19:06:59,425 [INFO] adding 'executorch/share/cmake/executorch-config.cmake' 2026-07-24T19:09:16.5866770Z 2026-07-24 19:06:59,425 [INFO] adding 'executorch/util/activation_memory_profiler.py' 2026-07-24T19:09:16.5867150Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch/util/collect_env.py' 2026-07-24T19:09:16.5871600Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch/util/python_profiler.py' 2026-07-24T19:09:16.5872150Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/licenses/LICENSE' 2026-07-24T19:09:16.5872680Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/METADATA' 2026-07-24T19:09:16.5873120Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/WHEEL' 2026-07-24T19:09:16.5873640Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/entry_points.txt' 2026-07-24T19:09:16.5874130Z 2026-07-24 19:06:59,426 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/top_level.txt' 2026-07-24T19:09:16.5874580Z 2026-07-24 19:06:59,441 [INFO] adding 'executorch-1.4.0a0+6cd7ecd.dist-info/RECORD' 2026-07-24T19:09:16.5875030Z 2026-07-24 19:06:59,445 [INFO] removing pip-out/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:09:16.5875480Z Running command Building wheel for antlr4-python3-runtime (pyproject.toml) 2026-07-24T19:09:16.5875760Z running bdist_wheel 2026-07-24T19:09:16.5876040Z running build 2026-07-24T19:09:16.5876220Z running build_py 2026-07-24T19:09:16.5876400Z creating build/lib/antlr4 2026-07-24T19:09:16.5876620Z copying src/antlr4/CommonTokenFactory.py -> build/lib/antlr4 2026-07-24T19:09:16.5877000Z copying src/antlr4/Token.py -> build/lib/antlr4 2026-07-24T19:09:16.5877340Z copying src/antlr4/InputStream.py -> build/lib/antlr4 2026-07-24T19:09:16.5877630Z copying src/antlr4/FileStream.py -> build/lib/antlr4 2026-07-24T19:09:16.5877940Z copying src/antlr4/ListTokenSource.py -> build/lib/antlr4 2026-07-24T19:09:16.5878290Z copying src/antlr4/Recognizer.py -> build/lib/antlr4 2026-07-24T19:09:16.5878570Z copying src/antlr4/__init__.py -> build/lib/antlr4 2026-07-24T19:09:16.5878910Z copying src/antlr4/BufferedTokenStream.py -> build/lib/antlr4 2026-07-24T19:09:16.5879250Z copying src/antlr4/Parser.py -> build/lib/antlr4 2026-07-24T19:09:16.5879600Z copying src/antlr4/ParserRuleContext.py -> build/lib/antlr4 2026-07-24T19:09:16.5879910Z copying src/antlr4/ParserInterpreter.py -> build/lib/antlr4 2026-07-24T19:09:16.5880240Z copying src/antlr4/LL1Analyzer.py -> build/lib/antlr4 2026-07-24T19:09:16.5880570Z copying src/antlr4/PredictionContext.py -> build/lib/antlr4 2026-07-24T19:09:16.5880850Z copying src/antlr4/Utils.py -> build/lib/antlr4 2026-07-24T19:09:16.5881170Z copying src/antlr4/RuleContext.py -> build/lib/antlr4 2026-07-24T19:09:16.5881450Z copying src/antlr4/Lexer.py -> build/lib/antlr4 2026-07-24T19:09:16.5881770Z copying src/antlr4/IntervalSet.py -> build/lib/antlr4 2026-07-24T19:09:16.5882100Z copying src/antlr4/StdinStream.py -> build/lib/antlr4 2026-07-24T19:09:16.5882460Z copying src/antlr4/TokenStreamRewriter.py -> build/lib/antlr4 2026-07-24T19:09:16.5882850Z copying src/antlr4/CommonTokenStream.py -> build/lib/antlr4 2026-07-24T19:09:16.5883120Z creating build/lib/antlr4/atn 2026-07-24T19:09:16.5883480Z copying src/antlr4/atn/ATNDeserializationOptions.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5883920Z copying src/antlr4/atn/SemanticContext.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5884290Z copying src/antlr4/atn/ATNConfigSet.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5884670Z copying src/antlr4/atn/ATN.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5884990Z copying src/antlr4/atn/ATNSimulator.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5885350Z copying src/antlr4/atn/Transition.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5885730Z copying src/antlr4/atn/__init__.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5886090Z copying src/antlr4/atn/ATNType.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5886490Z copying src/antlr4/atn/LexerAction.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5886880Z copying src/antlr4/atn/ATNDeserializer.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5887380Z copying src/antlr4/atn/LexerATNSimulator.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5887800Z copying src/antlr4/atn/ParserATNSimulator.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5888240Z copying src/antlr4/atn/LexerActionExecutor.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5888640Z copying src/antlr4/atn/PredictionMode.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5889000Z copying src/antlr4/atn/ATNState.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5889360Z copying src/antlr4/atn/ATNConfig.py -> build/lib/antlr4/atn 2026-07-24T19:09:16.5889660Z creating build/lib/antlr4/dfa 2026-07-24T19:09:16.5889900Z copying src/antlr4/dfa/DFASerializer.py -> build/lib/antlr4/dfa 2026-07-24T19:09:16.5890220Z copying src/antlr4/dfa/__init__.py -> build/lib/antlr4/dfa 2026-07-24T19:09:16.5890560Z copying src/antlr4/dfa/DFA.py -> build/lib/antlr4/dfa 2026-07-24T19:09:16.5890890Z copying src/antlr4/dfa/DFAState.py -> build/lib/antlr4/dfa 2026-07-24T19:09:16.5891240Z creating build/lib/antlr4/tree 2026-07-24T19:09:16.5891520Z copying src/antlr4/tree/Tree.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5891900Z copying src/antlr4/tree/RuleTagToken.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5892370Z copying src/antlr4/tree/ParseTreePatternMatcher.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5892830Z copying src/antlr4/tree/__init__.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5893280Z copying src/antlr4/tree/ParseTreePattern.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5893690Z copying src/antlr4/tree/Chunk.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5894070Z copying src/antlr4/tree/TokenTagToken.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5894510Z copying src/antlr4/tree/Trees.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5894940Z copying src/antlr4/tree/ParseTreeMatch.py -> build/lib/antlr4/tree 2026-07-24T19:09:16.5895210Z creating build/lib/antlr4/error 2026-07-24T19:09:16.5895540Z copying src/antlr4/error/ErrorListener.py -> build/lib/antlr4/error 2026-07-24T19:09:16.5895940Z copying src/antlr4/error/__init__.py -> build/lib/antlr4/error 2026-07-24T19:09:16.5896300Z copying src/antlr4/error/ErrorStrategy.py -> build/lib/antlr4/error 2026-07-24T19:09:16.5896600Z copying src/antlr4/error/Errors.py -> build/lib/antlr4/error 2026-07-24T19:09:16.5897000Z copying src/antlr4/error/DiagnosticErrorListener.py -> build/lib/antlr4/error 2026-07-24T19:09:16.5897310Z creating build/lib/antlr4/xpath 2026-07-24T19:09:16.5897540Z copying src/antlr4/xpath/__init__.py -> build/lib/antlr4/xpath 2026-07-24T19:09:16.5897830Z copying src/antlr4/xpath/XPath.py -> build/lib/antlr4/xpath 2026-07-24T19:09:16.5898060Z running build_scripts 2026-07-24T19:09:16.5898210Z creating build/scripts-3.12 2026-07-24T19:09:16.5898410Z copying and adjusting bin/pygrun -> build/scripts-3.12 2026-07-24T19:09:16.5898680Z changing mode of build/scripts-3.12/pygrun from 644 to 755 2026-07-24T19:09:16.5902060Z installing to build/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:09:16.5902270Z running install 2026-07-24T19:09:16.5902400Z running install_lib 2026-07-24T19:09:16.5902560Z creating build/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:09:16.5902820Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4 2026-07-24T19:09:16.5903080Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4/tree 2026-07-24T19:09:16.5903460Z copying build/lib/antlr4/tree/Tree.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5903950Z copying build/lib/antlr4/tree/RuleTagToken.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5904510Z copying build/lib/antlr4/tree/ParseTreePatternMatcher.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5905050Z copying build/lib/antlr4/tree/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5905630Z copying build/lib/antlr4/tree/ParseTreePattern.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5906210Z copying build/lib/antlr4/tree/Chunk.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5906760Z copying build/lib/antlr4/tree/TokenTagToken.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5907300Z copying build/lib/antlr4/tree/Trees.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5907820Z copying build/lib/antlr4/tree/ParseTreeMatch.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/tree 2026-07-24T19:09:16.5908400Z copying build/lib/antlr4/CommonTokenFactory.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5909070Z copying build/lib/antlr4/Token.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5909600Z copying build/lib/antlr4/InputStream.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5910130Z copying build/lib/antlr4/FileStream.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5910700Z copying build/lib/antlr4/ListTokenSource.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5911190Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4/xpath 2026-07-24T19:09:16.5911800Z copying build/lib/antlr4/xpath/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/xpath 2026-07-24T19:09:16.5912410Z copying build/lib/antlr4/xpath/XPath.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/xpath 2026-07-24T19:09:16.5912880Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4/dfa 2026-07-24T19:09:16.5913370Z copying build/lib/antlr4/dfa/DFASerializer.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/dfa 2026-07-24T19:09:16.5913890Z copying build/lib/antlr4/dfa/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/dfa 2026-07-24T19:09:16.5914410Z copying build/lib/antlr4/dfa/DFA.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/dfa 2026-07-24T19:09:16.5914830Z copying build/lib/antlr4/dfa/DFAState.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/dfa 2026-07-24T19:09:16.5915300Z copying build/lib/antlr4/Recognizer.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5915830Z copying build/lib/antlr4/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5916370Z copying build/lib/antlr4/BufferedTokenStream.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5916910Z copying build/lib/antlr4/Parser.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5917440Z copying build/lib/antlr4/ParserRuleContext.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5918020Z copying build/lib/antlr4/ParserInterpreter.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5918490Z copying build/lib/antlr4/LL1Analyzer.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5918950Z copying build/lib/antlr4/PredictionContext.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5919360Z copying build/lib/antlr4/Utils.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5919780Z copying build/lib/antlr4/RuleContext.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5920180Z copying build/lib/antlr4/Lexer.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5920590Z copying build/lib/antlr4/IntervalSet.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5920930Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4/atn 2026-07-24T19:09:16.5921340Z copying build/lib/antlr4/atn/ATNDeserializationOptions.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5921860Z copying build/lib/antlr4/atn/SemanticContext.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5922350Z copying build/lib/antlr4/atn/ATNConfigSet.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5922870Z copying build/lib/antlr4/atn/ATN.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5923310Z copying build/lib/antlr4/atn/ATNSimulator.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5923830Z copying build/lib/antlr4/atn/Transition.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5924260Z copying build/lib/antlr4/atn/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5924690Z copying build/lib/antlr4/atn/ATNType.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5925120Z copying build/lib/antlr4/atn/LexerAction.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5925600Z copying build/lib/antlr4/atn/ATNDeserializer.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5926090Z copying build/lib/antlr4/atn/LexerATNSimulator.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5926590Z copying build/lib/antlr4/atn/ParserATNSimulator.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5927130Z copying build/lib/antlr4/atn/LexerActionExecutor.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5927800Z copying build/lib/antlr4/atn/PredictionMode.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5928410Z copying build/lib/antlr4/atn/ATNState.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5928920Z copying build/lib/antlr4/atn/ATNConfig.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/atn 2026-07-24T19:09:16.5929540Z copying build/lib/antlr4/StdinStream.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5930100Z copying build/lib/antlr4/TokenStreamRewriter.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5930590Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4/error 2026-07-24T19:09:16.5931060Z copying build/lib/antlr4/error/ErrorListener.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/error 2026-07-24T19:09:16.5931650Z copying build/lib/antlr4/error/__init__.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/error 2026-07-24T19:09:16.5932250Z copying build/lib/antlr4/error/ErrorStrategy.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/error 2026-07-24T19:09:16.5932760Z copying build/lib/antlr4/error/Errors.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/error 2026-07-24T19:09:16.5933390Z copying build/lib/antlr4/error/DiagnosticErrorListener.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4/error 2026-07-24T19:09:16.5934050Z copying build/lib/antlr4/CommonTokenStream.py -> build/bdist.macosx-12.1-arm64/wheel/./antlr4 2026-07-24T19:09:16.5934440Z running install_egg_info 2026-07-24T19:09:16.5934640Z running egg_info 2026-07-24T19:09:16.5934890Z writing src/antlr4_python3_runtime.egg-info/PKG-INFO 2026-07-24T19:09:16.5935340Z writing dependency_links to src/antlr4_python3_runtime.egg-info/dependency_links.txt 2026-07-24T19:09:16.5935720Z writing requirements to src/antlr4_python3_runtime.egg-info/requires.txt 2026-07-24T19:09:16.5936160Z writing top-level names to src/antlr4_python3_runtime.egg-info/top_level.txt 2026-07-24T19:09:16.5936620Z reading manifest file 'src/antlr4_python3_runtime.egg-info/SOURCES.txt' 2026-07-24T19:09:16.5936900Z reading manifest template 'MANIFEST.in' 2026-07-24T19:09:16.5937140Z warning: no files found matching '*.py' under directory 'test' 2026-07-24T19:09:16.5937500Z warning: no files found matching '*.c' under directory 'test' 2026-07-24T19:09:16.5941410Z writing manifest file 'src/antlr4_python3_runtime.egg-info/SOURCES.txt' 2026-07-24T19:09:16.5941940Z Copying src/antlr4_python3_runtime.egg-info to build/bdist.macosx-12.1-arm64/wheel/./antlr4_python3_runtime-4.9.3-py3.12.egg-info 2026-07-24T19:09:16.5942390Z running install_scripts 2026-07-24T19:09:16.5942650Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4_python3_runtime-4.9.3.data/scripts 2026-07-24T19:09:16.5943210Z copying build/scripts-3.12/pygrun -> build/bdist.macosx-12.1-arm64/wheel/antlr4_python3_runtime-4.9.3.data/scripts 2026-07-24T19:09:16.5943800Z changing mode of build/bdist.macosx-12.1-arm64/wheel/antlr4_python3_runtime-4.9.3.data/scripts/pygrun to 755 2026-07-24T19:09:16.5944270Z creating build/bdist.macosx-12.1-arm64/wheel/antlr4_python3_runtime-4.9.3.dist-info/WHEEL 2026-07-24T19:09:16.5945230Z creating '/Users/runner/Library/Caches/pip/wheels/1f/be/48/13754633f1d08d1fbfc60d5e80ae1e5d7329500477685286cd/tmp6dc2fyk_/.tmp-eun4rh06/antlr4_python3_runtime-4.9.3-py3-none-any.whl' and adding 'build/bdist.macosx-12.1-arm64/wheel' to it 2026-07-24T19:09:16.5945990Z adding 'antlr4/BufferedTokenStream.py' 2026-07-24T19:09:16.5946260Z adding 'antlr4/CommonTokenFactory.py' 2026-07-24T19:09:16.5946520Z adding 'antlr4/CommonTokenStream.py' 2026-07-24T19:09:16.5946730Z adding 'antlr4/FileStream.py' 2026-07-24T19:09:16.5946940Z adding 'antlr4/InputStream.py' 2026-07-24T19:09:16.5947140Z adding 'antlr4/IntervalSet.py' 2026-07-24T19:09:16.5947360Z adding 'antlr4/LL1Analyzer.py' 2026-07-24T19:09:16.5947570Z adding 'antlr4/Lexer.py' 2026-07-24T19:09:16.5947770Z adding 'antlr4/ListTokenSource.py' 2026-07-24T19:09:16.5948010Z adding 'antlr4/Parser.py' 2026-07-24T19:09:16.5948230Z adding 'antlr4/ParserInterpreter.py' 2026-07-24T19:09:16.5948520Z adding 'antlr4/ParserRuleContext.py' 2026-07-24T19:09:16.5948830Z adding 'antlr4/PredictionContext.py' 2026-07-24T19:09:16.5949020Z adding 'antlr4/Recognizer.py' 2026-07-24T19:09:16.5949240Z adding 'antlr4/RuleContext.py' 2026-07-24T19:09:16.5949530Z adding 'antlr4/StdinStream.py' 2026-07-24T19:09:16.5949740Z adding 'antlr4/Token.py' 2026-07-24T19:09:16.5949900Z adding 'antlr4/TokenStreamRewriter.py' 2026-07-24T19:09:16.5950110Z adding 'antlr4/Utils.py' 2026-07-24T19:09:16.5950290Z adding 'antlr4/__init__.py' 2026-07-24T19:09:16.5950500Z adding 'antlr4/atn/ATN.py' 2026-07-24T19:09:16.5950710Z adding 'antlr4/atn/ATNConfig.py' 2026-07-24T19:09:16.5950920Z adding 'antlr4/atn/ATNConfigSet.py' 2026-07-24T19:09:16.5951170Z adding 'antlr4/atn/ATNDeserializationOptions.py' 2026-07-24T19:09:16.5951450Z adding 'antlr4/atn/ATNDeserializer.py' 2026-07-24T19:09:16.5951690Z adding 'antlr4/atn/ATNSimulator.py' 2026-07-24T19:09:16.5951920Z adding 'antlr4/atn/ATNState.py' 2026-07-24T19:09:16.5952090Z adding 'antlr4/atn/ATNType.py' 2026-07-24T19:09:16.5952290Z adding 'antlr4/atn/LexerATNSimulator.py' 2026-07-24T19:09:16.5952560Z adding 'antlr4/atn/LexerAction.py' 2026-07-24T19:09:16.5952850Z adding 'antlr4/atn/LexerActionExecutor.py' 2026-07-24T19:09:16.5953100Z adding 'antlr4/atn/ParserATNSimulator.py' 2026-07-24T19:09:16.5953310Z adding 'antlr4/atn/PredictionMode.py' 2026-07-24T19:09:16.5953540Z adding 'antlr4/atn/SemanticContext.py' 2026-07-24T19:09:16.5953740Z adding 'antlr4/atn/Transition.py' 2026-07-24T19:09:16.5953930Z adding 'antlr4/atn/__init__.py' 2026-07-24T19:09:16.5954110Z adding 'antlr4/dfa/DFA.py' 2026-07-24T19:09:16.5954330Z adding 'antlr4/dfa/DFASerializer.py' 2026-07-24T19:09:16.5954580Z adding 'antlr4/dfa/DFAState.py' 2026-07-24T19:09:16.5954780Z adding 'antlr4/dfa/__init__.py' 2026-07-24T19:09:16.5955030Z adding 'antlr4/error/DiagnosticErrorListener.py' 2026-07-24T19:09:16.5955320Z adding 'antlr4/error/ErrorListener.py' 2026-07-24T19:09:16.5955600Z adding 'antlr4/error/ErrorStrategy.py' 2026-07-24T19:09:16.5955780Z adding 'antlr4/error/Errors.py' 2026-07-24T19:09:16.5955990Z adding 'antlr4/error/__init__.py' 2026-07-24T19:09:16.5956190Z adding 'antlr4/tree/Chunk.py' 2026-07-24T19:09:16.5956420Z adding 'antlr4/tree/ParseTreeMatch.py' 2026-07-24T19:09:16.5956680Z adding 'antlr4/tree/ParseTreePattern.py' 2026-07-24T19:09:16.5956960Z adding 'antlr4/tree/ParseTreePatternMatcher.py' 2026-07-24T19:09:16.5957260Z adding 'antlr4/tree/RuleTagToken.py' 2026-07-24T19:09:16.5957510Z adding 'antlr4/tree/TokenTagToken.py' 2026-07-24T19:09:16.5957740Z adding 'antlr4/tree/Tree.py' 2026-07-24T19:09:16.5957970Z adding 'antlr4/tree/Trees.py' 2026-07-24T19:09:16.5958190Z adding 'antlr4/tree/__init__.py' 2026-07-24T19:09:16.5958420Z adding 'antlr4/xpath/XPath.py' 2026-07-24T19:09:16.5958900Z adding 'antlr4/xpath/__init__.py' 2026-07-24T19:09:16.5959140Z adding 'antlr4_python3_runtime-4.9.3.data/scripts/pygrun' 2026-07-24T19:09:16.5959510Z adding 'antlr4_python3_runtime-4.9.3.dist-info/METADATA' 2026-07-24T19:09:16.5959790Z adding 'antlr4_python3_runtime-4.9.3.dist-info/WHEEL' 2026-07-24T19:09:16.5960080Z adding 'antlr4_python3_runtime-4.9.3.dist-info/top_level.txt' 2026-07-24T19:09:16.5960450Z adding 'antlr4_python3_runtime-4.9.3.dist-info/RECORD' 2026-07-24T19:09:16.5960740Z removing build/bdist.macosx-12.1-arm64/wheel 2026-07-24T19:09:16.5961680Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchtune.git /private/var/folders/g3/pffjr_y96bq06blnkf72x_hw0000gn/T/pip-install-k_77r55i/torchtune_96df8909f2c746afa736b930f37a905e 2026-07-24T19:09:16.5963040Z Running command git rev-parse -q --verify 'sha^3c1872ace149f03ef4ffec765d3f0a5fd0399497' 2026-07-24T19:09:16.5963650Z Running command git fetch -q https://github.com/pytorch/torchtune.git 3c1872ace149f03ef4ffec765d3f0a5fd0399497 2026-07-24T19:09:16.5964160Z Running command git checkout -q 3c1872ace149f03ef4ffec765d3f0a5fd0399497 2026-07-24T19:09:16.5964750Z WARNING: huggingface-hub 1.24.0 does not provide the extra 'hf-transfer' 2026-07-24T19:09:16.5965270Z + echo ::endgroup:: 2026-07-24T19:09:16.5966120Z ##[endgroup] 2026-07-24T19:09:16.5969620Z + /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output pip list 2026-07-24T19:09:16.5970150Z Package Version 2026-07-24T19:09:16.5970320Z ---------------------- ---------------------- 2026-07-24T19:09:16.5970580Z aiohappyeyeballs 2.7.1 2026-07-24T19:09:16.5970800Z aiohttp 3.14.3 2026-07-24T19:09:16.5970990Z aiosignal 1.4.0 2026-07-24T19:09:16.5971200Z annotated-doc 0.0.4 2026-07-24T19:09:16.5971410Z antlr4-python3-runtime 4.9.3 2026-07-24T19:09:16.5971600Z anyio 4.14.2 2026-07-24T19:09:16.5971810Z attrs 26.1.0 2026-07-24T19:09:16.5972010Z blobfile 3.2.0 2026-07-24T19:09:16.5972200Z cattrs 26.1.0 2026-07-24T19:09:16.5972370Z certifi 2026.7.22 2026-07-24T19:09:16.5972570Z charset-normalizer 3.4.9 2026-07-24T19:09:16.5972730Z click 8.4.2 2026-07-24T19:09:16.5972880Z cmake 3.31.10 2026-07-24T19:09:16.5973060Z coremltools 9.0 2026-07-24T19:09:16.5973270Z datasets 3.6.0 2026-07-24T19:09:16.5973460Z dill 0.3.8 2026-07-24T19:09:16.5973650Z execnet 2.1.2 2026-07-24T19:09:16.5973840Z executorch 1.4.0a0+6cd7ecd 2026-07-24T19:09:16.5974040Z expecttest 0.3.0 2026-07-24T19:09:16.5974190Z filelock 3.32.0 2026-07-24T19:09:16.5974350Z flatbuffers 25.12.19 2026-07-24T19:09:16.5974530Z frozenlist 1.8.0 2026-07-24T19:09:16.5974730Z fsspec 2025.3.0 2026-07-24T19:09:16.5974930Z gguf 0.19.0 2026-07-24T19:09:16.5975110Z h11 0.16.0 2026-07-24T19:09:16.5975310Z hf-xet 1.5.2 2026-07-24T19:09:16.5975500Z httpcore 1.0.9 2026-07-24T19:09:16.5975680Z httpx 0.28.1 2026-07-24T19:09:16.5975880Z huggingface_hub 1.24.0 2026-07-24T19:09:16.5976080Z hydra-core 1.3.4 2026-07-24T19:09:16.5976280Z hypothesis 6.161.2 2026-07-24T19:09:16.5976480Z idna 3.18 2026-07-24T19:09:16.5976660Z iniconfig 2.3.0 2026-07-24T19:09:16.5976860Z Jinja2 3.1.6 2026-07-24T19:09:16.5977050Z joblib 1.5.3 2026-07-24T19:09:16.5977220Z kagglehub 1.0.2 2026-07-24T19:09:16.5977420Z kagglesdk 0.1.35 2026-07-24T19:09:16.5977790Z kgb 7.3 2026-07-24T19:09:16.5977940Z lintrunner 0.12.7 2026-07-24T19:09:16.5978120Z lintrunner-adapters 0.14.0 2026-07-24T19:09:16.5978330Z lxml 6.1.1 2026-07-24T19:09:16.5978580Z markdown-it-py 4.2.0 2026-07-24T19:09:16.5978740Z MarkupSafe 3.0.3 2026-07-24T19:09:16.5978940Z mdurl 0.1.2 2026-07-24T19:09:16.5979130Z mpmath 1.3.0 2026-07-24T19:09:16.5979300Z multidict 6.7.1 2026-07-24T19:09:16.5979500Z multiprocess 0.70.16 2026-07-24T19:09:16.5979710Z narwhals 2.24.0 2026-07-24T19:09:16.5979900Z networkx 3.6.1 2026-07-24T19:09:16.5980090Z numpy 2.5.1 2026-07-24T19:09:16.5980290Z omegaconf 2.3.1 2026-07-24T19:09:16.5980480Z packaging 26.0 2026-07-24T19:09:16.5980640Z pandas 3.0.5 2026-07-24T19:09:16.5980810Z parameterized 0.9.0 2026-07-24T19:09:16.5980970Z pillow 12.3.0 2026-07-24T19:09:16.5981120Z pip 26.1.2 2026-07-24T19:09:16.5981310Z pluggy 1.6.0 2026-07-24T19:09:16.5981510Z propcache 0.5.2 2026-07-24T19:09:16.5981700Z protobuf 7.35.1 2026-07-24T19:09:16.5981850Z psutil 7.2.2 2026-07-24T19:09:16.5981990Z pyaml 26.7.0 2026-07-24T19:09:16.5982200Z pyarrow 20.0.0 2026-07-24T19:09:16.5982400Z pycryptodomex 3.23.0 2026-07-24T19:09:16.5982590Z Pygments 2.20.0 2026-07-24T19:09:16.5982770Z pytest 8.4.2 2026-07-24T19:09:16.5982970Z pytest-json-report 1.5.0 2026-07-24T19:09:16.5983230Z pytest-metadata 3.1.1 2026-07-24T19:09:16.5983410Z pytest-rerunfailures 15.1 2026-07-24T19:09:16.5983620Z pytest-xdist 3.8.0 2026-07-24T19:09:16.5983840Z python-dateutil 2.9.0.post0 2026-07-24T19:09:16.5984050Z pytorch_tokenizers 1.3.0 2026-07-24T19:09:16.5984250Z PyYAML 6.0.3 2026-07-24T19:09:16.5984440Z regex 2026.7.19 2026-07-24T19:09:16.5984630Z requests 2.34.2 2026-07-24T19:09:16.5984810Z rich 15.0.0 2026-07-24T19:09:16.5987570Z ruamel.yaml 0.19.1 2026-07-24T19:09:16.5987790Z ruff 0.15.4 2026-07-24T19:09:16.5987990Z safetensors 0.8.0 2026-07-24T19:09:16.5988180Z scikit-learn 1.9.0 2026-07-24T19:09:16.5988380Z scipy 1.18.0 2026-07-24T19:09:16.5988580Z sentencepiece 0.2.2 2026-07-24T19:09:16.5988830Z setuptools 83.0.0 2026-07-24T19:09:16.5989030Z shellingham 1.5.4 2026-07-24T19:09:16.5989230Z six 1.17.0 2026-07-24T19:09:16.5989390Z sortedcontainers 2.4.0 2026-07-24T19:09:16.5989590Z sympy 1.14.0 2026-07-24T19:09:16.5989790Z tabulate 0.10.0 2026-07-24T19:09:16.5989980Z threadpoolctl 3.6.0 2026-07-24T19:09:16.5990130Z tiktoken 0.13.0 2026-07-24T19:09:16.5990270Z timm 1.0.7 2026-07-24T19:09:16.5990410Z tokenizers 0.22.2 2026-07-24T19:09:16.5990560Z torch 2.13.0 2026-07-24T19:09:16.5990720Z torchao 0.18.0.dev20260715+cpu 2026-07-24T19:09:16.5990900Z torchaudio 2.11.0 2026-07-24T19:09:16.5991040Z torchdata 0.11.0+cpu 2026-07-24T19:09:16.5991190Z torchsr 1.0.4 2026-07-24T19:09:16.5991330Z torchtune 0.0.0 2026-07-24T19:09:16.5991470Z torchvision 0.28.0 2026-07-24T19:09:16.5991610Z tqdm 4.69.1 2026-07-24T19:09:16.5991760Z transformers 5.0.0rc1 2026-07-24T19:09:16.5991900Z typer 0.27.0 2026-07-24T19:09:16.5992040Z typer-slim 0.24.0 2026-07-24T19:09:16.5992190Z typing_extensions 4.16.0 2026-07-24T19:09:16.5992330Z urllib3 2.7.0 2026-07-24T19:09:16.5992470Z wheel 0.47.0 2026-07-24T19:09:16.5992610Z xxhash 3.8.1 2026-07-24T19:09:16.5992740Z yarl 1.24.5 2026-07-24T19:09:16.5992950Z zstd 1.5.7.2 2026-07-24T19:09:16.5993130Z + echo '::group::Run backend test suite (operators)' 2026-07-24T19:09:16.5993760Z ##[group]Run backend test suite (operators) 2026-07-24T19:09:16.5994490Z + /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2026-07-24T19:09:16.5995070Z + tee pytest_output.txt 2026-07-24T19:09:16.5995300Z ============================= test session starts ============================== 2026-07-24T19:09:16.5995620Z platform darwin -- Python 3.12.13, pytest-8.4.2, pluggy-1.6.0 2026-07-24T19:09:16.5995840Z rootdir: /dev 2026-07-24T19:09:16.5996010Z configfile: null 2026-07-24T19:09:16.5996380Z plugins: xdist-3.8.0, json-report-1.5.0, hypothesis-6.161.2, metadata-3.1.1, anyio-4.14.2, rerunfailures-15.1, hydra-core-1.3.4, kgb-7.3 2026-07-24T19:09:16.5996820Z created: 5/5 workers 2026-07-24T19:09:16.5996970Z 5 workers [467 items] 2026-07-24T19:09:16.5997080Z 2026-07-24T19:09:16.5997220Z ss.s......ss..s.s...ss....s..s.s....s.......s..............s........s..s [ 15%] 2026-07-24T19:09:16.5997610Z s.ss.s.s..s....s...........s..s........s..................s.........s... [ 30%] 2026-07-24T19:09:16.5997990Z ..........s...ss..s.s....s.............s.s......s.....s.............s... [ 46%] 2026-07-24T19:09:16.5998430Z ......s..s......s......s.s.ss.....s.....sss........s.................... [ 61%] 2026-07-24T19:09:16.5998810Z ..........s..........sss.s..s.............s....s............s.s..ss.s.s. [ 77%] 2026-07-24T19:09:16.5999250Z s.s.......s....s...ss..s.........s........................s......s...... [ 92%] 2026-07-24T19:09:16.5999610Z .s................................. [100%] 2026-07-24T19:09:16.5999950Z =============================== warnings summary =============================== 2026-07-24T19:09:16.6000480Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/torch/jit/_script.py:365: 84 warnings 2026-07-24T19:09:16.6001390Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/torch/jit/_script.py:365: DeprecationWarning: `torch.jit.script_method` is deprecated. Please switch to `torch.compile` or `torch.export`. 2026-07-24T19:09:16.6002210Z warnings.warn( 2026-07-24T19:09:16.6002320Z 2026-07-24T19:09:16.6002680Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6003490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6004170Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6004930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6005690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6006350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23 2026-07-24T19:09:16.6007300Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/extension/pybindings/portable_lib.py:23: ExperimentalWarning: This API is experimental and subject to change without notice. 2026-07-24T19:09:16.6008110Z _warnings.warn( 2026-07-24T19:09:16.6008210Z 2026-07-24T19:09:16.6008470Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6009110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6009780Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6010490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6011280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6012320Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_abs.py) 2026-07-24T19:09:16.6013120Z @dataclass 2026-07-24T19:09:16.6013210Z 2026-07-24T19:09:16.6013470Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6014060Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6014760Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6015450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6016130Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6017350Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_avgpool1d.py) 2026-07-24T19:09:16.6018260Z @dataclass 2026-07-24T19:09:16.6021180Z 2026-07-24T19:09:16.6021420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6021950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6022480Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6023000Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6023530Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6024450Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_avgpool2d.py) 2026-07-24T19:09:16.6025190Z @dataclass 2026-07-24T19:09:16.6025260Z 2026-07-24T19:09:16.6025490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6026050Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6026570Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6027100Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6027650Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6028540Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_avgpool3d.py) 2026-07-24T19:09:16.6029320Z @dataclass 2026-07-24T19:09:16.6029390Z 2026-07-24T19:09:16.6029630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6030220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6030800Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6031340Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6031870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6032770Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_maxpool1d.py) 2026-07-24T19:09:16.6033480Z @dataclass 2026-07-24T19:09:16.6033560Z 2026-07-24T19:09:16.6033790Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6034310Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6034620Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6034850Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6035140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6035770Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_maxpool2d.py) 2026-07-24T19:09:16.6035820Z @dataclass 2026-07-24T19:09:16.6035820Z 2026-07-24T19:09:16.6036040Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6036270Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6036490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6036720Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6036940Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6037530Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_adaptive_maxpool3d.py) 2026-07-24T19:09:16.6037580Z @dataclass 2026-07-24T19:09:16.6037580Z 2026-07-24T19:09:16.6037810Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6038030Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6038260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6038480Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6038710Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6039270Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_amax.py) 2026-07-24T19:09:16.6039570Z @dataclass 2026-07-24T19:09:16.6039570Z 2026-07-24T19:09:16.6039820Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6040040Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6040260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6040490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6040710Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6041280Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_amin.py) 2026-07-24T19:09:16.6041330Z @dataclass 2026-07-24T19:09:16.6041330Z 2026-07-24T19:09:16.6041630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6041870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6042260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6042530Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6042840Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6043490Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_argmax.py) 2026-07-24T19:09:16.6043540Z @dataclass 2026-07-24T19:09:16.6043540Z 2026-07-24T19:09:16.6043770Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6044000Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6044220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6044450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6044670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6045260Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_argmin.py) 2026-07-24T19:09:16.6045320Z @dataclass 2026-07-24T19:09:16.6045320Z 2026-07-24T19:09:16.6045550Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6045770Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6046010Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6046260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6046620Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6047390Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_avgpool1d.py) 2026-07-24T19:09:16.6047450Z @dataclass 2026-07-24T19:09:16.6047450Z 2026-07-24T19:09:16.6047760Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6048070Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6048320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6048550Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6048850Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6049650Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_avgpool2d.py) 2026-07-24T19:09:16.6049700Z @dataclass 2026-07-24T19:09:16.6049700Z 2026-07-24T19:09:16.6050030Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6050320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6050590Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6050900Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6051150Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6051860Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_avgpool3d.py) 2026-07-24T19:09:16.6051910Z @dataclass 2026-07-24T19:09:16.6051910Z 2026-07-24T19:09:16.6052210Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6052510Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6052770Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6053080Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6053380Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6054150Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_cat.py) 2026-07-24T19:09:16.6054190Z @dataclass 2026-07-24T19:09:16.6054200Z 2026-07-24T19:09:16.6054450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6054750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6055070Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6055420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6055690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6056410Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_ceil.py) 2026-07-24T19:09:16.6056470Z @dataclass 2026-07-24T19:09:16.6056480Z 2026-07-24T19:09:16.6056730Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6056950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6057230Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6057520Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6057860Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6058550Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_clamp.py) 2026-07-24T19:09:16.6058620Z @dataclass 2026-07-24T19:09:16.6058620Z 2026-07-24T19:09:16.6058940Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6059230Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6059460Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6059680Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6059950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6060560Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_conv1d.py) 2026-07-24T19:09:16.6060610Z @dataclass 2026-07-24T19:09:16.6060610Z 2026-07-24T19:09:16.6060840Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6061060Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6061290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6061520Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6061740Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6062310Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_conv2d.py) 2026-07-24T19:09:16.6062360Z @dataclass 2026-07-24T19:09:16.6062400Z 2026-07-24T19:09:16.6062630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6062870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6063210Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6063440Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6063670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6064260Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_conv3d.py) 2026-07-24T19:09:16.6064310Z @dataclass 2026-07-24T19:09:16.6064310Z 2026-07-24T19:09:16.6064540Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6067230Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6067580Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6067930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6068230Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6069140Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_convtranspose1d.py) 2026-07-24T19:09:16.6069190Z @dataclass 2026-07-24T19:09:16.6069190Z 2026-07-24T19:09:16.6069510Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6069810Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6070100Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6070460Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6070690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6071330Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_convtranspose2d.py) 2026-07-24T19:09:16.6071390Z @dataclass 2026-07-24T19:09:16.6071390Z 2026-07-24T19:09:16.6071700Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6071970Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6072280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6072510Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6072750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6073450Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_convtranspose3d.py) 2026-07-24T19:09:16.6073620Z @dataclass 2026-07-24T19:09:16.6073620Z 2026-07-24T19:09:16.6073910Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6074220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6074500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6074730Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6075010Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6075780Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_div.py) 2026-07-24T19:09:16.6075830Z @dataclass 2026-07-24T19:09:16.6075830Z 2026-07-24T19:09:16.6076090Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6076390Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6076690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6076990Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6077300Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6077900Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_elu.py) 2026-07-24T19:09:16.6077960Z @dataclass 2026-07-24T19:09:16.6077970Z 2026-07-24T19:09:16.6078220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6078530Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6078830Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6079140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6079380Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6080130Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_embedding.py) 2026-07-24T19:09:16.6080190Z @dataclass 2026-07-24T19:09:16.6080200Z 2026-07-24T19:09:16.6080500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6080750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6081010Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6081320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6081700Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6082430Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_embedding_bag.py) 2026-07-24T19:09:16.6082490Z @dataclass 2026-07-24T19:09:16.6082490Z 2026-07-24T19:09:16.6082800Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6083060Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6083300Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6083610Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6083910Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6084700Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_exp.py) 2026-07-24T19:09:16.6084770Z @dataclass 2026-07-24T19:09:16.6084810Z 2026-07-24T19:09:16.6085110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6085420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6085660Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6085880Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6086150Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6086870Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_expand.py) 2026-07-24T19:09:16.6086930Z @dataclass 2026-07-24T19:09:16.6086940Z 2026-07-24T19:09:16.6087180Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6087420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6087670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6087900Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6088130Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6088690Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_floor.py) 2026-07-24T19:09:16.6088740Z @dataclass 2026-07-24T19:09:16.6088740Z 2026-07-24T19:09:16.6088980Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6089220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6089500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6089780Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6090020Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6090630Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_floor_divide.py) 2026-07-24T19:09:16.6090680Z @dataclass 2026-07-24T19:09:16.6090690Z 2026-07-24T19:09:16.6090910Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6091150Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6091400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6091710Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6091960Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6092600Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_gelu.py) 2026-07-24T19:09:16.6092650Z @dataclass 2026-07-24T19:09:16.6092660Z 2026-07-24T19:09:16.6092880Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6093100Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6093350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6093630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6093870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6094620Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_glu.py) 2026-07-24T19:09:16.6094680Z @dataclass 2026-07-24T19:09:16.6094690Z 2026-07-24T19:09:16.6095010Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6095240Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6095500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6095740Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6096010Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6096730Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_hardsigmoid.py) 2026-07-24T19:09:16.6096830Z @dataclass 2026-07-24T19:09:16.6096840Z 2026-07-24T19:09:16.6097140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6097500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6097810Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6098060Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6098290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6099000Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_hardswish.py) 2026-07-24T19:09:16.6099050Z @dataclass 2026-07-24T19:09:16.6099050Z 2026-07-24T19:09:16.6099280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6099640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6099950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6100520Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6100780Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6101370Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_hardtanh.py) 2026-07-24T19:09:16.6101430Z @dataclass 2026-07-24T19:09:16.6101440Z 2026-07-24T19:09:16.6101670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6101890Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6102130Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6102350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6102570Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6103130Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_index_put.py) 2026-07-24T19:09:16.6103180Z @dataclass 2026-07-24T19:09:16.6103180Z 2026-07-24T19:09:16.6103400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6103630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6103850Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6104070Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6104290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6104950Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_index_select.py) 2026-07-24T19:09:16.6105080Z @dataclass 2026-07-24T19:09:16.6105080Z 2026-07-24T19:09:16.6105300Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6105530Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6105770Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6105990Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6106220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6106780Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_leaky_relu.py) 2026-07-24T19:09:16.6106890Z @dataclass 2026-07-24T19:09:16.6106890Z 2026-07-24T19:09:16.6107120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6107390Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6107610Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6107840Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6108060Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6108620Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_linear.py) 2026-07-24T19:09:16.6108670Z @dataclass 2026-07-24T19:09:16.6108680Z 2026-07-24T19:09:16.6108970Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6109190Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6109410Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6109650Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6109870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6110420Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_log.py) 2026-07-24T19:09:16.6110470Z @dataclass 2026-07-24T19:09:16.6110470Z 2026-07-24T19:09:16.6110690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6110900Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6111120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6111400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6114560Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6115140Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_log10.py) 2026-07-24T19:09:16.6115190Z @dataclass 2026-07-24T19:09:16.6115200Z 2026-07-24T19:09:16.6115420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6115640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6115850Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6116090Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6116320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6116990Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_log1p.py) 2026-07-24T19:09:16.6117050Z @dataclass 2026-07-24T19:09:16.6117050Z 2026-07-24T19:09:16.6117280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6117500Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6117720Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6117930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6118150Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6118690Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_log2.py) 2026-07-24T19:09:16.6118730Z @dataclass 2026-07-24T19:09:16.6118730Z 2026-07-24T19:09:16.6118950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6119170Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6119390Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6119600Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6119820Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6120380Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_logsigmoid.py) 2026-07-24T19:09:16.6120420Z @dataclass 2026-07-24T19:09:16.6120420Z 2026-07-24T19:09:16.6120640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6120910Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6121130Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6121400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6121610Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6122160Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_lstm.py) 2026-07-24T19:09:16.6122200Z @dataclass 2026-07-24T19:09:16.6122210Z 2026-07-24T19:09:16.6122420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6122640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6122860Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6123110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6123380Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6123940Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_masked_fill.py) 2026-07-24T19:09:16.6123990Z @dataclass 2026-07-24T19:09:16.6123990Z 2026-07-24T19:09:16.6124220Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6124440Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6124670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6124880Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:16.6125100Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1539650Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_maxpool1d.py) 2026-07-24T19:09:18.1540590Z @dataclass 2026-07-24T19:09:18.1540750Z 2026-07-24T19:09:18.1541070Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1541750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1542440Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1543120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1543760Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1544830Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_maxpool2d.py) 2026-07-24T19:09:18.1545960Z @dataclass 2026-07-24T19:09:18.1546080Z 2026-07-24T19:09:18.1546360Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1547200Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1547860Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1548510Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1549170Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1550200Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_maxpool3d.py) 2026-07-24T19:09:18.1551010Z @dataclass 2026-07-24T19:09:18.1551100Z 2026-07-24T19:09:18.1551350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1552080Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1552760Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1553340Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1553910Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1554840Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_mean.py) 2026-07-24T19:09:18.1561350Z @dataclass 2026-07-24T19:09:18.1561480Z 2026-07-24T19:09:18.1561740Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1562350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1562900Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1563450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1563990Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1564900Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_median.py) 2026-07-24T19:09:18.1565610Z @dataclass 2026-07-24T19:09:18.1565690Z 2026-07-24T19:09:18.1565930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1566470Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1567020Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1567570Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1568110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1569160Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_mul.py) 2026-07-24T19:09:18.1570030Z @dataclass 2026-07-24T19:09:18.1570130Z 2026-07-24T19:09:18.1570400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1570980Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1571540Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1572280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1572880Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1573890Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_neg.py) 2026-07-24T19:09:18.1574600Z @dataclass 2026-07-24T19:09:18.1574680Z 2026-07-24T19:09:18.1574930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1575640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1576200Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1576750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1577290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1578200Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_permute.py) 2026-07-24T19:09:18.1579010Z @dataclass 2026-07-24T19:09:18.1579080Z 2026-07-24T19:09:18.1579320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1579900Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1580450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1581000Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1581540Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1582460Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_pow.py) 2026-07-24T19:09:18.1583210Z @dataclass 2026-07-24T19:09:18.1583300Z 2026-07-24T19:09:18.1583550Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1584120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1584670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1585320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1585960Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1586920Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_prelu.py) 2026-07-24T19:09:18.1587680Z @dataclass 2026-07-24T19:09:18.1587770Z 2026-07-24T19:09:18.1588030Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1588630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1589210Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1589810Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1590490Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1591610Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_relu.py) 2026-07-24T19:09:18.1592540Z @dataclass 2026-07-24T19:09:18.1592630Z 2026-07-24T19:09:18.1592890Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1593480Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1594100Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1594700Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1595290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1596250Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_reshape.py) 2026-07-24T19:09:18.1597060Z @dataclass 2026-07-24T19:09:18.1597160Z 2026-07-24T19:09:18.1597480Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1598140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1598750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1599450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1600040Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1600960Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_round.py) 2026-07-24T19:09:18.1601700Z @dataclass 2026-07-24T19:09:18.1601770Z 2026-07-24T19:09:18.1602000Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1602660Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1603250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1603790Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1604320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1605170Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_rsqrt.py) 2026-07-24T19:09:18.1605850Z @dataclass 2026-07-24T19:09:18.1605920Z 2026-07-24T19:09:18.1606180Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1606710Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1607260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1607790Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1611470Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1612340Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_select.py) 2026-07-24T19:09:18.1613010Z @dataclass 2026-07-24T19:09:18.1613080Z 2026-07-24T19:09:18.1613300Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1613830Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1614350Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1614860Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1615380Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1616230Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_sigmoid.py) 2026-07-24T19:09:18.1616910Z @dataclass 2026-07-24T19:09:18.1616980Z 2026-07-24T19:09:18.1617210Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1617730Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1618250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1618860Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1619370Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1620230Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_silu.py) 2026-07-24T19:09:18.1620930Z @dataclass 2026-07-24T19:09:18.1621000Z 2026-07-24T19:09:18.1621330Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1621850Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1622360Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1622880Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1623400Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1624250Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_slice.py) 2026-07-24T19:09:18.1624920Z @dataclass 2026-07-24T19:09:18.1624990Z 2026-07-24T19:09:18.1625260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1625790Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1626340Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1626870Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1627380Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1628240Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_split.py) 2026-07-24T19:09:18.1628910Z @dataclass 2026-07-24T19:09:18.1628980Z 2026-07-24T19:09:18.1629210Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1629730Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1630250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1630770Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1631280Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1632140Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_sqrt.py) 2026-07-24T19:09:18.1632810Z @dataclass 2026-07-24T19:09:18.1632880Z 2026-07-24T19:09:18.1633110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1633630Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1634140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1634660Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1635570Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19W0724 19:07:43.473000 46538 site-packages/torch/distributed/elastic/multiprocessing/redirects.py:35] NOTE: Redirects are currently not supported in MacOs. 2026-07-24T19:09:18.1637000Z W0724 19:07:43.513000 46538 site-packages/torch/utils/_pytree.py:630] is an Enum subclass and is now natively supported by torch.compile as an opaque value type. Calling register_constant() on Enum subclasses is deprecated and will be an error in a future release. 2026-07-24T19:09:18.1638050Z WARNING:coremltools:scikit-learn version 1.9.0 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API. 2026-07-24T19:09:18.1638910Z WARNING:coremltools:Torch version 2.13.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.7.0 is the most recent version that has been tested. 2026-07-24T19:09:18.1639560Z INFO:executorch.backends.test.suite.flow:Skipping OpenVINO flow registration: No module named 'openvino' 2026-07-24T19:09:18.1640040Z INFO:executorch.backends.test.suite.flow:Skipping QNN flow registration: QNN_SDK_ROOT not set 2026-07-24T19:09:18.1640970Z W0724 19:07:46.128000 46538 site-packages/torch/utils/_pytree.py:630] is an Enum subclass and is now natively supported by torch.compile as an opaque value type. Calling register_constant() on Enum subclasses is deprecated and will be an error in a future release. 2026-07-24T19:09:18.1641940Z INFO:executorch.backends.test.suite.flow:Skipping ARM flow registration: No module named 'tosa_serializer' 2026-07-24T19:09:18.1642450Z INFO:executorch.backends.test.suite.flow:Skipping OpenVINO flow registration: No module named 'openvino' 2026-07-24T19:09:18.1642920Z INFO:executorch.backends.test.suite.flow:Skipping QNN flow registration: QNN_SDK_ROOT not set 2026-07-24T19:09:18.1643390Z INFO:executorch.backends.test.suite.flow:Skipping ARM flow registration: No module named 'tosa_serializer' 2026-07-24T19:09:18.1643680Z 2026-07-24T19:09:18.1644250Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_square.py) 2026-07-24T19:09:18.1644930Z @dataclass 2026-07-24T19:09:18.1645000Z 2026-07-24T19:09:18.1645230Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1645750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1646270Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1646780Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1647290Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1648130Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_squeeze.py) 2026-07-24T19:09:18.1648790Z @dataclass 2026-07-24T19:09:18.1648860Z 2026-07-24T19:09:18.1649080Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1649590Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1650090Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1650590Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1651120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1651980Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_stack.py) 2026-07-24T19:09:18.1652640Z @dataclass 2026-07-24T19:09:18.1652700Z 2026-07-24T19:09:18.1652920Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1653420Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1653930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1654430Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1654930Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1655780Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_sub.py) 2026-07-24T19:09:18.1656440Z @dataclass 2026-07-24T19:09:18.1658890Z 2026-07-24T19:09:18.1659170Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1659680Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1660180Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1660690Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1661190Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1662020Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_tanh.py) 2026-07-24T19:09:18.1662670Z @dataclass 2026-07-24T19:09:18.1662730Z 2026-07-24T19:09:18.1662950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1663450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1663960Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1664460Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1664960Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1665800Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_threshold.py) 2026-07-24T19:09:18.1666460Z @dataclass 2026-07-24T19:09:18.1666530Z 2026-07-24T19:09:18.1666750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1667250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1667790Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1668320Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1668820Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1669660Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_transpose.py) 2026-07-24T19:09:18.1670320Z @dataclass 2026-07-24T19:09:18.1670390Z 2026-07-24T19:09:18.1670610Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1671110Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1671610Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1672140Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1672640Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1673500Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_trunc.py) 2026-07-24T19:09:18.1674160Z @dataclass 2026-07-24T19:09:18.1674230Z 2026-07-24T19:09:18.1674450Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1674950Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1675460Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1675960Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1676460Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1677300Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_unsqueeze.py) 2026-07-24T19:09:18.1677960Z @dataclass 2026-07-24T19:09:18.1678020Z 2026-07-24T19:09:18.1678240Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1678750Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1679250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1679760Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1680260Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1681120Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_upsample_bilinear2d.py) 2026-07-24T19:09:18.1681830Z @dataclass 2026-07-24T19:09:18.1681900Z 2026-07-24T19:09:18.1682120Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1682660Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1683160Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1683670Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1684170Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1685030Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_upsample_nearest2d.py) 2026-07-24T19:09:18.1685710Z @dataclass 2026-07-24T19:09:18.1685780Z 2026-07-24T19:09:18.1686000Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1686530Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1687040Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1687560Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1688070Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19 2026-07-24T19:09:18.1688900Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/executorch/backends/test/suite/flow.py:19: PytestCollectionWarning: cannot collect test class 'TestFlow' because it has a __init__ constructor (from: test_view.py) 2026-07-24T19:09:18.1689560Z @dataclass 2026-07-24T19:09:18.1689620Z 2026-07-24T19:09:18.1689680Z backends/test/suite/conftest.py:37 2026-07-24T19:09:18.1689850Z backends/test/suite/conftest.py:37 2026-07-24T19:09:18.1690020Z backends/test/suite/conftest.py:37 2026-07-24T19:09:18.1690180Z backends/test/suite/conftest.py:37 2026-07-24T19:09:18.1690340Z backends/test/suite/conftest.py:37 2026-07-24T19:09:18.1691120Z /Users/runner/work/executorch/executorch/pytorch/executorch/backends/test/suite/conftest.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2026-07-24T19:09:18.1691910Z item.add_marker(pytest.mark.timeout(timeout_s)) 2026-07-24T19:09:18.1692060Z 2026-07-24T19:09:18.1692120Z test_adaptive_maxpool2d.py: 10 warnings 2026-07-24T19:09:18.1692290Z test_abs.py: 8 warnings 2026-07-24T19:09:18.1692420Z test_cat.py: 28 warnings 2026-07-24T19:09:18.1692560Z test_avgpool1d.py: 32 warnings 2026-07-24T19:09:18.1692720Z test_adaptive_maxpool3d.py: 28 warnings 2026-07-24T19:09:18.1692890Z test_ceil.py: 8 warnings 2026-07-24T19:09:18.1693030Z test_adaptive_avgpool1d.py: 10 warnings 2026-07-24T19:09:18.1693200Z test_avgpool2d.py: 34 warnings 2026-07-24T19:09:18.1693350Z test_amin.py: 58 warnings 2026-07-24T19:09:18.1693490Z test_clamp.py: 12 warnings 2026-07-24T19:09:18.1693640Z test_adaptive_avgpool2d.py: 12 warnings 2026-07-24T19:09:18.1693810Z test_conv1d.py: 34 warnings 2026-07-24T19:09:18.1693950Z test_add.py: 10 warnings 2026-07-24T19:09:18.1696350Z test_adaptive_avgpool3d.py: 26 warnings 2026-07-24T19:09:18.1696530Z test_avgpool3d.py: 34 warnings 2026-07-24T19:09:18.1696680Z test_argmax.py: 38 warnings 2026-07-24T19:09:18.1696820Z test_amax.py: 58 warnings 2026-07-24T19:09:18.1696970Z test_adaptive_maxpool1d.py: 10 warnings 2026-07-24T19:09:18.1697240Z test_conv2d.py: 42 warnings 2026-07-24T19:09:18.1697390Z test_convtranspose2d.py: 38 warnings 2026-07-24T19:09:18.1697560Z test_convtranspose3d.py: 36 warnings 2026-07-24T19:09:18.1697750Z test_argmin.py: 38 warnings 2026-07-24T19:09:18.1697900Z test_floor_divide.py: 44 warnings 2026-07-24T19:09:18.1698060Z test_div.py: 12 warnings 2026-07-24T19:09:18.1698190Z test_conv3d.py: 40 warnings 2026-07-24T19:09:18.1698330Z test_elu.py: 8 warnings 2026-07-24T19:09:18.1698470Z test_gelu.py: 12 warnings 2026-07-24T19:09:18.1698660Z test_embedding_bag.py: 8 warnings 2026-07-24T19:09:18.1698820Z test_exp.py: 8 warnings 2026-07-24T19:09:18.1698960Z test_embedding.py: 14 warnings 2026-07-24T19:09:18.1699110Z test_glu.py: 10 warnings 2026-07-24T19:09:18.1699250Z test_index_put.py: 80 warnings 2026-07-24T19:09:18.1699400Z test_convtranspose1d.py: 28 warnings 2026-07-24T19:09:18.1699570Z test_hardtanh.py: 10 warnings 2026-07-24T19:09:18.1699720Z test_expand.py: 28 warnings 2026-07-24T19:09:18.1699860Z test_index_select.py: 24 warnings 2026-07-24T19:09:18.1700020Z test_hardsigmoid.py: 8 warnings 2026-07-24T19:09:18.1700180Z test_hardswish.py: 8 warnings 2026-07-24T19:09:18.1700320Z test_floor.py: 8 warnings 2026-07-24T19:09:18.1700530Z test_log10.py: 8 warnings 2026-07-24T19:09:18.1700670Z test_leaky_relu.py: 10 warnings 2026-07-24T19:09:18.1700820Z test_log1p.py: 8 warnings 2026-07-24T19:09:18.1700980Z test_log2.py: 8 warnings 2026-07-24T19:09:18.1701130Z test_linear.py: 10 warnings 2026-07-24T19:09:18.1701270Z test_logsigmoid.py: 8 warnings 2026-07-24T19:09:18.1701420Z test_log.py: 8 warnings 2026-07-24T19:09:18.1701630Z test_maxpool1d.py: 36 warnings 2026-07-24T19:09:18.1701780Z test_lstm.py: 38 warnings 2026-07-24T19:09:18.1701920Z test_masked_fill.py: 14 warnings 2026-07-24T19:09:18.1702080Z test_maxpool2d.py: 38 warnings 2026-07-24T19:09:18.1702230Z test_maxpool3d.py: 38 warnings 2026-07-24T19:09:18.1702370Z test_mean.py: 66 warnings 2026-07-24T19:09:18.1702510Z test_median.py: 16 warnings 2026-07-24T19:09:18.1702660Z test_permute.py: 24 warnings 2026-07-24T19:09:18.1702800Z test_mul.py: 8 warnings 2026-07-24T19:09:18.1702930Z test_neg.py: 8 warnings 2026-07-24T19:09:18.1703060Z test_pow.py: 22 warnings 2026-07-24T19:09:18.1703200Z test_prelu.py: 14 warnings 2026-07-24T19:09:18.1703340Z test_relu.py: 6 warnings 2026-07-24T19:09:18.1703480Z test_sigmoid.py: 8 warnings 2026-07-24T19:09:18.1703620Z test_reshape.py: 16 warnings 2026-07-24T19:09:18.1703770Z test_select.py: 18 warnings 2026-07-24T19:09:18.1703910Z test_round.py: 12 warnings 2026-07-24T19:09:18.1704050Z test_silu.py: 8 warnings 2026-07-24T19:09:18.1704180Z test_rsqrt.py: 8 warnings 2026-07-24T19:09:18.1704320Z test_slice.py: 20 warnings 2026-07-24T19:09:18.1704460Z test_sqrt.py: 8 warnings 2026-07-24T19:09:18.1704590Z test_split.py: 24 warnings 2026-07-24T19:09:18.1704730Z test_square.py: 8 warnings 2026-07-24T19:09:18.1704870Z test_squeeze.py: 16 warnings 2026-07-24T19:09:18.1705020Z test_sub.py: 10 warnings 2026-07-24T19:09:18.1705190Z test_stack.py: 16 warnings 2026-07-24T19:09:18.1705340Z test_tanh.py: 8 warnings 2026-07-24T19:09:18.1705480Z test_threshold.py: 14 warnings 2026-07-24T19:09:18.1705660Z test_transpose.py: 36 warnings 2026-07-24T19:09:18.1705860Z test_trunc.py: 8 warnings 2026-07-24T19:09:18.1706050Z test_unsqueeze.py: 26 warnings 2026-07-24T19:09:18.1706270Z test_upsample_bilinear2d.py: 68 warnings 2026-07-24T19:09:18.1706470Z test_upsample_nearest2d.py: 36 warnings 2026-07-24T19:09:18.1706640Z test_view.py: 16 warnings 2026-07-24T19:09:18.1707240Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/copyreg.py:99: FutureWarning: `isinstance(treespec, LeafSpec)` is deprecated, use `isinstance(treespec, TreeSpec) and treespec.is_leaf()` instead. 2026-07-24T19:09:18.1707940Z return cls.__new__(cls, *args) 2026-07-24T19:09:18.1708050Z 2026-07-24T19:09:18.1708250Z ../../../../_temp/conda_environment_30118914899/lib/python3.12/site-packages/_pytest/cacheprovider.py:475 2026-07-24T19:09:18.1709090Z /Users/runner/work/_temp/conda_environment_30118914899/lib/python3.12/site-packages/_pytest/cacheprovider.py:475: PytestCacheWarning: could not create cache path /dev/.pytest_cache/v/cache/nodeids: [Errno 13] Permission denied: '/dev/pytest-cache-files-ybyqcbgl' 2026-07-24T19:09:18.1709900Z config.cache.set("cache/nodeids", sorted(self.cached_nodeids)) 2026-07-24T19:09:18.1710080Z 2026-07-24T19:09:18.1710210Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2026-07-24T19:09:18.1710530Z ========== 390 passed, 77 skipped, 2217 warnings in 90.29s (0:01:30) =========== 2026-07-24T19:09:18.1710820Z + echo ::endgroup:: 2026-07-24T19:09:18.1711130Z ##[endgroup] 2026-07-24T19:09:18.1711250Z + grep -E '^=+ .* =+$' pytest_output.txt 2026-07-24T19:09:18.1713970Z + tail -1 2026-07-24T19:09:18.1714120Z + grep -q failed 2026-07-24T19:09:18.1714260Z + FAILED=0 2026-07-24T19:09:18.1714400Z + '[' operators = operators ']' 2026-07-24T19:09:18.1714580Z + MAX_FAILURES=0 2026-07-24T19:09:18.1714750Z + echo 'Failed tests: 0 (max allowed: 0)' 2026-07-24T19:09:18.1714980Z Failed tests: 0 (max allowed: 0) 2026-07-24T19:09:18.1715160Z + '[' 0 -gt 0 ']' 2026-07-24T19:09:18.1773380Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T19:09:18.1774480Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2026-07-24T19:09:18.1774780Z with: 2026-07-24T19:09:18.1774920Z path: /Users/runner/work/_temp/test-results 2026-07-24T19:09:18.1775100Z fail-on-empty: false 2026-07-24T19:09:18.1775230Z env: 2026-07-24T19:09:18.1775350Z REPOSITORY: pytorch/executorch 2026-07-24T19:09:18.1777250Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T19:09:18.1780370Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T19:09:18.1781800Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T19:09:18.1782070Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.1782360Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.1782810Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T19:09:18.1783430Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.1783870Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2026-07-24T19:09:18.1788910Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2026-07-24T19:09:18.1789130Z ##[endgroup] 2026-07-24T19:09:18.3587750Z Prepare all required actions 2026-07-24T19:09:18.3623670Z ##[group]Run ./test-infra/.github/actions/check-disk-space 2026-07-24T19:09:18.3623900Z with: 2026-07-24T19:09:18.3624040Z minimum-available-space-in-gb: 6 2026-07-24T19:09:18.3624220Z env: 2026-07-24T19:09:18.3624340Z REPOSITORY: pytorch/executorch 2026-07-24T19:09:18.3626340Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T19:09:18.3629610Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T19:09:18.3631120Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T19:09:18.3635850Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3636160Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3636650Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T19:09:18.3637300Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3637750Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2026-07-24T19:09:18.3638020Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2026-07-24T19:09:18.3638240Z ##[endgroup] 2026-07-24T19:09:18.3650890Z ##[group]Run echo "Print the available disk space for manual inspection" 2026-07-24T19:09:18.3651390Z echo "Print the available disk space for manual inspection" 2026-07-24T19:09:18.3651720Z df -h 2026-07-24T19:09:18.3653690Z  2026-07-24T19:09:18.3653900Z function check_disk_space() { 2026-07-24T19:09:18.3654130Z  set +e 2026-07-24T19:09:18.3654280Z  2026-07-24T19:09:18.3654450Z  # Set the minimum requirement space to 6GB 2026-07-24T19:09:18.3654790Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2026-07-24T19:09:18.3655120Z  2026-07-24T19:09:18.3655350Z  # Use KB to avoid floating point warning like 3.1GB 2026-07-24T19:09:18.3655670Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2026-07-24T19:09:18.3655910Z  do 2026-07-24T19:09:18.3656060Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2026-07-24T19:09:18.3656280Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2026-07-24T19:09:18.3656460Z  2026-07-24T19:09:18.3657070Z  if [ "${MOUNT}" = "/" ]; then 2026-07-24T19:09:18.3657980Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2026-07-24T19:09:18.3659110Z  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}" 2026-07-24T19:09:18.3659760Z  else 2026-07-24T19:09:18.3660060Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2026-07-24T19:09:18.3660420Z  fi 2026-07-24T19:09:18.3660590Z  fi 2026-07-24T19:09:18.3660750Z  done 2026-07-24T19:09:18.3660870Z  2026-07-24T19:09:18.3661000Z  set -e 2026-07-24T19:09:18.3661170Z } 2026-07-24T19:09:18.3661320Z  2026-07-24T19:09:18.3661470Z RESULT=$(check_disk_space) 2026-07-24T19:09:18.3661650Z echo "${RESULT}" 2026-07-24T19:09:18.3661800Z  2026-07-24T19:09:18.3661980Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2026-07-24T19:09:18.3662490Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2026-07-24T19:09:18.3663000Z  # https://github.com/pytorch/pytorch/issues/85440 2026-07-24T19:09:18.3663330Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2026-07-24T19:09:18.3663840Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2026-07-24T19:09:18.3669180Z  sudo launchctl stop com.apple.coresymbolicationd || true 2026-07-24T19:09:18.3669430Z  2026-07-24T19:09:18.3669570Z  # Clean up crash reports on the runner 2026-07-24T19:09:18.3669860Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2026-07-24T19:09:18.3670130Z  2026-07-24T19:09:18.3670290Z  # Also try to clean up torch.hub caching directory 2026-07-24T19:09:18.3670540Z  rm -rf "${HOME}/.cache/torch/hub" || true 2026-07-24T19:09:18.3670740Z  2026-07-24T19:09:18.3670860Z  # Purge conda 2026-07-24T19:09:18.3671020Z  conda clean -p -t -y || true 2026-07-24T19:09:18.3671200Z  # and pip cache 2026-07-24T19:09:18.3671360Z  pip cache purge || true 2026-07-24T19:09:18.3671520Z  2026-07-24T19:09:18.3671720Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2026-07-24T19:09:18.3671990Z  # Re-run the check 2026-07-24T19:09:18.3672140Z  RESULT=$(check_disk_space) 2026-07-24T19:09:18.3672320Z  echo "${RESULT}" 2026-07-24T19:09:18.3672460Z fi 2026-07-24T19:09:18.3672570Z  2026-07-24T19:09:18.3672700Z if [[ "${RESULT}" == *Failure* ]]; then 2026-07-24T19:09:18.3672890Z  df -h 2026-07-24T19:09:18.3673000Z  2026-07-24T19:09:18.3673480Z  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." 2026-07-24T19:09:18.3673980Z  exit 1 2026-07-24T19:09:18.3674100Z fi 2026-07-24T19:09:18.3797270Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2026-07-24T19:09:18.3797500Z env: 2026-07-24T19:09:18.3797640Z REPOSITORY: pytorch/executorch 2026-07-24T19:09:18.3800010Z SCRIPT: set -eux echo "::group::Install ExecuTorch" ${CONDA_RUN} python install_executorch.py > /dev/null echo "::endgroup::" ${CONDA_RUN} pip list echo "::group::Run backend test suite (operators)" ${CONDA_RUN} pytest -c /dev/null backends/test/suite/operators/ -m flow_mlx -n auto 2>&1 | tee pytest_output.txt || true echo "::endgroup::" # Parse pytest summary and check failure threshold if grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -q "failed"; then FAILED=$(grep -E "^=+ .* =+$" pytest_output.txt | tail -1 | grep -oE "[0-9]+ failed" | grep -oE "[0-9]+") else FAILED=0 fi if [ "operators" = "operators" ]; then MAX_FAILURES=0 else MAX_FAILURES=3 fi echo "Failed tests: $FAILED (max allowed: $MAX_FAILURES)" if [ "$FAILED" -gt "$MAX_FAILURES" ]; then echo "::error::Too many test failures: $FAILED > $MAX_FAILURES" exit 1 fi 2026-07-24T19:09:18.3803800Z PATH: /Users/runner/work/_temp/miniconda/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:/opt/homebrew/opt/ruby@3.3/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools 2026-07-24T19:09:18.3805480Z CONDA_EXE: /Users/runner/work/_temp/miniconda/bin/conda 2026-07-24T19:09:18.3805850Z CONDA_ENV: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3806230Z CONDA_PREFIX: /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3806820Z CONDA_RUN: /Users/runner/work/_temp/miniconda/bin/conda run -p /Users/runner/work/_temp/conda_environment_30118914899 --no-capture-output 2026-07-24T19:09:18.3807700Z CONDA_INSTALL: /Users/runner/work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/runner/work/_temp/conda_environment_30118914899 2026-07-24T19:09:18.3808240Z RUNNER_ARTIFACT_DIR: /Users/runner/work/_temp/artifacts 2026-07-24T19:09:18.3808600Z RUNNER_TEST_RESULTS_DIR: /Users/runner/work/_temp/test-results 2026-07-24T19:09:18.3808850Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2026-07-24T19:09:18.3809010Z ##[endgroup] 2026-07-24T19:09:18.4028480Z Print the available disk space for manual inspection 2026-07-24T19:09:18.4049860Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2026-07-24T19:09:18.4050340Z /dev/disk3s1s1 320Gi 9.6Gi 35Gi 22% 406k 364M 0% / 2026-07-24T19:09:18.4050730Z devfs 194Ki 194Ki 0Bi 100% 672 0 100% /dev 2026-07-24T19:09:18.4051090Z /dev/disk3s6 320Gi 20Ki 35Gi 1% 0 364M 0% /System/Volumes/VM 2026-07-24T19:09:18.4051520Z /dev/disk3s2 320Gi 5.9Gi 35Gi 15% 899 364M 0% /System/Volumes/Preboot 2026-07-24T19:09:18.4051960Z /dev/disk3s4 320Gi 42Mi 35Gi 1% 59 364M 0% /System/Volumes/Update 2026-07-24T19:09:18.4052360Z /dev/disk1s2 500Mi 20Ki 495Mi 1% 0 5.1M 0% /System/Volumes/xarts 2026-07-24T19:09:18.4052910Z /dev/disk1s1 500Mi 132Ki 495Mi 1% 30 5.1M 0% /System/Volumes/iSCPreboot 2026-07-24T19:09:18.4053290Z /dev/disk1s3 500Mi 200Ki 495Mi 1% 18 5.1M 0% /System/Volumes/Hardware 2026-07-24T19:09:18.4053670Z /dev/disk3s5 320Gi 268Gi 35Gi 89% 2.0M 364M 1% /System/Volumes/Data 2026-07-24T19:09:18.4054080Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2026-07-24T19:09:18.4424320Z Success: There is 36400668KB free space left in / for macOS, continue 2026-07-24T19:09:18.4515770Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T19:09:18.4516670Z Post job cleanup. 2026-07-24T19:09:18.5251070Z [command]/opt/homebrew/bin/git version 2026-07-24T19:09:18.5310210Z git version 2.54.0 2026-07-24T19:09:18.5327660Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f16beaf9-b008-42b3-a9cf-77245ae2c908/.gitconfig' 2026-07-24T19:09:18.5333750Z Temporarily overriding HOME='/Users/runner/work/_temp/f16beaf9-b008-42b3-a9cf-77245ae2c908' before making global git config changes 2026-07-24T19:09:18.5334490Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T19:09:18.5337250Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/pytorch/executorch 2026-07-24T19:09:18.5382370Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T19:09:18.5415670Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-24T19:09:18.5883310Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T19:09:18.5990280Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T19:09:18.6107170Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T19:09:18.6226240Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T19:09:18.6339290Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T19:09:18.6446130Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T19:09:18.6554340Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T19:09:18.6661320Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T19:09:18.6798830Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T19:09:18.6912690Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T19:09:18.7022160Z Entering 'extension/llm/tokenizers' 2026-07-24T19:09:18.7136410Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T19:09:18.7249310Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T19:09:18.7370650Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T19:09:18.7491630Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T19:09:18.7608680Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T19:09:18.7718800Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T19:09:18.7840340Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T19:09:18.7957750Z Entering 'shim' 2026-07-24T19:09:18.8076110Z Entering 'third-party/ao' 2026-07-24T19:09:18.8187060Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T19:09:18.8310030Z Entering 'third-party/flatbuffers' 2026-07-24T19:09:18.8424110Z Entering 'third-party/flatcc' 2026-07-24T19:09:18.8531990Z Entering 'third-party/gflags' 2026-07-24T19:09:18.8636500Z Entering 'third-party/googletest' 2026-07-24T19:09:18.8748280Z Entering 'third-party/ios-cmake' 2026-07-24T19:09:18.8861310Z Entering 'third-party/json' 2026-07-24T19:09:18.8978410Z Entering 'third-party/pocketfft' 2026-07-24T19:09:18.9086970Z Entering 'third-party/prelude' 2026-07-24T19:09:18.9214710Z Entering 'third-party/pybind11' 2026-07-24T19:09:18.9610310Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T19:09:18.9611000Z http.https://github.com/.extraheader 2026-07-24T19:09:18.9612770Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2026-07-24T19:09:18.9619880Z [command]/opt/homebrew/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' || :" 2026-07-24T19:09:19.0067000Z Entering 'backends/cadence/utils/FACTO' 2026-07-24T19:09:19.0135860Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0208210Z Entering 'backends/mlx/third-party/mlx' 2026-07-24T19:09:19.0282780Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0353240Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2026-07-24T19:09:19.0425360Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0499870Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2026-07-24T19:09:19.0576050Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0666940Z Entering 'backends/vulkan/third-party/volk' 2026-07-24T19:09:19.0748330Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0817420Z Entering 'backends/xnnpack/third-party/FP16' 2026-07-24T19:09:19.0897770Z http.https://github.com/.extraheader 2026-07-24T19:09:19.0980460Z Entering 'backends/xnnpack/third-party/FXdiv' 2026-07-24T19:09:19.1059130Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1138500Z Entering 'backends/xnnpack/third-party/XNNPACK' 2026-07-24T19:09:19.1231710Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1317420Z Entering 'backends/xnnpack/third-party/cpuinfo' 2026-07-24T19:09:19.1402300Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1489850Z Entering 'backends/xnnpack/third-party/pthreadpool' 2026-07-24T19:09:19.1571110Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1650810Z Entering 'extension/llm/tokenizers' 2026-07-24T19:09:19.1736470Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1805780Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2026-07-24T19:09:19.1883180Z http.https://github.com/.extraheader 2026-07-24T19:09:19.1952370Z Entering 'extension/llm/tokenizers/third-party/json' 2026-07-24T19:09:19.2029290Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2143850Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2026-07-24T19:09:19.2223050Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2294280Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2026-07-24T19:09:19.2375500Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2456110Z Entering 'extension/llm/tokenizers/third-party/re2' 2026-07-24T19:09:19.2534880Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2602480Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2026-07-24T19:09:19.2668530Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2736930Z Entering 'kernels/optimized/third-party/eigen' 2026-07-24T19:09:19.2801650Z http.https://github.com/.extraheader 2026-07-24T19:09:19.2877920Z Entering 'shim' 2026-07-24T19:09:19.2951250Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3027270Z Entering 'third-party/ao' 2026-07-24T19:09:19.3098110Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3168860Z Entering 'third-party/ao/third_party/cutlass' 2026-07-24T19:09:19.3232130Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3300320Z Entering 'third-party/flatbuffers' 2026-07-24T19:09:19.3365420Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3428960Z Entering 'third-party/flatcc' 2026-07-24T19:09:19.3491930Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3555620Z Entering 'third-party/gflags' 2026-07-24T19:09:19.3617710Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3688660Z Entering 'third-party/googletest' 2026-07-24T19:09:19.3750530Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3814010Z Entering 'third-party/ios-cmake' 2026-07-24T19:09:19.3876130Z http.https://github.com/.extraheader 2026-07-24T19:09:19.3938870Z Entering 'third-party/json' 2026-07-24T19:09:19.4000120Z http.https://github.com/.extraheader 2026-07-24T19:09:19.4062160Z Entering 'third-party/pocketfft' 2026-07-24T19:09:19.4128100Z http.https://github.com/.extraheader 2026-07-24T19:09:19.4193810Z Entering 'third-party/prelude' 2026-07-24T19:09:19.4256370Z http.https://github.com/.extraheader 2026-07-24T19:09:19.4321710Z Entering 'third-party/pybind11' 2026-07-24T19:09:19.4383970Z http.https://github.com/.extraheader 2026-07-24T19:09:19.4594490Z Post job cleanup. 2026-07-24T19:09:19.6370240Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T19:09:19.6371240Z Post job cleanup. 2026-07-24T19:09:19.7285630Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.12--20260724d--, not saving cache. 2026-07-24T19:09:19.7286680Z (node:49354) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-07-24T19:09:19.7287560Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-07-24T19:09:19.7349070Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T19:09:19.7350310Z Post job cleanup. 2026-07-24T19:09:19.8121820Z Cache hit occurred on the primary key miniconda-24.7.1-0-macOS-ARM64-3.12--20260724d, not saving cache. 2026-07-24T19:09:19.8122740Z (node:49355) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. 2026-07-24T19:09:19.8123390Z (Use `node --trace-deprecation ...` to show where the warning was created) 2026-07-24T19:09:19.8203210Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ 2026-07-24T19:09:19.8204200Z Post job cleanup. 2026-07-24T19:09:19.8860430Z [command]/opt/homebrew/bin/git version 2026-07-24T19:09:19.8899860Z git version 2.54.0 2026-07-24T19:09:19.8915070Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/86fad378-17f9-4109-bc02-c45b4a1737aa/.gitconfig' 2026-07-24T19:09:19.8923210Z Temporarily overriding HOME='/Users/runner/work/_temp/86fad378-17f9-4109-bc02-c45b4a1737aa' before making global git config changes 2026-07-24T19:09:19.8923790Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T19:09:19.8927130Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/executorch/executorch/test-infra 2026-07-24T19:09:19.8976940Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T19:09:19.9013350Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-24T19:09:19.9475690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T19:09:19.9505570Z http.https://github.com/.extraheader 2026-07-24T19:09:19.9512760Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader 2026-07-24T19:09:19.9558160Z [command]/opt/homebrew/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' || :" 2026-07-24T19:09:20.0089250Z Cleaning up orphan processes 2026-07-24T19:09:20.2488570Z ##[warning]Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/